Lesson Notes By Weeks and Term v5 - Grade 10

Introduction to IT and computer systems – Week 5 focus

Download the Lessonotes Mobile South Africa app for faster lesson access on Android and iPhone.

Subject: Information Technology

Class: Grade 10

Term: 1st Term

Week: 5

Theme: General lesson support

Lesson Video

This page supports the lesson note with a companion video and a short classroom-ready summary.

For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.

Performance objectives

Lesson summary

This week, we delve deeper into the fascinating world of computer systems. We’ve already touched upon fundamental concepts, and this week we solidify our understanding by focusing on the components of a computer system – both hardware and software. Understanding these components is absolutely crucial because computers are integral to almost every aspect of modern life, from managing our personal finances to powering large industries. In South Africa, with the increasing emphasis on digital literacy and bridging the digital divide, a solid grasp of computer systems equips you not only for future careers but also for informed participation in a digitally driven society.

Lesson notes

2.1 Hardware Components: Hardware refers to the physical components of a computer system that you can touch.

These include: Central Processing Unit (CPU): Often referred to as the "brain" of the computer. The CPU executes instructions from programs. It fetches instructions from memory, decodes them, and then executes them. The CPU's performance is often measured in Hertz (Hz), Megahertz (MHz), or Gigahertz (GHz). A higher frequency generally indicates faster processing speeds. Consider the analogy of a principal at a school - the principal delegates the instructions to the various teachers and other staff to execute.

Random Access Memory (RAM): RAM is the computer's short-term memory. It is used to store data and instructions that the CPU needs to access quickly. RAM is volatile, meaning that data is lost when the power is turned off. Think of RAM as your desk at school. The current homework you are working on would be on your desk, but once class is over, you put the materials away in your locker.

Storage Devices: These devices are used to store data permanently (or at least for a long time). Storage devices are non-volatile, meaning that data is retained even when the power is off.

Examples include: Hard Disk Drives (HDDs): Traditional mechanical storage devices that use spinning platters to store data. They are relatively inexpensive but slower than other storage options.

Solid State Drives (SSDs): Use flash memory to store data. They are faster, more durable, and consume less power than HDDs, but are typically more expensive.

USB Flash Drives (Memory Sticks): Portable storage devices that use flash memory.

SD Cards: Commonly used in cameras, smartphones, and other portable devices. Optical Discs (CDs, DVDs, Blu-ray Discs): Store data using laser technology.

Input Devices: Devices that allow you to enter data into the computer.

Examples include: Keyboard: Used for typing text and entering commands.

Mouse: Used for navigating the graphical user interface (GUI).

Microphone: Used for recording audio.

Scanner: Used for converting physical documents into digital images.

Output Devices: Devices that allow the computer to display or output data.

Examples include: Monitor: Displays visual information.

Printer: Creates physical copies of documents and images.

Speakers: Produce audio output. 2.2 Software Components: Software refers to the set of instructions that tell the hardware what to do.

There are two main categories of software: System Software: Software that manages and controls the hardware of the computer system. The most important piece of system software is the Operating System (OS).

Operating System (OS): The OS is the foundation of the computer system. It provides a user interface, manages hardware resources (CPU, memory, storage), and allows applications to run. Examples of operating systems include Windows, macOS, Linux, Android, and iOS. South African schools commonly use Windows or Linux distributions (like Ubuntu). The OS can be compared to the Head of Department at school. They oversee the various teachers and ensure things run smoothly.

Utility Programs: These are programs that perform specific tasks, such as disk defragmentation, virus scanning, and file compression. Examples include antivirus software (like Avast or Kaspersky), disk cleanup tools, and file compression utilities (like WinZip or 7-Zip).

Application Software: Software that allows users to perform specific tasks.

Examples include: Word Processors (e.g., Microsoft Word, LibreOffice Writer): Used for creating and editing documents. Spreadsheets (e.g., Microsoft Excel, LibreOffice Calc): Used for organizing and analyzing data. Web Browsers (e.g., Chrome, Firefox, Safari): Used for accessing the internet.

Gaming Applications: Used for playing video games. Application software is like the various school subjects that are taught at school. Each course allows students to focus on a particular skill/area of knowledge. 2.3 The Role of the Operating System: The operating system plays a critical role in managing the computer system.

Here are some of its key functions: Resource Management: The OS manages the computer's hardware resources, such as the CPU, memory, and storage devices. It allocates these resources to different programs as needed.

User Interface: The OS provides a user interface (GUI or command-line interface) that allows users to interact with the computer.

File Management: The OS provides a file system that allows users to organize and store files on the storage devices.

Security: The OS provides security features that protect the computer system from unauthorized access and malware.

Process Management: The OS manages the execution of programs, allocating CPU time and memory to each program.

Example: When you open a word processor, the OS loads the program from the storage device into RAM. The OS then allocates CPU time to the word processor, allowing you to type and edit your document.