Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 1.
Introduction (1-2 von Neumann Model (Divide the computer…
Chapter 1.
Introduction
1-1 Turing Model
In Turing model, the output data depends on the combination of two factors: the input data and the program.
1-2 von Neumann Model
Divide the computer hardware into four subsystems: memory, arithmetic logic unit, control unit, and input/output.
The control unit fetches one instruction from memory,
decodes it, then executes it.
-
-
The program must be a sequence of instructions,
each instruction operates on one or more data items.
-
-
-
-
-