1.1.1 Structure & Function of the Processor Flashcards
What is the purpose of the Arithmetic Logic Unit?
Completes all the arithmetical and logical operations
What is the purpose of the Control Unit?
Directs operations inside the CPU
What are registers?
Small memory cells that operate at high speeds
What does the Program Counter store?
The address of the next instruction
What does the accumulator store?
Arithmetic & logic results of ALU
What does the Memory Address Register store?
The address of the location to be read from or written to
What does the Memory Data Register store?
The data read from or to be written to
What does the Current Instruction Register store?
The current instruction divided up into opcode & operand
What is a bus?
A set of parallel wires connecting two or more components together
What is the system bus?
The collection of the data bus, address bus & control bus
What is the width of a bus?
The number of parallel wires it has
What is the data bus?
A bidirectional bus used to transport data and instructions between components
What is the control bus?
A bidirectional bus used to transmit control signals between internal & external components
What is the address bus?
A unidirectional bus used to transmit the memory address specifying where data is to be sent to or retrieved from
What consequence does adding a wire to the address bus have?
Doubles the number of addressable locations