summaryrefslogtreecommitdiff
path: root/doc/assignment1.md
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-02-08 10:20:51 -0700
committermo khan <mo@mokhan.ca>2021-02-08 10:20:51 -0700
commitab0298830b5b8670e2c9f94c835295be5b0c672f (patch)
tree947d653f8f65bbaa695c5fab3f2276011c912a5a /doc/assignment1.md
parent33297397557c4c7c4b0eedcaf9221cda64931eab (diff)
improve alignment
Diffstat (limited to 'doc/assignment1.md')
-rw-r--r--doc/assignment1.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/assignment1.md b/doc/assignment1.md
index be6f86b..b9a624f 100644
--- a/doc/assignment1.md
+++ b/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?