Fundamentals of Computer Architecture Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is meant by the phrase: Stored Program Concept?

A
  • A program’s instructions must be resident in main memory for it to be executed.
  • These instructions are fetched and executed one at a time by the processor.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe the FETCH part of the FDE cycle.

A
  • Contents of Program Counter/PC transferred to Memory Address Register/MAR.
  • Address bus used to transfer this address to main memory.
  • Fetched value/instruction transferred back using the data bus.
  • Contents of addressed memory location loaded into the Memory Buffer Register/MBR.
  • Transfer content of Memory Buffer Register/MBR to the Current Instruction Register/CIR.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe the EXECUTE part of the FDE cycle.

A
  • Reading operand data in to the accumulator from the RAM.
  • Performing arithmetic functions on operand data.
  • Performing logical functions (conditionals / loops).
  • Writing data from the accumulator to the RAM.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly