Lesson Notes By Weeks and Term v3 - Senior Secondary 1

Basic Computer Operation

Download the Lessonotes Mobile Nigeria 2025 app for faster lesson access on Android and iPhone.

Subject: Computer & IT

Class: Senior Secondary 1

Term: 3rd Term

Week: 7

Theme: Operating The Computer

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

Describe the bootingprocess List types of booting Start-up acomputer Identifycomponentsof the desktop Run anapplicationprogram Shutdownthecomputer

Lesson notes

Definition: Booting is the process by which a computer system starts up from a powered-off state or restarts from an already running state. It involves loading the operating system (OS) into the computer's main memory (RAM) so that the computer becomes functional. The term "booting" is derived from the phrase "pulling oneself up by one's bootstraps." Steps in the Booting Process: Power On Self-Test (POST): When the computer's power button is pressed, the power supply unit (PSU) sends power to the motherboard and other components. The Central Processing Unit (CPU) immediately starts executing instructions stored in a special Read-Only Memory (ROM) chip called the BIOS (Basic Input/Output System) or its modern successor, UEFI (Unified Extensible Firmware Interface). The BIOS/UEFI performs a series of diagnostic tests to check if essential hardware components (CPU, RAM, keyboard, display adapter, hard drive, etc.) are present and functioning correctly. This is the POST. If any critical hardware failure is detected during POST, the computer typically emits a series of beeps (a "beep code") or displays an error message, indicating the nature of the problem. If POST is successful, a single short beep is usually heard (though this may vary).

Locating the Operating System (OS): After a successful POST, the BIOS/UEFI searches for a bootable device (e.g., hard drive, solid-state drive, CD/DVD drive, USB drive) according to a predefined boot order (which can be configured in the BIOS/UEFI settings). Once a bootable device is found, the BIOS/UEFI reads the Master Boot Record (MBR) or GUID Partition Table (GPT) from that device. These contain instructions on where to find the operating system's loader.

Loading the Operating System: The MBR/GPT points to the boot loader (e.g., NTLDR/BOOTMGR for Windows, GRUB for Linux). The boot loader is then loaded into RAM and takes control of the booting process. The boot loader’s primary job is to locate the operating system kernel files on the storage device and load them into RAM. Once the OS kernel is loaded, it initializes various system processes, device drivers, and services required for the computer to function.

User Interface Display: Finally, the operating system launches its graphical user interface (GUI) – typically the login screen or directly the desktop, allowing the user to interact with the computer.

There are two primary types of booting: Cold Booting (Hard Booting): Definition: This refers to starting a computer when it is completely powered off. It involves providing power to all components from scratch.

When to use: Used when turning on a computer for the first time in a session or after it has been fully shut down.

Process: Pressing the physical power button on the computer casing.

Characteristics: All hardware components are re-initialized, and the full POST sequence runs. It generally takes longer than warm booting.

Example in Nigerian Context: A student arriving at a cybercafe in Lagos and turning on a PC that was off to start their JAMB registration.

Warm Booting (Soft Booting / Restarting): Definition: This refers to restarting a computer that is already running, without completely cutting off and reapplying power to all hardware components.

When to use: Typically used to apply software updates, troubleshoot minor software issues, clear temporary memory, or when an application freezes.

Process: Using the "Restart" option from the operating system's power menu (e.g., Start Menu -> Power -> Restart in Windows). Pressing Ctrl + Alt + Del simultaneously and selecting "Restart" (in Windows). In some cases, a reset button on the computer casing might perform a warm boot (less common on modern systems).

Characteristics: The POST sequence may be skipped or abbreviated, making it faster than a cold boot. Power is not completely removed from major components like the motherboard and CP

U. Example in Nigerian Context: An office worker in Abuja restarts their computer after installing a new accounting software update to ensure it functions correctly. Key Differences between Cold Booting and Warm Booting: | Feature | Cold Booting | Warm Booting | | :-------------- | :------------------------------------------------ | :------------------------------------------------ | | Power State | Starts from a completely OFF state. | Starts from an ON/running state. | | Power Cycle | Full power cycle (power off, then power on). | Partial power cycle (no complete power cut). | | POST | Full Power On Self-Test (POST) is performed. | POST is often skipped or abbreviated. | | Time Taken | Generally takes longer. | Generally faster. | | Purpose | Initial startup, after full shutdown, troubleshooting hardware. | Applying updates, resolving software issues, clearing RAM. | | Method | Physical power button. | OS restart option, `Ctrl+Alt+Del` (software commands). | To start a computer from a completely off state, follow these steps: Ensure Power Connection: Confirm that the computer's power cable is securely plugged into a functional wall socket or surge protector, and that the monitor's power cable is also connected. If using a UPS (Uninterruptible Power Supply), ensure it is switched on. Switch On Peripherals (Optional but Recommended): If the monitor, printer, or external speakers have separate power buttons, switch them on first. This ensures they are ready when the computer boots up.

