What are buses?
The are used to transfer info between the memory and the processor.
What does the address bus do?
It pinpoints the location in memory that you want to read or write data to/from.
What does the data bus do?
It transfers the data to and from memory.
What is the control bus?
It is made up of separate lines which each perform a different task.
What are the three main parts of the processor?
The Control unit, the Arithmetic and Logic Unit, and the Registers.
What is the arithmetic and logic unit for?
What does the control unit do?
What are registers?
Registers are used as temporary storage locations for data and the instructions while they are being used by the processor.
What does the term multi-core processor mean?
It means two or more processors (cores) working on a single chip that can function independently.
How do multi-core processors increase the overall speed of program execution?
Multi-core processors can execute multiple instructions simultaneously, thus increasing the execution speed.
State the seven steps of the fetch execute cycle!