Csec It Notes
Csec It Notes
- **CPU (Central Processing Unit):** Brain of the computer; performs calculations and
processes data.
- **Input Media:** Physical objects like USB drives or SD cards that store data.
- **Secondary Storage:** Hard drives, SSDs, external storage, cloud storage (non-volatile).
- **System Software:** Operating systems (e.g., Windows, macOS) that manage hardware
and software.
- **Application Software:** Programs for users like word processors, web browsers, games.
2. Information Processing
**Data vs. Information:**
- **Validation:** Ensures data entered is sensible (e.g., range checks, data type checks).
- **Supercomputers:** Very powerful, used for complex tasks (e.g., weather forecasting).
- **Hardware Failure:** Faulty components like hard drives; requires repair or replacement.
- **WAN (Wide Area Network):** Covers large areas, e.g., the Internet.
**Web Technologies:**
**Cybersecurity in Networking:**
- **Firewalls:** Block unauthorized access to networks.
- Protects individuals’ private data. Examples include GDPR (Europe) and Data Protection
Acts.
**Ethics in ICT:**
- Use ICT responsibly, avoid piracy, plagiarism, and unethical data collection.
5. Word Processing
**Introduction to Word Processing:**
6. Webpage Design
**Introduction to Web Design:**
- Web design involves HTML (structure), CSS (styling), and JavaScript (interactivity).
- Use basic tags like <h1> (heading), <p> (paragraph), <a> (links), <img> (images).
**File Management:**
- Organize files into folders, name files appropriately, and ensure links work.
7. Spreadsheets
**Introduction to Spreadsheets:**
**Developing a Spreadsheet:**
- Input data into cells, use basic formulas like `=SUM(A1:A5)` or `=AVERAGE(B1:B5)`.
8. Databases
**Database Management:**
**Database Features:**
- Build simple forms, input data, and create reports for analysis.
- Define the problem, break it into smaller parts, and develop solutions.
**Algorithm Design:**
```
START
Output: Sum
PRINT Sum
END
```