Key terminology 1.1 Flashcards
CPU
Central Processing Unit: the main part of the computer, consisting of registers, the ALU and the CU.
Von Neumann Architecture
Traditional computer architecture that is the basic design for most modern computer systems. Uses the FDE cycle.
MAR
Memory Address Register: holds the address of data that is ready to be used or an instruction.
MDR
Memory Data Register: holds the data fetched from memory.
PC
Program Counter: holds the address of the next instruction.
Accumulator
Holds the results of calculations.
ALU
Arithmetic Logic Unit: performs mathematical and logical calculations.
CU
Control Unit: decodes instructions.
Cache
Memory in the processor providing fast access to frequently used data or instructions.
FDE cycle
Fetch Decode Execute: the complete process of retrieving, decoding and running an instruction.
Clock speed
Measured in hertz, it is the number of FDE cycles carried out in a second.
Core
A part of a processor which contains a CPU. A computer can have a multi-core processor which contains more then one core.
Embedded system
A computer built into a device which controls it, e.g. in a washing machine or a phone.