Chapter 3hardware - A Levels Notes
Chapter 3hardware - A Levels Notes
Hardware
Computers and their components
Primary storage: computer’s main memory which stores a set of critical program’s instructions
& data
Secondary storage: non-volatile storage for noncritical data that will not be frequently accessed
Embedded systems
Small computer systems such as microprocessors that are often a part of a larger system
Each embedded system performs a few specific functions unlike general-purpose computers
benefits drawbacks
Reliable since there are no Difficult to program functions since there is either no
moving parts interface
Cheap to mass-produce
Principle Operations of Hardware Devices
Laser printer
4
A laser beam and rotating mirrors are used to draw image of the page on a photosensitive drum
Image converted into electric charge which attracts charged toner such that it sticks to image
3D printer
Process starts from saved digital file that holds the blueprint of object to be printed
Object is then built by sequentially adding layers of a material (e.g. polymer resin) until object
created
Microphone
Incoming sound waves enter wind screen and cause vibrations about a diaphragm
Speaker
Takes electrical signals and translates into physical vibrations to create sound waves
Change in digital audio signal causes current direction to change which changes field polarity
Hard disk has platters whose surfaces are covered with a magnet sable material.
Surface of platters divided into concentric tracks & sectors, where data is encoded as magnetic
patterns
When writing, current variation in head causes magnetic field variation on disk
When reading, magnetic field variation from disk produces current variation in read head
Consist of a grid of columns & rows that has 2 transistors at each intersection
Two transistors:
Floating Gate: stores electros and the presence or absence of charge (electrons) represents
either 1 or 0
Tracks have sequences of amorphous and crystalline states on the metallic layer
6
When reading, the reflected light from the different states on the track are encoded as bit
patterns
When writing, laser changes surface to crystalline and amorphous states along the track, which
correspond to 1s or 0s.
Touchscreen
2 types:
Resistive capacitive
Virtual headsets consist of 2 lenses, (LCD) display, circuit board with sensors, cover and foam
padding
The user can ‘move’ in the virtual environment by moving their head or using controllers
Buffers: short-term memory storage that stores data right before it’s used, typically in RAM.
RAM Rom
Volatile memory: loses content when Non-volatile memory: does not lose content
power turned off when power turned off
7
RAM Rom
Used to store currently executing Used for storing OS kernel and boot up
program instructions
Types of RAM - Static RAM vs. Dynamic RAM
sram dram
Doesn’t need to refresh hence uses less Has to be refreshed, hence has slower access
power and faster access time times and needs higher power
More complex circuitry, hence more Only single transistor & capacitor, hence less
expensive expensive to purchase
Electrically Erasable
Programmable ROM Erasable Programmable ROM
Programmable ROM
Data cannot be erased Chip has to be removed for Can update data without
or deleted reprogramming removing chip.
Monitoring and Control Systems
Monitoring System
Control System
Event-driven system: the controller alters the state of the system in response to some event.
Feedback Systems
By enabling the system output to affect subsequent system inputs, it may cause a change in the
Logic Gates: use one or more inputs and produces a single logical output
A B Output
0 0 0
0 1 0
1 0 0
9
A B Output
1 1 1
A B Output
0 0 0
0 1 1
1 0 1
1 1 1
OR gate: If either inputs high, output is high (A+B)
A Output
1 0
0 1
A B Output
0 0 1
0 1 1
1 0 1
1 1 0
A B Output
0 0 1
0 1 0
1 0 0
1 1 0
A B Output
0 0 0
0 1 1
1 0 1
1 1 0