System Architecture Module
Role in the System
The purpose of this module is the encapsulation of the internal mechanics of a computer. For a computer to be at all useful, it needs to employ a special set of hardware to compute its tasks such as:
- a CPU
- an internal clock
- an interrupt mechanism
- memory management
As a result, this module can be broken down further, called the "third level" decomposition, as follows:
UP ONE LEVEL
BACK TO MAIN
INDEX OF FILE NAMES
INDEX OF MODULE NAMES