Press the Power Button on the System Unit: Locate the power button on the computer's system unit (the main box). This button is usually larger than others and may have a universal power symbol (a circle with a vertical line). Press and release it once.

Observe the Boot Process: The computer's internal fans will start, and indicator lights will illuminate. The monitor will display boot-up messages (BIOS/UEFI logo, operating system loading screen). Wait patiently as the operating system loads. This may take a few seconds to several minutes depending on the computer's specifications.

Log In (If Required): If the computer is password-protected, a login screen will appear. Enter the correct username and password, then press Enter or click the "Sign in" button.

Desktop Display: After successful login, the computer's desktop will appear, indicating that the system is ready for use. The desktop is the primary graphical user interface (GUI) of an operating system (like Windows, macOS, or Linux) that appears after the computer has successfully booted. It is designed to mimic a physical desk, where users can organize their tools and documents. Key components of a typical desktop (using Windows as an example): Icons: Small graphical representations of programs, files, folders, or shortcuts.

Application Icons: Represent executable programs (e.g., Microsoft Word, Google Chrome, VLC Player). Clicking them launches the program.

File Icons: Represent specific files (e.g., `My_Assignment.docx`, `Holiday_Pictures.jpg`).

Folder Icons: Represent directories used to organize files (e.g., "Documents", "Pictures").

System Icons: Special icons provided by the operating system, such as: My Computer / This PC: Provides access to disk drives, networked drives, and system folders.

Recycle Bin: A temporary storage area for deleted files. Files can be recovered from here before it is emptied.

Network: Allows access to network resources and settings.

Taskbar: A long bar usually located at the bottom of the screen. It provides quick access to various system functions and running applications.

Start Button: (Often represented by the Windows logo). Clicking it opens the Start Menu, which provides access to all installed programs, system settings, and power options.

Search Bar/Icon: Allows users to quickly search for files, programs, and information on the computer or the internet.

Pinned Applications: Icons for frequently used programs that are "pinned" to the taskbar for one-click access.

Running Applications: Icons for currently open programs are displayed on the taskbar, allowing for quick switching between them.

Notification Area (System Tray): Located on the far right of the taskbar. It displays icons for background applications (e.g., antivirus, cloud sync), system notifications, and quick settings (e.g., network connection, volume, battery status).

Date and Time: Displays the current date and time.

Wallpaper / Background: The image or colour displayed behind the icons on the desktop. Users can customize this to their preference.

Real-life applications

This topic has significant real-world applications for Nigerian students across various sectors. Academic Pursuits and Examinations (JAMB CBT): Application: Many critical examinations in Nigeria, like the Unified Tertiary Matriculation Examination (UTME) conducted by JAMB, are now computer-based tests (CBT). Students must be proficient in basic computer operations, including starting the computer, navigating the desktop to launch the exam application, and interacting with the mouse and keyboard, to successfully take these exams. Understanding how to properly shut down a computer is also vital for exam centres to manage equipment.

Integration: Teachers can relate the steps of running an application to how students would launch their JAMB CBT software, emphasizing that familiarity reduces anxiety and errors.

Cybercafes and Business Centres: Application: Cybercafes and business centres are common establishments across Nigeria where individuals access computers for various services: printing, scanning, internet browsing, online applications (e.g., job applications, scholarship forms), and business document preparation. Knowledge of basic computer operation is essential for both the users and the operators of these centres. Users need to know how to start a session, open their desired applications (like a web browser for JAMB registration or Microsoft Word for printing), and properly end their session by shutting down the computer to ensure their data privacy and system integrity for the next user.

Integration: Discuss scenarios where knowing how to cold boot a PC at a cybercafe or how to launch a browser to access an online form is crucial for getting work done efficiently. Entrepreneurship and Small Business Operations: Application: In the burgeoning digital economy, many small businesses and entrepreneurs in Nigeria use computers for essential tasks such as point-of-sale (POS) systems, inventory management, record-keeping, online marketing, and communication. A small business owner or their employee needs to know how to reliably start their computer, launch their business software, and properly shut down to protect their business data and equipment from corruption or damage due to improper handling.

Integration: Illustrate how a boutique owner in Lagos might start their computer, open their POS software to record sales, and ensure proper shutdown at the end of the day to protect their business records.

Teacher activity

Evaluation guide

Reference guide