Test 10
Test 10
Content Matrix** from the syllabus. These notes are designed for **Mr M Mtenje** at **Mother
Touch International School**. The notes are written in **Markdown format**, which can be easily
converted into a Word document or used as-is. Diagrams and images are included where necessary.
```markdown
## By Mr M Mtenje
---
A **computer** is an electronic device that accepts data, processes it, and produces information. It
consists of **hardware** (physical components) and **software** (programs and applications).
- **Input Devices**: Devices used to enter data into the computer (e.g., keyboard, mouse, scanner).
- **Output Devices**: Devices used to display or produce information (e.g., monitor, printer).
- **Storage Devices**: Devices used to store data (e.g., hard disk, USB flash drive).

---
Input devices are used to enter data into the computer. Examples include:
---
- **Laser Printer**: Uses toner powder and is faster than inkjet printers.
---
Storage devices are used to store data for future use. Examples include:
---
## 1.5 Software
Software refers to the programs and applications that run on a computer. There are two main types:
- **System Software**: Manages hardware and provides a platform for running applications (e.g.,
Windows, macOS).
- **Application Software**: Programs designed for specific tasks (e.g., Microsoft Word, Google
Chrome).
---
---
# 3. DATA REPRESENTATION
Computers use the **binary number system** (base-2) to represent data. It consists of only two
digits: **0** and **1**.
To convert a binary number to decimal, multiply each bit by its corresponding power of 2 and sum
the results.
```
1 * 2^3 = 8
0 * 2^2 = 0
1 * 2^1 = 2
1 * 2^0 = 1
Total = 8 + 0 + 2 + 1 = 11
```
---
- **LAN (Local Area Network)**: Covers a small area like a school or office.
- **WAN (Wide Area Network)**: Covers a large geographical area (e.g., the internet).
---
---
---
# 7. ALGORITHM DESIGN AND PROBLEM-SOLVING
```
Step 1: Start
Step 6: Stop
```
---
# 8. PROGRAMMING CONCEPTS
# 9. DATABASES
---
```html
<html>
<head>
</head>
<body>
<h1>Welcome to My Website</h1>
<p>This is a paragraph.</p>
</body>
</html>
```
---
# 11. TECHNOPRENEURSHIP
---
1. Describe the five stages of the System Development Life Cycle (SDLC).
## Chapter 9: Databases
1. Write the HTML code for a simple web page that displays your name and school.
# END OF NOTES
```
### Notes:
- **Diagrams**: Diagrams are included for better understanding. You can replace the URLs with
actual images if needed.
- **Markdown Format**: This document can be converted to a Word document using tools like
**Pandoc** or any Markdown editor.
This comprehensive set of notes should help students understand the Form 1 Computer Science
syllabus effectively.