Commit e81a513

mo khan <mo@mokhan.ca>
2021-02-08 20:24:28
bump memory out of CPU
1 parent 1a340dd
Changed files (1)
doc/assignment1.md
@@ -242,10 +242,6 @@ Instructions: Please answer the following questions in about 1-2 pages each.
                       | --------- |
                       -------------
 
-     CPU: Central Processing Unit
-     CU: Control Unit
-     ALU: Arithmetic/Logic Unit
-     MU: Memory Unit
     ```
     [source][wiki-von-neumann]
 
@@ -253,8 +249,8 @@ Instructions: Please answer the following questions in about 1-2 pages each.
     * CPU: Contains the control unit, arithmetic logic unit and main memory
       * CU: Control unit handles all processor control signals. It directs I/O flow, fetches code for instructions and controls how data moves around.
       * ALU: The arithmetic logic unit is that part of the CPU that handles all the calculations the CPU may need. It performs logical, bit shifting and arithmetic operations.
-      * MU: Main memory unit contains the accumulator, program counter, memory address register, memory data register, current instruction register and instruction buffer register.
-    * Output device: Includes display, speakers etc.
+    * MU: Main memory unit contains the accumulator, program counter, memory address register, memory data register, current instruction register and instruction buffer register.
+    * Output device: Includes display, speakers, disk etc.
 
     [source][geeks-von-neumann]