diff options
Diffstat (limited to 'doc/assignment1.md')
| -rw-r--r-- | doc/assignment1.md | 8 |
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? |
