FAQ_vNeumann_en
Questions and answers
- Question:
The cache is used to take advantage of the spatial or temporal locality of data and code by buffering these data and code?
- Answer:
Yes!
- Question:
What is the responsibility of the instruction register?
- Answer:
The instruction register receives the command to which the program counter points. It is then decoded and executed; at the same time the program counter is incremented.