Grade 10 Computer Literacy Study
Material
1. What is a Computer?
A computer is an electronic device that can receive data (input), process it, store it, and
produce output. It follows a set of instructions (called programs) to perform tasks.
• Basic Features of a Computer:
• Accepts input (e.g., typing on a keyboard)
• Processes data (e.g., calculating numbers)
• Stores information (e.g., saving documents)
• Produces output (e.g., showing results on a screen)
2. What are Stored Programs?
A stored program means that the instructions the computer follows are kept inside its
memory. This idea was first introduced by John von Neumann.
Programs (like Microsoft Word or games) are loaded into RAM (Random Access Memory).
The CPU reads and follows these instructions. The stored program concept allows the
computer to be more flexible and run different software.
Without stored programs, we would have to manually rewire the computer every time we
want it to do something new!
3. The Computer Processing Cycle
This is how computers work with data. It includes four stages:
1. Input – Entering data using devices like keyboards, mouse, scanners.
2. Processing – CPU works on the data using instructions.
3. Storage – Data is saved temporarily (RAM) or permanently (Hard Drive).
4. Output – Results are shown using monitors, printers, or speakers.
Diagram: Input → Processing → Storage → Output
4. Advantages and Disadvantages of Using a Computer
• Advantages:
• Speed – Performs tasks much faster than humans.
• Accuracy – Less chance of errors.
• Storage – Can store large amounts of data.
• Communication – Emails, video calls, social media.
• Automation – Tasks like billing, banking, etc.
• Disadvantages:
• Health issues – Eye strain, back problems.
• Cybersecurity – Risks of viruses and hacking.
• Job loss – Automation can reduce need for human workers.
• Addiction – Games, social media can lead to overuse.
5. How Data and Programs are Represented in a Computer
Computers use binary code – a language made up of only 0s and 1s. Every number, letter,
image, or sound is converted into binary.
Examples:
• A letter like "A" is stored as 01000001 in binary.
• A photo is stored as thousands of pixels, each with a binary value.
• Software (programs) is also stored in binary form so the computer can understand it.
Units of Data:
• Bit – Smallest unit (0 or 1)
• Byte – 8 bits (e.g., 10101100)
• Kilobyte (KB) – About 1,000 bytes
• Megabyte (MB) – About 1 million bytes
• Gigabyte (GB) – About 1 billion bytes
Summary Table
Topic Key Points
What is a Computer? Electronic device for input, processing,
output, storage
Stored Programs Instructions saved in memory, run by the
CPU
Computer Processing Cycle Input → Processing → Storage → Output
Advantages & Disadvantages Fast, accurate, but health/cyber risks too
Data Representation Binary code (0s & 1s), bits, bytes, kilobytes,
etc.
Suggested Activity
Create a mind map showing the computer processing cycle. Include:
- Devices used at each stage
- Arrows between stages
- Brief explanations