Components of a Computer System Flashcards
What is a computer?
A machine that processes data
What is a embedded system?
Computers built into other devices
What is hardware?
Physical stuff that makes your computer system
What is software?
The programs or applications that a computer systems runs
What are the 2 types of computers and what do they do?
- General Purpose - designed to perform many tasks
- Dedicated System - designed for one particular function
What does the CPU do?
Processes all the data and instructions that make the system work
What effects the processing power of the CPU?
- Clock speed
- Number of cores
- Cache size
What does the Control Unit do?
- Manges fetch decode execution cycle
- Controls flow of data inside and out side CPU
What does the Arithmetic Logic Unit do?
- Does all the calculations
- Performs logic operations and binary shifts
What does the Cache do?
- Very fast memory in the CPU
- Stores regular used data so the CPU can access quickly
- Very low capacity
What type of cache levels are there?
L1 - Quickest, lowest capacity
L2 - Slower than L1 but can hold more
L3 - Slower than L2 but can hold more
What do registers do in the CPU?
- Temporarily hold tiny bits of data needed by CPU
- Super quick to read/write
What does the program counter do in the CU?
Holds memory address of the instructions of each cycle
What does the accumulator do in the CU?
Stores intermediate results of calculations in the ALU
What is does the MAR do in the CU?
Holds any memory address about to be used by the CPU. Address might point to data or a CPU instruction