section 1- components of a computer system Flashcards
what is a computer?
a machine that processes data
What is a computer system?
hardware and software that work together to process data/complete tasks
What is hardware? Give examples
physical stuff that makes up your computer system
e.g CPU, motherboard, monitor & printer
What is software? Give examples
programs or applications that a computer system runs
e.g operating system, word processor & video game
What are general purpose or dedicated systems computers? Give examples
general purpose - designed to perform many tasks (PCs & tablets)
dedicated systems - designed for one particular function (controlling traffic lights/ aeroplane )
What are embedded systems?
computer built into other devices e.g dishwashers, microwaves & TVs
What are control systems?
systems that monitor and control machinery to achieve a desired result
What factors makes embedded systems better than a general purpose computer?
because they’re dedicated to a single task =
cheaper to produce
more efficient at doing their task
easier to design
general purpose computer»»»»embedded systems
What does the power supply, case cooling fan & CPU heat sink & cooling fan & CPU do?
(main hardware components of a computer - in typical desktop PC)
(visualize parts in your head & check flashcard)
Power supply- supplies power to motherboard, optical, hard rives & other hardware
Case cooling fan- extracts hot air from computer case
CPU heat sink and cooling fan- keeps CPU at steady temperature (generate lots of heat)
CPU- most important component does all processing (hidden under the heat sink)
What does the optical drive, RAM sticks motherboard & hard disk drive do?
(main hardware components of a computer - in typical desktop PC)
(visualize parts in your head & check flashcard)
optical drive- for read/ writing of optical disks
RAM sticks- computer memory
Mother board- main circuit board in computer where hardware is connected
Hard disk Drive- internal secondary storage
What is the CPU?
CPU is brain of computer system
processes all data & instructions that makes the system work
What does the processing power of the CPU depend on?
clock speed
number of cores
cache size
What does the CPU architecture describe?
main components of CPU
how they interact with each other
& interaction with other parts of computer system
What is the control unit (CU)? (what does it do?)
overall unit of CPU
fetches, decodes & executes program instructions (via. fetch-execute cycle)
controls flow of data in CPU ( to registers ALU, cache) & outside the CPU (main memory & input/output devices)
What is the arithmetic logic unit (ALU)? (what does it do?)
does all the calculations
simple addition, subtraction, comparing size of numbers & multiplications/division (using repeated addition & subtraction)
performs logic operations (AND, OR, NOT) & binary shifts
contains accumulator register