Hardware Flashcards
What is the role of the CPU?
It process instructions and data that are input into the computer so that the result can be output.
What is a microprocessor?
A microprocessor is a type of integrated circuit on a single chip that is able to perform many of the functions of a CPU.
What is the purpose of the ALU?
The Arithmetic and Logic Unit performs all the mathematical and logical operations required when processing data and instructions.
What is the purpose of the CU?
The Control Unit controls all the operations in the CPU.
What is the purpose of the PC?
The Program Counter stores the address of the next instruction to be processed.
What is the purpose of the MAR?
The Memory Address Register holds the address of the data to be located in RAM.
What is the purpose of the MDR?
The Memory Data Register holds the data that is fetched from the RAM.
What is the purpose of the CIR?
The Current Instruction Register (is built into the CU and) holds the instruction that is being processed in the CPU.
What is the purpose of the ACC?
The Accumulator is a register built into the ALU that stores the result of any interim calculations.
What is the purpose and direction of the address bus?
They are wires used for the transmission of adresses between components in a computer.
It is unidirectional.
What is the purpose and direction of the data bus?
They are wires used to transmit data between components in a computer.
It is bi-directional.
What is the purpose of a control bus and its direction?
Wires used for the transmission of control signals between components in a computer.
What is a core?
The part of the CPU that contains all the components that are used to perform the fetch-decode-execute cycle.
What is a cache?
It is a storage that is built into the CPU, to store the most frequently used data and instructions.
What is clock (speed)?
The number of fetch-decode-execute cycles that can be performed in a second.