Commit ab02988

mo khan <mo@mokhan.ca>
2021-02-08 17:20:51
improve alignment
1 parent 3329739
Changed files (1)
doc/assignment1.md
@@ -66,10 +66,10 @@ Instructions: Please answer the following questions in complete sentences. Your
 
 1. How does a computer system with von Neumann architecture execute an instruction?
 
-  * fetch instruction from memory and store that instruction in the instruction register.
-  * decode instruction. may cause operands to be fetched from memory and stored in some internal register.
-  * execute instruction
-  * store result back in register
+    * fetch instruction from memory and store that instruction in the instruction register.
+    * decode instruction. may cause operands to be fetched from memory and stored in some internal register.
+    * execute instruction
+    * store result back in register
 
 1. What role do device controllers and device drivers play in a computer system?
 1. Why do clustered systems provide what is considered high-availability service?