everything Flashcards
Processors have a speed measured in….
Hertz
Data and Instructions in use are stored in the:
Main Memory
What doesn’t affect the performance of the computer
- Clock speed
- Number of cores
- Cache size
- Number of instructions in the program
- Number of instructions in the program
If the number of cores goes up from 2 to 4 – what is the exact effect on
performance?
The maximum number of instructions executed per second doubles
Central processing unit (CPU)
Decodes and executes instructions
Order that registers are used in the Von Neumann cycle
- Program counter (PC)
- Memory Address Register (MAR)
- Memory Data Register (MDR)
Embedded system
A computer system designed for a specific purpose
Factors affecting the speed of the CPU
- Clock speed
- Number of cores
- Cache size
Cache
Provides fast access to frequently used instructions
Von Neumann Architecture
Instructions are fetched, decoded and executed one at a time
Memory Data Register (MDR)
Holds the data fetched from or to be written to the memory
Memory Address Register (MAR)
Holds the address of data ready for use by the Memory Data Register
Program Counter (PC)
Holds the address of the next instruction
Control Unit (CU)
Sends signals to control how data moves around the CPU
Arithmetic Logic Unit (ALU)
Performs calculations and logical decisions