Systems technologies: computer components and operating systems – Week 10 focus
Download the Lessonotes Mobile South Africa app for faster lesson access on Android and iPhone.
Subject: Computer Applications Technology
Class: Grade 10
Term: 1st Term
Week: 10
Theme: General lesson support
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.
In today's digital age, understanding how computers work is essential, not just for IT professionals, but for everyone. From using cellphones to accessing online resources for education or job opportunities, computers play a vital role in our daily lives in South Africa. This week, we'll delve into the fundamental building blocks of a computer system – its components and the operating system that brings it all to life. Understanding these systems technologies will empower you to troubleshoot common computer problems, make informed decisions when buying or upgrading a computer, and appreciate the complex technology that powers our modern world.
2.1 Hardware Components: The hardware of a computer is the physical components you can touch. These components work together to perform the tasks you instruct the computer to do.
Central Processing Unit (CPU): Often called the "brain" of the computer. The CPU executes instructions from programs. Its speed is measured in Hertz (Hz), Kilohertz (kHz), Megahertz (MHz), Gigahertz (GHz), and is a primary determinant of overall system performance. Think of the CPU as a shef executing recipes (programs). The faster it can execute those recipes, the faster your computer will function. Modern CPUs often have multiple cores (dual-core, quad-core, etc.), allowing them to process multiple tasks simultaneously.
Example: A CPU with a clock speed of 3.5 GHz can execute 3.5 billion cycles per second. A quad-core CPU can theoretically handle four times as many tasks concurrently compared to a single-core CP
U. Random Access Memory (RAM): RAM is the computer's short-term memory. It stores data and instructions that the CPU is actively using. Unlike the hard drive, which stores data permanently, RAM is volatile, meaning its contents are erased when the computer is turned off. The amount of RAM directly impacts the computer's ability to run multiple programs smoothly. Insufficient RAM can lead to slow performance and freezing. RAM is measured in Gigabytes (GB).
Example: Imagine you are working on a school project using a word processor and a web browser simultaneously. Both programs, along with the data you are actively working on, are stored in RAM. If you have enough RAM (e.g., 8GB or 16GB), the computer can switch between the word processor and the web browser quickly and efficiently. If you have too little RAM (e.g., 2GB), the computer might become slow and unresponsive as it struggles to manage all the data in RA
M. Hard Disk Drive (HDD) / Solid State Drive (SSD): These are the computer's long-term storage devices. They store the operating system, applications, and all your files (documents, pictures, music, etc.). HDDs use spinning platters and magnetic heads to read and write data, while SSDs use flash memory, offering much faster access times and greater durability. Both are measured in Gigabytes (GB) or Terabytes (TB).
Example: Think of your HDD/SSD as a filing cabinet. All of your assignments, photos, and games are stored there. An SSD is like a filing cabinet with a super-fast retrieval system compared to the slower, traditional HD
D. Motherboard: The motherboard is the main circuit board of the computer. It connects all the other components together, providing pathways for communication and power distribution. It contains slots for the CPU, RAM, expansion cards (like a graphics card), and connectors for storage devices.
Example: The motherboard is like the nervous system of the computer, connecting all the parts and allowing them to communicate.
Graphics Processing Unit (GPU): The GPU is responsible for rendering images, videos, and other visual content on the screen. It's particularly important for gaming, video editing, and other graphics-intensive applications. GPUs can be integrated into the motherboard (integrated graphics) or exist as separate expansion cards (dedicated graphics).
Example: When playing a video game, the GPU processes the complex 3D graphics and displays them on the screen. A more powerful GPU will allow you to play games at higher resolutions and with more detailed visual effects.
Input/Output (I/O)
Devices: These are the devices that allow you to interact with the computer. Input devices allow you to send data to the computer (e.g., keyboard, mouse, microphone, scanner, webcam). Output devices allow the computer to send data back to you (e.g., monitor, printer, speakers).
Example: The keyboard allows you to type text into a document, while the mouse allows you to control the cursor on the screen. The monitor displays the output from the computer, such as the text you are typing or the images you are viewing. 2.2 Operating System (OS): The operating system is the software that manages all the hardware and software resources of a computer. It provides a platform for applications to run, and it allows you to interact with the computer using a user interface (UI).
Key Functions of an Operating System: Resource Management: The OS manages the CPU, memory, storage devices, and other resources of the computer, allocating them to different applications as needed.
User Interface: The OS provides a UI that allows you to interact with the computer using a graphical user interface (GUI) or a command-line interface (CLI). A GUI uses visual elements like windows, icons, and menus, while a CLI uses text-based commands.
Application Execution: The OS provides the necessary environment for applications to run, including loading them into memory, managing their access to resources, and handling their input and output.