Terms Flashcards
ALU
Arithmetic Logic Unit: “The part of the CPU where data is processed and manipulated. This processing and manipulation normally consists of arithmetic operations or logical comparisons allowing a program to make decisions.”
Example sentence: The ALU performs calculations such as addition and subtraction.
Control Unit
The part of the CPU that manages the execution of instructions. The control unit fetches each instruction in sequence, and decodes and synchronises it before executing it by sending control signals to other parts of the computer.
Example sentence: The control unit coordinates the flow of data within the CPU.
Register
Tiny areas of extremely fast memory located in the CPU normally designed for a specific purpose, where data or control information is stored temporarily.
Example sentence: Registers are used to store intermediate data during calculations.
Program Counter
A register in the control unit which holds the address of the next instruction to be executed.
Example sentence: The program counter keeps track of the current instruction being executed.
Accumulator
A special register within the ALU. It is used to hold the data currently being processed by the central processor. Any data to be processed is stored temporarily in the accumulator, the results ending up back in the accumulator being stored in the memory unit.
Example sentence: The accumulator stores the result of arithmetic operations.
Memory Address Register
A register in the CPU that stores the address of the memory location currently in use. In the fetch phase, this would be the address of the instruction being loaded; in the execute phase, it would be the address of the data being used.
Example sentence: The memory address register holds the location of data in memory.
Memory Data Register
A register in the CPU that stores data being transferred to and from the immediate-access store. It acts as a buffer, allowing the central processor and memory unit to act independently without being affected by minor differences in operation. A data item will be copied to the MDR ready for use at the next clock pulse, when it can either be used by the central processor or be stored in main memory.
Example sentence: The memory data register holds data temporarily during processing.
Current Instruction Register
A register in the control unit that stores the address of the next instruction currently being executed and decoded.
Example sentence: The current instruction register keeps track of the instruction being executed.
Busses
A common physical pathway shared by signals to and from several components of a computer.
Example sentence: Busses allow communication between different parts of the computer.
Data Bus
The part of the bus which carries the actual information.
Example sentence: The data bus transfers data between the CPU and memory.
Address Bus
The part of the bus which carries identification about where the data is being sent.
Example sentence: The address bus specifies the memory location for data transfer.
Control Bus
This bus carries command and control signals to and from every other component of a computer.
Example sentence: The control bus coordinates communication between different parts of the computer.
Fetch-Decode-Execute
The complete process of retrieving an instruction from store, decoding it and carrying it out. Also known as the instruction cycle.
Example sentence: The fetch-decode-execute cycle is essential for executing instructions.
CPU
Central Processing Unit: “The main part of the computer, consisting of the registers, ALU and control unit.”
Example sentence: The CPU is responsible for executing instructions.
Clock Speed
Measured in Hertz, the clock speed is the frequency at which the internal clock generates pulses. The higher the clock rate, the faster the computer may work. The “clock” is the electronic unit that synchronises related components by generating pulses at a constant rate.
Example sentence: A higher clock speed allows for quicker processing of tasks.