01 Section 1 - Computer Systems and the CPU Flashcards
What is a computer?
A computer is a machine that processes data
What is the purpose of a computer?
To take data in, process it and then output it
What does a computer system consist of?
Hardware and software
What is hardware? (and what are some examples)
Hardware is the physical stuff that makes up a computer
CPU, Motherboard, Monitor, Printer
What is software? (and what are some examples)
Software is the programs or applications that a computer system runs
(an operating system, a word processor, video game)
What are external pieces of hardware called?
Peripherals
They are external pieces of hardware like the keyboard, mouse and printers.
What are embedded systems?
Embedded systems are computers built into other devices
they are dedicated to a single task
What are some examples of embedded systems?
Dishwashers
Washing machine
Microwaves
Central heating systems
What are embedded systems often used as?
Embedded systems are often used as control systems, they monitor and control machinery in order to achieve a desired result
What are the main hardware components of a computer?
Power supply Case cooling fan CPU heat sink and cooling fan CPU Graphics Card Motherboard Hard Disc Drive RAM sticks Ghost Optical drive
What is the motherboard?
The main circuit board in the computer, where the hardware is connected
What does CPU stand for?
Central Processing Unit
What is the CPU?
It’s the brain of a computer system
-it processes data and instructions that make the system work
What does the CPU architecture describe?
- the main components of the CPU
- how the components interact with each other
- how the components interacts with other parts of the computer system
What are the two main types of architecture?
Von Neumann
Harvard
What does CU stand for?
Control Unit
What does ALU stand for?
Arithmetic Logic Unit
What does PC stand for?
Program Counter
What does MAR stand for?
Memory Address Register
What does MDR stand for?
Memory Data Register
What does ACC stand for?
Accumulator
What are the three buses between the CPU and RAM?
Address bus
Control bus
Data bus
What is the CU?
The CU is in overall control of the CPU.
-job is to execute program instructions by following the fetch-decode-execute cycle
What does the ALU do?
All the calculations
-operations, comparisons, logic operations and binary shifts