1.1 Systems Architecture Flashcards
What does the CPU do?
Fetch
Decode
Execute
What are the main components of the CPU?
Memory
Arithmetic Logic Unit
Control Unit
Accumulator
Registers
What is an embedded system?
A computer built within a larger architecture for a specific purpose
What is Vonn Neumann architecture?
Data stored in binary and in primary memory
Instructions are executed in cycles
What is OpCode?
Operation code
What is OpAnd?
Numerical, text and Boolean values
Explain the process of the F-D-E cycle :
PC address copied into the MAR.
PC increments by one.
PC holds the address of the next instruction to be fetched.
MAR holds address.
Signal along the address bus to address.
Data sent along the data bus to the MDR.
The MDR data copied to CIR.
The data in CIR is decoded + executed.
Results stored in ACC.
What does the control unit do?
F-D-E cycles
Controls flow of data of CPU
Manage hardware
Name three main factors that effect the CPU’s performance :
Number of cores
Clock speed
Cache size
What is ‘core numbers’?
Number of processing units
What is ‘clock speed’?
Amount of Hz executed per second
What is ‘cache’?
Fast memory that temporarily holds frequently used instructions