Commit ab02988
Changed files (1)
doc
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?