1.1 Processors Flashcards
What is the accumulator?
A special register to temporarily store the results of operations performed by the ALU
What is the address Bus?
Carries the memory location addresses to be read from or written to (cpu to ram)
What is the arithmetic logic unit?
A part of the CPU that performs arithmetic calculations and logical operations on data for the computer programs
Buses
A physical set of parallel wires connecting and carrying groups of bits between several components of a computer
What is cache?
A small and fast but expensive memory in the CPU used to store instructions and data that are accessed regularly
Clock speed
The frequency at which the internal clock generates signals switching between 0 and 1. It controls how often instructions are executed and data is fetched
Contemporary architecture
A modern architecture combining Von Neumann and Harvard architectures
What is the control bus?
A bi-directional bus carrying control signals from the CU to synchronise access and use of data
What is the Control Unit
A part of the CPU that controls and manages the execution of instructions. It sends control signals to coordinate execution and controls FDE cycles and buses.
What is the Current instruction register?
A special register that stores the current instruction being executed and decoded. These instructions and divided into operand and opcode.
What is the data bus?
A bi-directional bus for carrying data and instructions between the processor and memory
FDE cycles
Fetching from memory, decoding and executing the instruction
What is fetching
Supplying the address and retrieving the instruction from memory
Harvard architecture
A computer architecture that stores data and instructions in separate memories to allow the next instruction to be read whilst data is currently being read or written
Memory address register
A special register that stores the memory address of the next instruction to load or data to use
Memory data register
A special register that temporarily stores data to be read from or written to in main memory
Number of cores
A core is a processing unit that handles instructions with its own FDE cycles. Multi-core processors have multiple cores that can run simultaneously
Pipelining
The simultaneous decoding of several instructions by decoding the next instruction and fetching the one after while the current one is being executed
Program counter
A special purpose register that stores the address of the next instruction to execute
Registers
Special memory cells that can be accessed quickly. They temporarily store data and control information
Von Neumann architecture
Architecture where a single control unit manages program control via a linear sequence of FDE cycles
Complex instruction set computer (CISC)
A more complicated and expensive processor design that can execute a series of tasks in a single complex instruction built into the hardware. The variety of instructions means less RAM is used.
What cannot be used with a complex instruction set computer?
Pipelining
What is a Graphic processing unit?
A specialised processing unit with a huge number of small cores that allow efficient parallel computation for tasks such as computer graphics, machine learning, data mining