section 1 components of a computer system Flashcards
what are embedded systems
computers built into other devices often used a control system
pros of embedded systems
easier to design , cheaper and efficient
what is the power supply
supplies power to motherboard
what is the cooling fan
extracts hot air
what is the CPU heat sink and cooling fan
keeps CPU at steady temp
what is the CPU
does all the processing
what is the motherboard
main circuit board in computer
what is the optical drive for
for read/writing
what is the hard disk drive
internal secondary storage
what is the graphics card
controls the graphics
what are the two types of computer system
general purpose
dedicated systems
what is the purpose of a computer
take data, process it, then output it.
complete tasks more efficiently
what is hardware
physical stuff that makes up your computer
what is software
programs that the computer system runs
what is the CPU
brain of the computer
processes all the data and instructions
what does the CPU depend on for processing power
clock speed
number of cores
cache size
what is the control unit and what does it do
executes program instructions by following the fetch-decode-execute cycle
controls the flow of data
what is the Arithmetic logic unit
does all the calculation and performs logic operations
what is the cache
fast memory in the CPU
stores regularly used data so that the CPU can access it quickly
caches have low capacity and are expensive
what are buses
collections of wires that are used to transmit data between components of the CPU
what is the clock
sends out a signal that continually cycles between 1 and 0
the number of clock cycles per second is called the clock speed
what does the ALU do
gets data from the CPU and register performs an operation and outputs it back
what are registers and what does the registers do
used to store intermediate results of calculations
hold data, instructions and memory addresses that are about to be used by the CPU
how does the fetch decode execute cycle work
1) The program counter gets the next instruction
2) processor then collects the address data from the MAR
3) The processor then fetches the data from memory the via the data bus
4) stored in MAR via the address bus
4) The instruction is then decoded by the ALU that does all the calculations
5) the processor then goes back to the program counter to collect the next instruction