1.1 Characteristic Of CPU Flashcards
ALU definition
Arithmetic and logic unit used to complete arithmetic and logic operations
Control unit definition
The control unit directs the operation of the cpu
Registers definition
Registers are small memory cells that operate at very high speeds used to store data
Program counter definition
The program counters holds the next instruction to be executed
Accumulator definition
The accumulator stores the result from calculations
Memory Address Register definition
The MDR holds the address of a location that is to be read from or written to
Current Instruction Register
The CIR holds the current instruction being executed divided up into the operand and code
Where is the BIOS
The basic input/output system is stored in non-volatile memory
What is the BIOS
The BIOS tests the hardware in a computer so it is ready and loads the boot loader program
Data bus definition
A data bus is a bi-directional used for transporting data and instructions
Address bus definition
The address bus is used to transmit the memory address
Control bus definition
The control bus is bi-directional bus used to transmit control signals
Assembly code definition
Assembly uses mnemonics to represent instructions. The instruction is divided into the operand and code in the CIR
Pipelining definition
Pipelining is the process of fetch decode execute of three separate instructions simultaneously
Use of pipelining
Used to reduce the amount of the CPU which is kept idle