#TITLE_ALTERNATIVE#

ABSTRACT: <br /> <br /> <br /> <br /> Modularity is a concept describing the relationship among modules in a program and has important role in software development due to maintainability and reusability. Coupling level is one of modularity measurement in a module. <br...

Full description

Saved in:
Bibliographic Details
Main Author: Hartono (NIM 23596504), Budi
Format: Theses
Language:Indonesia
Online Access:https://digilib.itb.ac.id/gdl/view/7461
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Institut Teknologi Bandung
Language: Indonesia
Description
Summary:ABSTRACT: <br /> <br /> <br /> <br /> Modularity is a concept describing the relationship among modules in a program and has important role in software development due to maintainability and reusability. Coupling level is one of modularity measurement in a module. <br /> <br /> <br /> <br /> Coupling Analyzer has been built to determine relationship among modules in a program which is written in Standard Pascal language. Coupling Analyzer determines coupling value by doing scanning, parsing, variable checking for P Use (used as predicate), C Use (used in computation) and Use (used as predicate indirectly) category and evaluates module calling in a program. <br /> <br /> <br /> <br /> Coupling Analyzer evaluates some level of coupling including independent coupling, call coupling, scalar data coupling, stamp data coupling, scalar control coupling, stamp control coupling, scalar data/control coupling, stamp data/control coupling and global coupling. Coupling value which is related to coupling level is between 0 and 1. <br /> <br /> <br /> <br /> Coupling Analyzer is implemented in Turbo Pascal 7.0 and runs under MS DOS operating system.