Functions and Characteristics of CPU definitions Flashcards
Arithmetic and logic unit
A part of a processor that is responsible for arithmetic functions such as addition, subtraction, multiplication, etc. and logic operations such as AND, OR, NOT, etc.
Benchmarking
A tool to assess the performance of a computer.
Buses
The connections between the processor, memory and input-output devices that are responsible for transferring data and signals.
Cache
A small memory part located closer to the CPU when compared to RAM to temporarily hold data and instructions that the CPU is likely to use frequently.
Central processing unit (CPU)
CPU consists of control unit, ALU and cache memory. It is responsible for the processing of the instructions given to a computer.
Clock rate
Number of instructions processed by a CPU in a second.
Control Unit (CU)
A part of the processor that its unit is responsible for controlling the memory, processor and input-output devices.
Core
A processing unit of a computer that consists of a processor (ALU and CU) and registers.
Embedded computer
A computer within a large mechanical or electrical system dedicated to performing a particular function.
Fetch-decode-execute cycle
The process of fetching data and instructions from the memory and storing it in suitable registers, decoding them and executing them that the CPU performs continuously.
Processor
Processor contains ALU (Arithmetic and Logic unit) and Control Unit (CU).