Architecture Flashcards

1
Q

What do these components make up?

  • Input
  • CPU {control unit, alu, registers (PC, IR, GR) }
  • Memory
  • Output
A

Von-Neuman Architecture

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Give an example of the flow of data and instructions on a von-neuman architecture

A
  • Computer is turned on
  • OS loaded into memory
  • Instruction fetched & decoded
  • Data fetched, alu used and the compute stored in register or memory
  • CPU check for new input, process input or send to output devices depending on current PC instruction
  • PC update, point to next instruction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly