Section 1 - components of a computer system Flashcards
what is the purpose of a computer?
to take data, process it, then output it
what does a computer consist of?
hardware and software that work together to process data or complete tasks
what is hardware?
the physical parts of a computer system, like the CPU, motherboard, monitor and printer
what is software?
the programs or applications that a computer system runs e.g. an operating system, a word processor or video game
what are peripherals?
external pieces of hardware like the keyboard, mouse and printer
what are embedded systems?
computers built into other devices, like dishwashers, microwaves and TVs. they are usually dedicated systems
what are embedded systems often used as?
control systems - they monitor and control machinery in order to achieve a desired result
what are the advantages of an embedded system over a general purpose computer?
they’re dedicated to a single task, so they are usually easier to design, cheaper to produce, and more efficient at doing their task
what are the components of a computer?
power suply case cooling fan CPU heat sink and cooling fan CPU graphics card hard disk drive motherboard RAM sticks optical drive
what does the power supply of a computer do?
supplies power to the motherboard, optical and hard drives, and other hardware
what does the case cooling fan of a computer do?
extracts hot air from the computer case
what does the CPU heat sink and cooling fan of a computer do?
it keeps the CPU at a steady temperature
what does the CPU of a computer do?
it does all the processing
it is the most important component
what does the hard disk drive of a computer do?
its internal secondary storage
what does the motherboard of a computer do?
its the main circuit board in the computer, where the hardware is connected
what does the optical drive of a computer do?
for read/writing of optical discs
what is a CPU?
the brain of a computer
it processes all of the data and instructions that make the system work
what does the processing power of a CPU depend on?
characteristics like:
clock speed
number of cores
cache size
what are the 3 main parts of the CPU?
the control unit
the arithmetic logic unit
the cache
what does the control unit do?
its main job is to execute program instructions by following the fetch-decode-execute cycle.
it controls the flow of data inside and outside the CPU
what does the arithmetic logic unit do?
it does all the calculations
it completes simple addition and subtraction, compares the size of numbers and can do multiplication and division using addition ad subtraction
it performs logic operations like AND, OR and NOT and binary shifts
it contains the accumulator register
what is the cache?
very fast memory in the CPU. slower than registers, faster than RAM
it has low capacity and is expensive compared o RAM and secondary storage
there are 3 different levels of cache memory (L1, L2, L3) they get slower but can hold more as the levels increase
what does cache do?
it stores regularly used data so the CPU can access it quickly, the CPU checks the cache for the data it wants before RAM
what does von neumann architecture describe?
it describes a system where the CPU runs programs stored in memory