Internal Hardware components Flashcards
What is the address bus and is it bi or uni directional?
Processor sends address of data to send or receive, uni-directional
What is the data bus and is it bi or uni directional?
Transfers data between processor and other components, bi-directional
What is the control bus and is it bi or uni directional?
Controls how data flows between components, bi-directional
What is the stored program concept?
The program being executed is stored in main memory alongside the data that the program needs. Instructions are retrieved and executed one at a time
What factors affect processor performance?
Size
Clock speed
Cache size
Temperature
No. of cores
What are the steps of the fetch part of the FDE cycle?
PC -> MAR
MAR sent along address bus
Read signal sent along control bus
Data transferred back using data bus
Into MBR
MBR -> CIR
Differences between Von Neumann architecture and Harvard architecture
Von Neumann uses the same physical memory for instructions and data. Harvard has separate memory for each.
Von Neumann has a common bus for instruction and data transfer. Harvard has separate
Von Neumann is cheaper