Lesson Notes By Weeks and Term v5 - Grade 10

Systems technologies: computer components and operating systems – Week 9 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: 9

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 into the heart of computing: the computer's internal components and the operating system that manages them all. Understanding these foundational elements is crucial because technology is interwoven into nearly every aspect of our lives, from education and communication to business and entertainment. Whether you're applying for jobs online, creating presentations for school, or simply connecting with friends and family, knowing how computers work empowers you to use them more effectively and troubleshoot common problems.

Lesson notes

2. 1. Internal Computer Components The computer case houses a variety of essential components that work together to execute instructions and perform tasks.

Central Processing Unit (CPU): The "brain" of the computer. It fetches instructions from memory, decodes them, and executes them. CPUs are measured in terms of clock speed (GHz) and number of cores. A higher clock speed generally indicates faster processing, while more cores allow the CPU to handle multiple tasks simultaneously. Think of it as the taxi driver who decides where to go and how fast.

Example:* A CPU with a clock speed of 3.5 GHz can perform 3.5 billion cycles per second. Modern CPUs often have multiple cores (e.g., dual-core, quad-core, octa-core) to improve performance.

Random Access Memory (RAM): Temporary storage that holds data and instructions that the CPU is actively using. RAM is volatile, meaning that data is lost when the power is turned off. The amount of RAM affects the computer's ability to run multiple programs simultaneously without slowing down. Imagine RAM as the taxi's passenger seats – only holding information for the trip.

Example:* A computer with 8GB of RAM can handle more programs and larger files than a computer with 4GB of RA

M. Motherboard: The main circuit board that connects all the other components together. It provides the communication pathways and power distribution for the CPU, RAM, storage devices, and other peripherals. It is like the road network – it connects everything.

Storage Devices: Used for storing data permanently.

There are two main types: Hard Disk Drive (HDD): Traditional mechanical storage device that uses spinning platters to store data. HDDs are relatively inexpensive but slower than SSDs.

Solid State Drive (SSD): Uses flash memory to store data. SSDs are much faster than HDDs, resulting in faster boot times and application loading. While more expensive, their speed advantage often justifies the cost, especially for running the operating system. It's like choosing a paved highway (SSD) vs a gravel road (HDD).

Example:* A 1TB HDD can store a large number of files, including documents, music, videos, and software. A 256GB SSD is often sufficient for storing the operating system and frequently used applications.

Graphics Card (GPU): Responsible for processing and displaying images on the monitor. A dedicated graphics card is especially important for gaming, video editing, and other graphics-intensive applications. Many computers, particularly laptops, have integrated graphics, which share memory with the CP

U. Example:* A dedicated graphics card with 4GB of VRAM (video RAM) can handle demanding games and graphics applications more smoothly than integrated graphics. 2.

2. Operating Systems (OS) The operating system (OS) is the software that manages the computer's hardware and software resources. It provides a platform for applications to run and allows users to interact with the computer. It is the taxi driver that controls the vehicle.

Key Responsibilities: Resource Management: Allocating resources (CPU time, memory, storage) to different applications and processes.

Process Management: Creating, scheduling, and terminating processes (running programs).

Memory Management: Managing the allocation and deallocation of memory to applications.

File Management: Organizing and storing files and directories on storage devices.

User Interface: Providing a way for users to interact with the computer, typically through a graphical user interface (GUI) or a command-line interface (CLI).

Types of Operating Systems: Windows: A widely used operating system developed by Microsoft. Known for its user-friendliness and broad software compatibility. macOS: The operating system for Apple Macintosh computers. Known for its stability and user-friendly interface.

Linux: An open-source operating system known for its flexibility and customizability. Popular among developers and system administrators. Many versions (distributions) exist, like Ubuntu, Fedora, and Mint.

Android: A mobile operating system developed by Google, primarily used on smartphones and tablets. iOS: Apple's mobile operating system, used on iPhones and iPads. 2.

3. The Boot-up Process When you turn on your computer, it goes through a specific sequence of steps called the boot-up process: Power On: The power supply provides power to the motherboard and other components.

BIOS/UEFI Initialization: The Basic Input/Output System (BIOS) or Unified Extensible Firmware Interface (UEFI) initializes the hardware and performs a Power-On Self-Test (POST) to check if the components are working correctly.

Boot Device Selection: The BIOS/UEFI determines the boot device (usually the hard drive or SSD) from which to load the operating system.

Operating System Loading: The boot loader on the boot device loads the operating system kernel into memory.