User Program Module
Role in the System
This module is included to encapsulate the interaction between the computer and user programs via the operating system. Instructions on compiling and running user programs is given by the course instructor in the assignment handouts. This module is infact a composite of the modules in the third decomposition AND modules which have been defined as indicated in the "uses relation" below. The user programs access these modules in order to perform their respective tasks. Of particular importance is the memory management unit module. The user program module contains two submodules, which form the "third level" decomposition for this module:
Uses Relation