1.1.1 Structure And Function Of A Processor Flashcards
What does the Arithmetic and Logic unit do?
The ALU completes all the arithmetic and logical operations
What is the Control Unit?
A part of the processor which directs operations inside the CPU
What are registers?
Small memory cells that operate at high speeds
Where do all the arithmetic, logic, or shift operations occur?
They occur in registers
What does the Program Counter (PC) do?
The PC holds the address of the next instruction to executed
In which part of the CPU do all the calculations take place?
Arithmetic and Logic Unit (ALU)
Where are the intermediate arithmetic and logic results stored
In the Accumulator (ACC)
What does the Memory Address Register (MAR) do?
Holds the address of a location that is to be read from or written to
What does the Memory Data Register (MDR) do?
Temporarily stores the data that has just been read from or the data that needs to be written to memory
What does the Current Instruction Register (CIR) do?
Holds the current instruction, the instruction is divided up into opcode and operand
What is a bus?
A set of parallel wires connecting two or more components together
What is a system bus?
The collection of the data bus, address bus, and control bus is called the system bus
What is the width of a bus?
The number of parallel wires it has
What is the data bus?
A bi-directional bus used to transport data and instructions between components
What is the control bus?
The bi-directional bus used to transmit control signals between internal and external components