LO1 - System Architecture: Flashcards
What is the purpose of the CPU?
To fetch instructions, decode instructions, and then execute instructions.
What are the four main CPU components?
1) Control Unit (CU),
2) Arithmetic Logic Unit (ALU),
3) Registers,
4) Cache Memory.
What is the Control Unit within the CPU?
The control unit controls the signals required to coordinate the running of the processor including the movement of data between components and decoding instructions.
What is the Arithmetic Logic Unit within the CPU?
The unit is responsible for the calculations and decision making carried out by the CPU.
What are the Registers within the CPU?
The registers are the CPU’s own high speed memory store containing several specialised registers, which are at the heart of the heart of the fetch-decode-execute cycle.
What is the Cache within the CPU?
The cache is a type of high speed random access memory (RAM) which is built into the CPU processor.
What are the five stages of the Von Neumann Architecture?
1) Program Counter (PC),
2) Memory Address Register (MAR),
3) Memory Data Register (MDR),
4) Current Instruction Register (CIR),
5) Accumulator (ACC).
What are the characteristics of Cache Memory?
Cache is very high speed. Built into the structure of the CPU. Cache data is regularly used data. CPU Cache has a very low capacity, typically less than 16MB. Level 1 Cache is the fastest.
What is CPU Clock Speed?
The number of clock cycles per second, usually measured in Ghz.
What are CPU Cores?
Individual processing units within the CPU which can receive instructions and perform calculations.
What is Parallel Processing?
Allows different instructions from the same program to be run at the same time.