

Grade 9: Hardware
Presentation
•
Computers
•
6th Grade
•
Easy
Soleha Majeed
Used 5+ times
FREE Resource
116 Slides • 56 Questions
1
Chapter 3: Hardware
2
Important!
Your book should always be open in front of you.
3
Multiple Choice
What do you think a microphone (mic) is?
Input device
Output device
4
Multiple Choice
What is the difference between input and output devices?
5
6
Barcode scanner - pg 88
A barcode is a series of dark and light parallel lines of varying thickness used to represent numbers and data.
📘 Key Points:
Each digit (0–9) is represented by a unique pattern of lines.
Guard bars separate the left and right sides of the barcode.
Barcodes are used to identify products using a unique number.
7
Multiple Choice
What do you think a barcode scannner is?
Input device
Output device
8
9
10
Multiple Choice
Which of the following best describes a barcode?
A symbol used to store text messages
A series of lines representing numbers and data
A sequence of numbers printed under a product
A picture that links to a website
11
How a Barcode is Read
🧠 Barcode Scanning Process:
A red laser or LED light scans across the barcode.
Light reflects back — dark bars reflect less light.
Photoelectric sensors detect the pattern of reflection.
The pattern is converted into digital data (0s and 1s).
The data is matched with a product record in a database.
💡 Example:
The pattern 0111101 might represent the digit 3.
12
13
14
Multiple Choice
Which component detects the reflected light from the barcode?
Microprocessor
Laser diode
Photoelectric sensor
15
Barcode in Action (Supermarket Checkout)
16
Multiple Choice
What happens after a barcode is successfully scanned at the checkout?
The database creates a new product entry
The barcode number is matched in the stock database
17
How the System Updates Stock
🧮 Stock Control Process
Barcode number is used as a key field in the database.
Stock item record is found → price & details retrieved.
Stock quantity decreases by 1.
If stock ≤ re-order level → automatic re-ordering.
A flag is added to prevent multiple re-orders.
🧠 Example:
If “Milk – Stock: 10, Reorder level: 5”
→ After 6 sales → system orders more milk automatically.
18
Multiple Choice
In a stock control system, the barcode number acts as:
Serial number
The barcode number is matched in the stock database
19
Advantages of Using Barcodes
✅ For Management
Fast and easy price updates
Automatic stock control
Reduced labeling time
Track customer buying habits
✅ For Customers
Faster checkout queues
Fewer pricing errors
Itemized bill
Fresher stock due to better tracking
20
Multiple Choice
Which of the following is an advantage for management using barcodes?
Slower checkout process
More labeling required
Easier stock updates
21
What is a QR Code?
A Quick Response (QR) Code is a two-dimensional barcode made up of dark and light squares arranged in a grid.
📘 Key Facts:
Can store up to 4296 characters.
Contains web addresses, phone numbers, or text.
Read using a smartphone or tablet camera.
🖼️ Example:
A QR code that links to your school’s website or a fun educational page.
22
Multiple Choice
Which device is typically used to read a QR code?
Barcode laser scanner
Smartphone camera
Credit card reader
Printer
23
How QR Codes Work
🔍 Process:
Point the camera at the QR code.
The app scans and converts the pattern into data.
The browser opens the link automatically.
💡 Common Uses:
Advertising (links to websites)
E-tickets or boarding passes
Contact information
24
Barcodes vs QR codes
25
Read the advantages of QR codes
26
What is a Digital Camera?
A digital camera captures and stores images electronically — unlike traditional film cameras which needed developing.
📷 Key Features:
No film is used.
Images are stored digitally.
Can delete, edit, and share photos instantly.
Connects to computers via USB or Bluetooth.
💡 Example:
Phone cameras, DSLR cameras, and webcams all work as digital input devices.
27
Multiple Choice
Which is an advantage of QR codes over traditional barcodes?
Smaller storage capacity
Requires special scanners
Can hold more information
Cannot store web links
28
Disadvantages and New Developments
⚠️ Disadvantages of QR Codes:
Multiple QR formats exist.
Can be used to spread malicious code (attagging).
Some software for custom QR designs is not free.
🆕 Newer Development:
Frame QR codes allow adding logos or images inside.
(Useful for advertisements and branding.)
29
Multiple Choice
What is one potential risk of scanning a QR code from an unknown source?
It won’t scan properly
It may download malicious software
It deletes stored photos
It reduces phone brightness
30
Summary
✅ Barcodes represent numbers using lines of different thickness.
✅ Scanners use light reflection to read them.
✅ QR codes use grids of squares to store more data.
✅ QR codes are easier to read, hold more info, and can link to websites.
✅ Both help automate sales, stock control, and data sharing.
31
Multiple Choice
Which statement correctly describes a digital camera?
Requires developing before viewing photos
Captures and stores images in digital form
Cannot connect to a computer
Uses film to store photos
32
33
Inside the Camera – The Role of Pixels
A digital camera captures and stores images electronically — unlike traditional film cameras which needed developing.
📷 Key Features:
No film is used.
Images are stored digitally.
Can delete, edit, and share photos instantly.
Connects to computers via USB or Bluetooth.
💡 Example:
Phone cameras, DSLR cameras, and webcams all work as digital input devices.
34
Multiple Choice
What language does a computer understand?
Natural languages like English or Urdu
High-level programming languages like python
35
36
Videos
https://www.youtube.com/watch?v=Ey6S3rKH_o4
How Digital Cameras Work | How Things Work with Kamri Noel
https://www.youtube.com/watch?v=BNA97LaWLF0
Simple explanation of how a camera works
https://www.youtube.com/watch?v=nyKJ4KxKFso
Shutter Speed
37
Multiple Choice
What is the role of the ADC (Analog-to-Digital Converter) in a digital camera?
Focuses the image
Converts electrical signals to digital form
38
How does a Digital Camera work?
39
How Digital Cameras Work:
Step 1: Light enters the camera
40
How Digital Cameras Work:
Step 2: The light hits a sensor (CCD)
“Think of the CCD as millions of tiny buckets catching water.
Each bucket collects a different amount of water depending on where it dropped most."
These millions of buckets = pixels.
Water= light
41
How Digital Cameras Work:
Step 3: The CCD creates an analogue signal
Explain “analogue” like this:
“Analogue signals are smooth and continuous, like real life.
42
How Digital Cameras Work:
Step 4: The ADC converts analogue to digital
Analogue | Digital |
|---|---|
Smooth and continuous | Steps and numbers |
Like the real world | Like computer language |
“Computers cannot understand smooth signals. They only understand numbers (0s and 1s). So the ADC acts like a translator.”
43
Multiple Choice
Digital data means:
The signal is converted into numbers
The signal is smooth and natural
44
ADC
45
Inside the Camera – The Role of Pixels
📊 Pixels (Picture Elements):
Each pixel captures brightness and color.
Brightness is stored as a binary value (e.g., 01110011).
Color is stored using the RGB system (Red, Green, Blue).
A typical camera uses 24-bit color (8 bits for each color).
🎨 Example:
An orange pixel might have values —
Red: 215, Green: 165, Blue: 60 → Binary: 11010111 10100101 00111100
46
Multiple Choice
Which of these describes an analogue signal?
Only 0s and 1s
Smooth and continuous
47
Multiple Choice
Why does a camera need an ADC?
To focus the lens
To convert electrical signals into digital data
To store images on a memory card
48
Multiple Choice
What does the CCD do when light hits it?
It changes light into electrical signals
It displays the image
49
Multiple Choice
In a 24-bit color system, how many bits are used for each primary color?
4 bits
8 bits
16 bits
50
Factors Affecting Image Quality
🧮 Image Quality Depends On:
Lens quality
Sensor quality (CCD/CMOS)
Number of pixels (higher resolution = clearer image)
Lighting conditions
File format used (JPEG, RAW, etc.)
💡 Example:
A 12-megapixel image = 12 million pixels.
More pixels = larger file size, but better detail.
51
Multiple Choice
Which factor does not directly affect image quality in a digital camera?
Number of pixels
Lens quality
Lighting conditions
Printer ink color
52
: Activity – Analyze Camera Specs
📱 Activity:
Ask students to:
Check the megapixels of their phone camera.
Compare with a friend’s device.
Discuss: “Does higher megapixel always mean better pictures?”
53
What is a Keyboard?
A keyboard is the most common text input device for computers and mobile devices.
⌨️ Key Facts:
Can be connected via USB or wirelessly.
Tablets and phones use virtual keyboards.
Each key has an ASCII value (e.g., A = 65).
Pressing a key completes a circuit that sends data to the CPU.
54
Multiple Choice
What happens when a key is pressed on a keyboard?
The computer lights up the key
The CPU checks the key’s ASCII value
The key generates a sound signal
The key changes color
55
How a Keyboard Works
⚙️ Process:
Each key rests on a membrane or circuit board.
Pressing a key (e.g., ‘H’) completes an electrical circuit.
The computer detects the key press.
The key’s ASCII code is sent to the CPU.
The CPU converts this into a character on the screen.
56
Inside a Keyboard
Video
57
Multiple Choice
Which of the following is true about keyboard operation?
Each key press sends a sound wave
Keys communicate through Wi-Fi
A circuit is completed when a key is pressed
58
What is ASCII?
Full Form:
American Standard Code for Information Interchange
Simple Definition:
ASCII is a code that computers use to represent text (letters, numbers, and symbols).
Since computers only understand binary (0s and 1s), every letter or symbol you type on a keyboard is stored and processed as a binary number inside the computer.
59
Multiple Choice
What does ASCII stand for?
American Symbol Code for Internet Information
American Standard Code for Information Interchange
60
What is ASCII?
real-life comparison:
“Imagine you are sending a secret message using numbers instead of letters — for example, A = 1, B = 2, C = 3.
Computers do the same thing! But instead of simple numbers, they use special codes called ASCII.
61
What is ASCII?
So when you type “Hi”,
the computer actually stores it as:
H = 72 → 01001000
i = 105 → 01101001
62
Multiple Choice
Why is ASCII used in computers?
To store pictures
To convert text into binary codes so the computer can understand
To connect the computer to the internet
63
Keyboard Types & Ergonomics
⌨️ Types:
Standard Keyboard: Regular layout.
Ergonomic Keyboard: Designed for comfort and reduced wrist strain.
⚠️ Risk:
Frequent use can cause RSI (Repetitive Strain Injury).
64
​Standard Keyboard: Regular layout.
65
Ergonomic Keyboard: Designed for comfort and reduced wrist strain.
66
Ergonomic Keyboard: Designed for comfort and reduced wrist strain.
67
Multiple Choice
What is the main purpose of using an ergonomic keyboard?
68
⚠️ Risk:
Frequent use can cause RSI (Repetitive Strain Injury).
✅ Solution:
Use ergonomic keyboards.
Take breaks while typing.
Maintain proper posture.
69
What is a Microphone?
🎙️ A microphone converts sound waves into electrical signals which are then converted into digital data.
📘 Used For:
Recording sound/music
Voice commands (e.g., Siri, Google Assistant)
Online communication (Zoom, calls, etc.)
🔌 Connection Types:
USB
Bluetooth
Built-in laptop/phone microphones
70
Multiple Choice
What is the function of a microphone in a computer system?
Converts sound waves into electrical signals
Converts light into sound
Converts images into sound
71
How a Microphone Works
🎧 Process:
Sound waves hit the diaphragm.
The diaphragm vibrates a coil of wire near a magnet.
This produces an electric current.
The current is sent to an ADC → converted into digital sound.
🧠 Example:
When you say “Hello,” the microphone converts it into digital data (0s and 1s) for recording or transmission.
72
Multiple Choice
What part of the microphone vibrates when sound waves hit it?
ADC converter
Diaphragm
73
Summary
✅ Digital Cameras use sensors (CCD) and ADCs to capture and digitize images.
✅ Keyboards input text via electrical circuits and ASCII codes.
✅ Microphones convert sound waves into digital signals.
✅ All three are input devices that help computers receive data from the real world.
74
75
Optical Mouse – Introduction
An optical mouse is a pointing device that uses light (not a ball) to detect movement.
It works by taking 1500+ tiny pictures per second of the surface below it!
Main Components:
Red light source (LED)
Lens
CMOS sensor
DSP (Digital Signal Processor)
76
How an Optical Mouse Works
Red LED shines light onto the surface.
The light bounces back and is captured by the CMOS sensor (a tiny camera).
The CMOS sensor converts reflected light into electrical pulses.
These pulses go to a DSP (processor) that compares images to find movement.
The DSP sends the movement coordinates to the computer, which moves the cursor.
77
78
Multiple Choice
What is the main role of the CMOS sensor in an optical mouse?
To store light data
To reflect the red light
To detect and convert light into electrical signals
79
Advantages of Optical Mouse
✅ No moving parts → More reliable
✅ Dirt doesn’t get trapped
✅ Works on most surfaces
✅ Bluetooth models offer wireless convenience
⚠️ Wired mouse advantages:
No battery needed
No signal loss
Cheaper and environmentally friendly
80
Multiple Choice
Why is an optical mouse more reliable than a mechanical mouse?
It uses batteries
It uses moving parts
It uses a ball
It has no moving parts
81
82
2D Scanners – Introduction
A 2D scanner is used to convert paper documents or photos into digital images.
How it works:
The document is placed on a glass panel.
A bright light (xenon lamp or LED) moves under it.
The scan head and mirrors send light to a lens.
The lens focuses the image onto a CCD (Charge-Coupled Device).
The CCD converts light into an electric current (analog signal).
Software converts this into a digital image (JPEG, PNG, etc.)
“It’s like taking a photo of your paper, but perfectly flat and clear.”
83
Multiple Choice
What device inside a scanner converts light into an electric signal?
Lens
Light source
CCD sensor
DSP processor
84
OCR – Optical Character Recognition
OCR software reads text from a scanned document and converts it into an editable file.
🧠 Example:
If you scan a printed essay → OCR allows you to open it in Word and edit the text.
85
Multiple Choice
Which technology converts scanned text into editable form?
OCR
CCD
CMOS
86
3D Scanners
3D scanners capture solid objects to make 3D digital models.
How it works:
Scans along x, y, z coordinates.
Uses laser light, white light, or magnetic resonance.
Produces a 3D digital image that can be used in CAD design or 3D printing.
87
Multiple Choice
Which of the following best describes a 3D scanner?
Captures paper documents only
Captures solid objects in three dimensions
Captures sound waves
88
Introduction to Scanners
What is a Scanner?
A scanner is an input device that reads images, objects, or text and converts them into a digital format that a computer can store, display, or edit.
Types of Scanners
2D Scanners (Flatbed, passport scanners)
3D Scanners (capture solid objects)
89
90
Multiple Choice
Which scanner can capture depth (x, y, and z)?
2D scanner
Barcode scanner
OCR machine
3D scanner
91
Multiple Choice
3D scanners create digital models that can be used in:
Databases
CAD software
Antivirus programs
Word processors
92
Introduction to Scanners
What is a Scanner?
A scanner is an input device that reads images, objects, or text and converts them into a digital format that a computer can store, display, or edit.
Types of Scanners
2D Scanners (Flatbed, passport scanners)
3D Scanners (capture solid objects)
93
Application: CT (Computed Tomography) Scanning
What Are CT Scanners?
CT scanners create a 3D image of a solid object by taking multiple thin, 2D “slices”.
Process (Tomography)
Object/person is scanned by X-rays / gamma rays / radio waves.
Many thin slices are captured one by one.
Each slice is stored as a digital image.
Computer combines slices to form a 3D image.
94
CT VS MRI VS SPECT
CT scans show detailed 3D images of bone and organs using X-rays, MRI scans provide high-resolution images of soft tissues using magnets and radio waves, and SPECT scans show how organs and tissues are functioning by detecting a radioactive tracer. Choosing the right scan depends on whether you need a structural view (CT or MRI) or a functional view (SPECT).
95
Multiple Choice
A CT scanner forms a 3D image by:
Printing the object directly
Combining many thin 2D images
Using a barcode reader
Taking only one high-resolution photo
96
Application: 2D Scanners at Airports
How Passport Scanners Work
Airports use 2D scanners + OCR software to read passport information.
Process
Scanner takes a digital image of the passport page.
OCR (Optical Character Recognition) identifies letters and numbers.
Software extracts:
Name
Passport number
Date of birth
Nationality
Image can be stored as ASCII text or JPEG.
97
Multiple Choice
What technology helps scanners convert passport text into editable characters?
CT
CAD
OCR
OMR
98
Facial Recognition at Airports
How Face Recognition Works
The system compares:
The passport photo (scanned)
The live camera image of the passenger
It Measures Key Facial Points
Distance between eyes
Width of nose
Shape of cheekbones
Length of jawline
Shape of eyebrows
These measurements form a faceprint.
If both faceprints match → Identity confirmed.
99
Multiple Choice
Facial recognition identifies a person mainly by:
Key measurements of facial features
Eye colour only
100
Touch Screens Overview
Three Types of Touch Screens
Capacitive
Infrared
Resistive
These screens allow users to select items, scroll, type, or zoom.
"Who thinks their phone uses capacitive? Why?"
101
Capacitive Touch Screens
How They Work
Screen has:
A protective glass layer
A conductive layer
A glass substrate
Human finger changes the electrical field.
Microcontroller calculates touch coordinates.
Types
Surface capacitive (only bare fingers/stylus)
Projected capacitive (multi-touch, gloves, stylus)
102
Multiple Choice
Which type of capacitive screen supports multi-touch?
Surface
Projective
Resistive
Infrared
103
Infrared Touch Screens
How They Work
Screen surrounded by infrared LED transmitters and sensors.
Beams form an invisible grid.
When finger breaks a beam → Sensors detect touch.
Advantages
✔ Works even with gloves
✔ Very durable
✔ Good for large screens (kiosks)
Disadvantages
✘ Sensitive to moisture
✘ Can be triggered accidentally
✘ Affected by strong light
104
Multiple Choice
Infrared touch screens detect touch when:
Pressure is applied
Electrical field changes
Infrared beams are interrupted
105
Resistive Touch Screens
How They Work
Two layers:
Flexible plastic (top)
Glass (bottom)
Both coated with resistive material.
Touch brings layers into contact → Completes circuit.
Voltage change → Microcontroller detects position.
106
Resistive Touch Screens
Advantages
✔ Works with stylus, finger, gloves
✔ Good for harsh environments
✔ Resistant to dust and moisture
Disadvantages
✘ Low sensitivity
✘ Must press harder
✘ Poor sunlight visibility
✘ Can scratch easily
107
Multiple Choice
Resistive touch screens work when:
Light beams are blocked
Two layers come into contact
108
109
Output Devices – Introduction
Output devices allow a computer to send information to the user or control machinery.
Examples:
Screens
Printers
Projectors
Actuators
Why Are They Important?
They show results, display images/videos, and operate machines (e.g., opening a valve).
110
Multiple Choice
Output devices are used to:
Enter data into a computer
Store data permanently
Show results or control hardware
Delete data
111
Conveyor Belt
Valve
112
Actuators
What is an Actuator?
A device that converts an electrical signal into movement.
Examples:
Solenoid (linear movement)
Motor (rotational movement)
Relay (electrical switch)
113
Actuators
How a Solenoid Works
Electricity flows into a coil
Coil produces a magnetic field
A metal rod (plunger) inside the coil moves
This movement can open/close a valve or switch
3 devices at home that have actuators (e.g., automatic water taps, printers, car doors).
114
Multiple Choice
A solenoid converts electricity into:
Sound
Heat
Linear motion
Internet signals
115
Light Projectors – Introduction
Types of Projectors
DLP (Digital Light Projector)
LCD (Liquid Crystal Display) Projector
Use of Projectors
Classrooms
Presentations
Multimedia displays
Large events
116
LCD Projector – How It Works
LCD Projector (Older Technology)
How It Works
A strong white light is generated
Dichroic mirrors split light into Red, Green, Blue (RGB)
Each colour passes through its own LCD panel
LCD panels block or allow light through each pixel
Three coloured images (R/G/B) merge using a prism
Final colour image goes through lens → screen
117
What is a dichroic mirror?
A dichroic mirror is a type of dichroic filter that reflects certain wavelengths of light while allowing others to pass through
118
Multiple Choice
Q5. LCD projectors split white light into colours using:
Motors
Dichroic mirrors
Solenoids
119
DLP Projector – How It Works
Digital Light Projector (DLP)
Uses a DMD chip containing millions of tiny mirrors.
How It Works
Each micro-mirror = 1 pixel
Mirrors tilt ON or OFF to reflect or block light
Creates light or dark pixels
Switch thousands of times per second for grey shades
A bright light passes through a colour filter → RGB colours
Can produce over 16 million colours
120
LCD Projector – How It Works
LCD Projector (Older Technology)
How It Works
A strong white light is generated
Dichroic mirrors split light into Red, Green, Blue (RGB)
Each colour passes through its own LCD panel
LCD panels block or allow light through each pixel
Three coloured images (R/G/B) merge using a prism
Final colour image goes through lens → screen
121
Multiple Choice
In a DLP projector, each pixel is controlled by:
A crystal
A liquid crystal cell
A tiny mirror
122
INKJET PRINTERS
Main Components
Print head: Contains tiny nozzles that spray ink droplets.
Ink cartridges: Usually one black + CMY (cyan, magenta, yellow), sometimes six colours.
Stepper motor & belt: Moves the print head side to side.
Paper feed: Feeds paper automatically.
123
How Ink Droplets Are Produced
Thermal Bubble Technology
Tiny resistors heat ink → ink vaporises → bubble forms.
Bubble expands → ink is pushed out.
Bubble collapses → vacuum pulls in new ink.
https://www.youtube.com/watch?v=JEVurb1uVFA
Piezoelectric Technology
Crystal behind the ink vibrates when electricity is applied.
Vibration forces ink out of the nozzle.
Ink is refilled automatically.
124
Steps in Inkjet Printing
Document data sent to printer driver.
Driver converts data into a format the printer can read.
Driver checks printer status (offline/ink/paper).
Data stored in printer buffer.
Paper is fed in; sensors check paper availability.
Print head moves side to side, spraying exact ink dots.
Paper moves slightly after each pass.
Repeats until buffer is empty.
Printer requests more data from computer until printing is complete.
125
Inkjet Printing
Applications of Inkjet Printers
✔ Photo printing
✔ Small-volume colour printing
✔ Home use
✘ Not suitable for large-volume printing
126
LASER PRINTERS
Laser printers use dry toner powder and static electricity.
Key Points
Prints whole page at once (not line-by-line).
Uses cyan, magenta, yellow, black (CMYK) toner.
Fast, high-quality, economical for bulk printing.
127
Steps in Laser Printing
Document sent to printer driver.
Driver converts data to printer language.
Driver checks printer status.
Data stored in buffer.
Drum receives a positive charge.
Laser removes charge in areas where printing is needed → forms the image.
Drum gets coated with positively charged toner, which sticks to negatively charged image areas.
Negatively charged paper rolls over drum → toner transfers to paper.
Paper’s charge is neutralised.
Fuser unit (heated rollers) melts toner onto paper permanently.
Drum is cleaned and neutralised for next job
128
Applications of Laser Printers
✔ Large volume printing
✔ Offices, schools, businesses
✔ Fast printing with consistent quality
✘ More expensive than inkjet
129
3D printers produce solid, 3D objects by building them layer-by-layer using additive manufacturing.
Types of Materials Used
Powdered metal
Powders + binder
Resin
Plastics (PLA, ABS)
Ceramics
Paper layers
3D PRINTERS
130
How 3D Printing Works
Create design using CAD software.
Export design to 3D printer software.
Printer setup.
Object printed layer by layer (often 0.1 mm thick).
Finished object is cleaned, washed, or cured.
3D PRINTERS
131
Types of 3D Printing
Direct 3D Printing
Uses inkjet-like nozzles.
Moves left-right AND up-down.
Binder Printing
First pass spreads powder.
Second pass sprays binder (glue).
Laser/UV Printing
Lasers or UV harden liquid resin.
3D PRINTERS
132
Uses of 3D Printing
✔ Prosthetics
✔ Medical implants (e.g., skull reconstruction)
✔ Engineering parts
✔ Car & aircraft components
✔ Custom tools
✔ Architecture models
✔ Artistic sculptures & jewellery
133
What are Electronic Screens?
Electronic screens display images using thousands or millions of tiny picture elements called pixels.
Different screen technologies create light and colour in different ways.
Why We Study Them
Used in TVs, laptops, phones, tablets, outdoor displays
Helps choose the right display technology
Part of modern hardware understanding
Examples
TV displays
Smartphones
Large digital signboards
Computer monitors
Introduction to LED, LCD, and OLED Screens
134
Multiple Choice
1. What is the basic unit of a digital screen?
135
An LED screen is made of tiny Light Emitting Diodes.
Each LED acts as one pixel or part of a pixel.
LEDs come in red, green, and blue (RGB).
By changing the brightness of each colour, millions of colours can be produced.
Where LED Screens Are Used
Large outdoor displays
Stadium scoreboards
Advertising billboards
Stage event displays
Important Note
Many “LED TVs” are actually LCD screens with LED backlighting, not true LED screens.
What is an LED Screen?
136
Multiple Choice
Which colours do LED pixels use to create all other colours?
137
TRUE LED screen vs. LED-backlit LCD.
138
LCD = Liquid Crystal Display
Contains thousands of tiny liquid crystal pixels.
Liquid crystals do not produce light. They change how light passes through them.
They MUST be backlit from behind.
Backlighting Options
CCFL (Cold Cathode Fluorescent Lamps)
Older technology
Slight yellowish tint
Bulkier screens
LED Backlighting
Modern technology
Brighter, thinner, clearer
Uses a matrix of tiny blue-white LEDs
LCD Screens – How They Work
139
Multiple Choice
Why do LCD screens need a backlight?
They are too bright
They cannot produce their own light
They use strong crystals
140
Why LEDs Are Better Than CCFL
✔ Instant maximum brightness (no warm-up time)
✔ Whiter light → sharper images
✔ More vivid colours
✔ Thinner screens
✔ Longer lifespan
✔ Lower power consumption
✔ Less heat releasedExamples
Slim LED TVs
LED-backlit computer monitors
Energy-efficient screens in tablets and laptops
Advantages of LED Backlighting
141
Multiple Choice
Which of the following is an advantage of LED backlighting?
Uses more electricity
Uses less power
142
What is OLED?
OLED = Organic Light Emitting Diodes
Made using organic (carbon-based) materials.
When electricity is applied → they produce their own light.
No backlight needed → very thin screens.
Structure of an OLED Pixel
Layered as:
Plastic/glass top
Metallic cathode (–)
Organic layers (emit and conduct)
Glass/plastic bottom
Anode (+)
OLED Technology – The Future
143
Multiple Choice
Why do OLED screens not need backlighting?
They are too thick
They create their own light
144
Advantages of OLED Technology
✔ Very thin, light, and flexible
✔ Can be made of plastic instead of glass
✔ Produces brighter light than LEDs
✔ Uses less power than LCD
✔ Very wide viewing angle (~170°)
✔ Can be folded, bent, or rolled
Examples
Foldable phones
Curved TVs
Wearable screens
Smart clothing
Flexible tablets
Features of OLED Screens
145
Multiple Choice
Which is a unique feature of OLED screens?
They can bend and fold
They must stay flat
146
147
Multiple Choice
Which screen technology is the most flexible?
OLED
LED
LCD
148
What Are Sensors?
Sensors are input devices that detect or measure physical properties from their surroundings.
These properties include:
Temperature
Pressure
Light
Sound
Moisture
Acidity (pH)
Motion, etc.
149
Multiple Choice
What is a sensor?
A device that stores data
A device that measures physical properties
A device that displays results
150
Examples Sensor:
For example:
A thermometer’s mercury rises smoothly, not in jumps.
A room’s temperature may be 25.11°C, 25.12°C, 25.13°C… infinite possibilities.
Computers cannot understand analogue signals, so these values must be converted into digital data first.
Examples
A thermometer measures temperature.
A microphone measures sound levels.
A light sensor measures brightness in a room.
151
Analogue vs Digital Values
Analogue data:
Changes smoothly and continuously.
Has unlimited possible values.
Examples: temperature, sound, pressure.
Digital data:
Used by computers.
Has fixed, discrete values (0s and 1s).
Example: 10011001.
Because computers cannot process analogue values directly, we need an ADC (Analogue-to-Digital Converter).
Example
A temperature of 25.7°C is converted to a digital value like 10111001 before entering a microprocessor.
152
Multiple Choice
Why do we need an ADC?
It stores the sensor
It converts analogue signals into digital form
It produces analogue data
153
DAC and Actuators
When computers need to control devices such as:
Motors
Valves
Heaters
Speakers
They must send analogue output values to these devices.
A DAC (Digital-to-Analogue Converter) converts digital signals from the computer into analogue signals.
An Actuator physically moves or controls something. Examples:
Motor opens a door.
Heater warms a room.
Valve turns water flow on/off.
154
Multiple Choice
What is the purpose of a DAC?
Convert analogue to digital
Convert digital to analogue
155
Microprocessor
It is the brain of computer
156
How a microprocessor in a sensor works
Sensors are often used in control systems with a microprocessor.
Process:
Sensor sends a continuous flow of analogue data.
ADC converts it into digital form.
Microprocessor checks if the reading is within acceptable range.
If not, it sends a signal through DAC → Actuator to adjust something.
New sensor reading is taken again.
This repeated loop is called feedback
157
158
For example:
A greenhouse:
Sensor detects temperature is too low.
Computer turns on the heater.
Sensor detects temperature rising.
Heater turns off when temperature is ideal.
159
How a microprocessor in a sensor works
Sensing: A sensor detects a physical property (e.g., light, temperature, pressure) and converts it into an electrical signal.
Conversion: An analog-to-digital converter (ADC) converts the analog signal from the sensor into a digital format that the microprocessor can understand.
Processing: The microprocessor receives the digital data and uses its stored program to analyze it. This can involve simple "if-then" logic or complex algorithms.
Decision: Based on the processed data, the microprocessor determines what action to take. For example, it might compare the sensor reading to a pre-set value.
Actuation: If an action is needed, the microprocessor sends a signal to an actuator, which is a device that performs the action (e.g., turns a motor on/off or activates a heater).
Feedback loop: This process of sensing, processing, and actuating can repeat continuously to maintain a certain condition, such as keeping a water bowl full.
160
Multiple Choice
What is feedback?
A one-time measurement
Repeating cycle where output affects the next input
161
Temperature Sensor
A temperature sensor measures the heat level in its surroundings.
Its signal changes as temperature increases or decreases.
Example Applications
Central heating systems
Chemical processes
Greenhouse temperature control
162
Moisture Sensor
A moisture sensor measures water content, usually in soil.
It works by detecting electrical resistance—wetter soil conducts electricity more easily.
Example Applications
Greenhouse irrigation
Food processing factories
163
Humidity Sensor
Explanation
Humidity sensors measure water vapor in air, not water in soil.
Air’s electrical conductivity changes depending on moisture content.
Example Applications
Building humidity monitoring
Microchip manufacturing
Greenhouses
164
Light Sensor
Explanation
Light sensors use photoelectric cells to detect brightness.
They produce electrical current based on light intensity.
Example Applications
Street lights turning ON automatically
Car headlights switching on in darkness
165
What is an IR Sensor?
An infrared sensor detects infrared radiation (invisible light).
It is mostly used to detect objects, motion, or distance.
How it Works
The sensor sends out invisible IR rays.
If these rays hit an object and come back, the sensor knows:
“Something is in front of me.”
Common Uses
TV remote controls
Automatic doors in malls
Parking systems to detect nearby cars
Line-following robots in robotics classes
166
Infrared (Active) Sensor
Explanation
Active infrared sensors use an IR beam sent to a detector.
If the beam breaks → change is detected.
Example Applications
Automatic car wipers
Security alarms
167
Infrared (Passive) Sensor
Passive IR sensors detect heat radiation from objects, e.g., people.
Example Applications
Intruder alarms
Freezer temperature monitoringa
168
Multiple Choice
Active IR sensors vs Passive IR sensor
Active IR sensors detects when The beam is broken; Passive IR sensors detect Body heat
169
Gas Sensor
A gas sensor detects the presence or amount of gases in the air.
It helps identify whether a gas is safe, dangerous, or too high/low for proper working conditions.
How it Works
A gas sensor has a special material inside it.
When certain gases touch this material, its electrical resistance changes.
The sensor measures this change and tells the system:
“Gas level is safe”
“There is a leak!”
“Gas concentration is increasing.”
170
What is a Proximity Sensor?
A proximity sensor detects whether an object is close without touching it.
How it Works
Depending on the sensor type, it may use:
Infrared waves
Ultrasound
Electromagnetic fields
When something comes close, the sensor notices the disturbance and activates a response.
Common Uses
Phones turning off the screen when you hold it to your ear
Automatic taps in public washrooms
Parking sensors in cars
Smart industrial machines
171
What is a Pressure Sensor?
A pressure sensor measures the force applied on its surface.
How it Works
Most pressure sensors have a diaphragm that bends when pressure is applied.
This bending changes electrical signals, which are used to calculate pressure.
Common Uses
Measuring blood pressure
Monitoring tire pressure in cars
Weather stations (air pressure)
Touch sensors in industrial machines
Real-Life Example
Cars show low tire pressure warnings using pressure sensors.
172
A sensor interface
A sensor interface is a bridge between a device and any attached sensor. The interface takes data collected by the sensor and outputs it to the attached device.
Chapter 3: Hardware
Show answer
Auto Play
Slide 1 / 172
SLIDE
Similar Resources on Wayground
157 questions
Earth Science Review
Presentation
•
6th - 8th Grade
172 questions
toan 4 ttt
Presentation
•
4th Grade
162 questions
Uji Coba Slide
Presentation
•
9th Grade
166 questions
22d9cb5aba
Presentation
•
KG - University
166 questions
Regents Biology Marathon Runner
Presentation
•
10th Grade
172 questions
Topic 1 Lesson 2023-2024 (testing)
Presentation
•
6th Grade
174 questions
Grade 5 Unit 2 Slideshow
Presentation
•
5th Grade
157 questions
Earth Science SSA Review
Presentation
•
6th - 8th Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations
Quiz
•
6th - 8th Grade
10 questions
HCS SCI 03 Summer School Assessment 2
Quiz
•
3rd Grade
11 questions
Home Scope
Quiz
•
7th - 8th Grade
12 questions
2026 TAP Technology in the Classroom
Presentation
•
Professional Development
15 questions
HCS SCI 05 Summer School Assessment 2 Review
Quiz
•
5th Grade
15 questions
HCS SCI 04 Summer School Review 2
Quiz
•
4th Grade
59 questions
Geometry Unit 3 Review
Quiz
•
9th - 12th Grade
14 questions
FAST ELA READING SMAPLE TEST MATERIALS
Passage
•
3rd Grade