Introduction
Welcome to your study notes on External Hardware Devices! While the processor is the "brain" of the computer, it would be pretty useless if it couldn't talk to us or remember anything once the power is turned off. In this chapter, we will look at how computers interact with the physical world using Input/Output (I/O) devices and how they store data for the long term using Secondary Storage.
Don't worry if some of the technical names sound intimidating—we'll break them down using simple analogies you see every day!
1. Input and Output Devices
These devices allow data to be sent into the computer (Input) or received from it (Output). The AQA syllabus focuses on four specific technologies:
Barcode Readers
Purpose: To read printed barcodes and convert them into digital data that a computer can understand.
How it works:
1. The reader shines a laser or LED light at the barcode.
2. The white spaces reflect a lot of light, while the black bars absorb it.
3. A sensor (photoelectric cell) detects the reflected light and converts the pattern into electrical pulses.
4. These pulses are turned into binary (1s and 0s) and sent to the computer.
Real-world example: Think of the self-checkout at the supermarket. The "beep" happens because the scanner successfully turned those black and white lines into a product ID number.
Digital Cameras
Purpose: To capture images and videos in digital format.
How it works:
1. Light enters through the lens and falls onto a sensor called a CCD (Charge-Coupled Device) or CMOS sensor.
2. This sensor is made of millions of tiny "pixels" (picture elements).
3. Each pixel measures the intensity of light falling on it and converts it into an electrical charge.
4. This charge is converted into digital data and stored as a file.
Analogy: Imagine a grid of buckets catching raindrops. The "fuller" the bucket, the "brighter" that pixel will be in the final photo.
Laser Printers
Purpose: To produce high-quality, fast-printed documents.
How it works:
1. A laser "draws" the page onto a photosensitive drum, giving the areas to be printed an electrostatic charge.
2. Toner (powdered ink) is attracted to these charged areas.
3. The toner is transferred to the paper.
4. Heat and pressure (from a fuser) melt the toner onto the paper permanently.
Memory Aid: Remember the "Four Stages" — Charging, Writing, Developing, Fusing. (Cats Want Delicious Fish).
RFID (Radio Frequency Identification)
Purpose: To read data stored on a small tag or chip wirelessly using radio waves.
How it works: An RFID reader sends out a radio signal. The RFID tag receives this signal via its antenna and uses that energy to "wake up" and transmit its stored data back to the reader.
Did you know? Most RFID tags are passive, meaning they don't have their own battery! They "steal" power from the reader's radio waves to function.
Quick Review Box:
• Barcode Reader: Uses reflected light (Laser).
• Digital Camera: Uses light sensors (CCD/CMOS).
• Laser Printer: Uses static electricity and heat.
• RFID: Uses radio waves and antennas.
2. Secondary Storage Devices
While RAM is fast, it is volatile (it loses data when the power goes out). We need Secondary Storage because it is non-volatile—it keeps our files safe even when the computer is off.
Hard Disk Drives (HDD)
How it works: These use magnetic storage. They contain spinning circular platters coated in magnetic material. A tiny "read/write head" moves across the platters, changing the magnetic polarity to represent 0s and 1s.
Suitability: Great for storing huge amounts of data (Terabytes) cheaply. However, they are slower than SSDs and can break if dropped because they have moving parts.
Optical Disks (CD, DVD, Blu-ray)
How it works: These use lasers to read and write data. The surface of the disk has "pits" (dents) and "lands" (flat areas). A laser shines on the disk; if it hits a land, light reflects back (a 1). If it hits a pit, the light scatters (a 0).
Suitability: Good for distributing films or music because they are cheap to produce and very portable. However, they have low capacity compared to HDDs or SSDs.
Solid-State Disk (SSD)
This is the modern standard for storage. You need to know more detail about this for your exam!
Technical Components: An SSD consists of NAND flash memory and a controller that manages how data is stored.
The Science:
• It uses floating gate transistors. These can "trap" an electrical charge.
• If a charge is trapped, it represents a 0. If no charge is trapped, it's a 1.
• Unlike a Hard Drive, there are no moving parts.
Important Process:
Data is stored in "pages," which are grouped into "blocks."
• You can read or write to a single page.
• However, you cannot overwrite a page directly. You must erase a whole block before you can write to it again.
Comparison: SSD vs HDD
• Latency: SSDs have much lower latency (they respond almost instantly).
• Speed: SSDs have much faster data transfer speeds.
• Durability: SSDs are much more robust (they won't break if you shake them).
• Cost: SSDs are more expensive per Gigabyte than HDDs.
Key Takeaway:
Use HDD for large, cheap storage (like a home server).
Use Optical for physical media distribution.
Use SSD for speed and portable devices (like laptops or phones).
Common Mistakes to Avoid
1. Confusing RFID with Barcodes: Barcodes require a "line of sight" (you have to see them to scan them). RFID can work through pockets, bags, or even walls!
2. Volatile vs Non-Volatile: Students often forget which is which. Just remember: Volatile is Vanish (data vanishes when power is gone). Secondary storage is always non-volatile.
3. SSD Overwriting: Don't say "you just write over the old data" in an exam. Remember the specific point: You must erase the whole block before writing to it again.
Summary Checklist
Can you explain:
• How a barcode reader uses light reflection?
• The difference between a CCD and a CMOS sensor in cameras?
• Why heat is needed in a laser printer?
• The role of NAND flash and floating gates in an SSD?
• Why an HDD is usually cheaper but slower than an SSD?
Don't worry if this seems like a lot to memorize! Focus on the "physical action" of each device (e.g., light reflecting, magnets spinning, electricity trapping). Once you understand the physical action, the technical names are much easier to remember.