Structure and function -Exam QUestions Flashcards
Describe the 3 buses that connect the CPU to the rest of the computer
Control bus – transmits control signals from the control unit to other parts of the computer
Data bus – Carries the data
Address bus – carries the location address to memory
Explain the need for the PC
Needed to store the address of the next instruction
Value is then sent to the MAR
After value is sent it is then incremented
Explain the need for the MAR
Contains the address of the instruction/data to be accessed in memory
Receives the instruction from the PC
Explain the need for the MDR
Contains the instruction/data that has been accessed from memory
Data is referenced by the MAR
Instructions are sent to CIR
Acts as a buffer
Describe the use of the ACC
Temporary storage for data being processed/ during calculations
I/O in the processor used as a buffer /gateway
Describe the role of the CU in the processor
Decodes instructions
Sends control signals to coordinate movement of data
Controls buses
How does a faster clock speed improve CPUs performance
More FDE cycles per second
Therefore more instructions per second
So the programs takes less time to run
Explain an advantage of using CISC instead of RISC
Programs run faster due to fewer instructions
Explain the effect of using a coprocessor when carrying out complex calculations
The coprocessor performs the calculations so they are processed faster when using floating point arithmetic
Describe the features of the Von-Neumann architecture
Single control unit
One instruction at a time
Uses FDE cycle
Instructions and data stored in same memory unit