Fundamentals of Computer Organisation & Architecture Flashcards
1
Q
What is the stored program concept?
A
Serially fetching and executing machine code instructions stored in main memory by a processor that performs arithmetic & logic operations.
2
Q
What are the differences between Harvard & Von Neumann architecture?
A
- Harvard architecture uses separate pieces of main memory for data and instructions
- No bottlenecking for Harvard due to separate buses for data & instructions (processed simultaneously)
3
Q
Where is Harvard architecture used?
A
Embedded systems