Internal Hardware Components of a Computer Flashcards
What are the two methods of setting up a processors access to main memory?
- Harvard Architecture
* Von Nuemann Architecture
How does Harvard architecture treat memory?
- Processor will use two separate main memory locations.
- One for instructions
- Another for data
What can Harvard take advantage of?
Thanks to Harvard architecture’s use of separate pieces of main memory, it can take advantage of giving each piece of main memory different characteristics.
Where is Harvard architecture used?
It is used in embedded systems such as digital signal processing.
How does Von Neumann architecture function?
• Both instructions and data are stored together in the same memory
What is a disadvantage of Von Neumann architecture?
They perform worse than those based on Harvard architecture as the same busses have to be shared for fetching both instructions and data.
What is Von Neumann architecture used in?
General purpose computer systems.