This document discusses the key hardware components of a computer system. It describes the central processing unit (CPU) as the brain of the computer that fetches, decodes and executes instructions. Characteristics of CPUs like clock speed, cores and cache size that impact performance are covered. Common logic gates, memory types like RAM, ROM and cache are outlined. Input/output devices, primary and secondary storage are defined along with examples like keyboards, monitors, hard drives and optical disks.
18. Learning Objectives
REVISION
2.1.2 Hardware
The different inputs and
outputs for the logic gates.
NOT
IN OUT
1 0
1 1
AND
IN 1 IN 2 OUT
0 0 0
0 1 0
1 0 0
1 1 1
OR
IN 1 IN 2 OUT
0 0 0
0 1 1
1 0 1
1 1 1
38. Learning Objectives
REVISION
2.1.2 Hardware
Data stored by magnets on
a magnetic disk
Very high capacity
Bad portability but very
durable.
Examples hard drive,
backup tapes
40. Learning Objectives
REVISION
2.1.2 Hardware
Data stored electronically.
No moving parts
Slower than magnetic, faster
than optical
Good portability and good
durability
Examples external hard
drive, USB disk