Lesson Notes By Weeks and Term v3 - Senior Secondary 2

Memory Unit

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

Subject: Computer & IT

Class: Senior Secondary 2

Term: 2nd Term

Week: 1

Theme: Basic Concept Of Computer Hardware

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

State the types of memory Describe primary and Secondary memory State differences between primary and secondary memory. State the units of storage Convert from one unit to the other List auxiliary storage devices. Compare auxiliary storage devices

Lesson notes

M

B. Example 3: Convert 1.44 MB to Bytes.

Reasoning: Megabytes are much larger than Bytes. We need to convert MB to KB first, then KB to Bytes.

Calculation: 1.44 MB 1024 KB/MB = 1474.56 KB 1474.56 KB 1024 Bytes/KB = 1,509,949.44 Bytes.

Example 4: Convert 160 bits to Bytes.

Reasoning: Bits are smaller than Bytes. There are 8 bits in 1 byte, so we divide by

8. Calculation: 160 bits / 8 bits/Byte = 20 Bytes. 2.7 Auxiliary Storage Devices (Performance Objective 6) These are the physical devices that hold secondary memory.

Hard Disk Drive (HDD): The traditional, primary internal storage device in most computers. It uses spinning magnetic platters to store data. Available as internal drives (inside laptops/desktops) and external drives (portable, connected via USB).

Characteristics: High capacity (hundreds of GBs to several TBs), relatively slow compared to RAM and SSDs, mechanical moving parts make them susceptible to shock.

Solid State Drive (SSD): A newer type of storage device that uses flash memory (like a large USB drive) to store data. It has no moving parts.

Characteristics: Much faster than HDDs (faster boot times, application loading), more durable (no moving parts), lighter, consumes less power, but generally more expensive per GB than HDDs.

Optical Disks: Store data that is read and written by lasers.

CD (Compact Disc): Oldest type.

CD-ROM (Read-Only Memory): Pre-recorded, cannot be changed.

CD-R (Recordable): Can be written once.

CD-RW (Rewritable): Can be written to, erased, and rewritten multiple times.

Capacity: Typically around 700 M

B. DVD (Digital Versatile Disc): Higher capacity than CDs. DVD-ROM, DVD-R, DVD-R

W. Capacity: Typically 4.7 GB (single layer) or 8.5 GB (dual layer).

Blu-ray Disc: Even higher capacity, mainly used for high-definition movies and large data backups.

Capacity: Typically 25 GB (single layer) or 50 GB (dual layer).

Flash Storage Devices: Use flash memory chips.

USB Flash Drive (Pen Drive): Small, portable, plug-and-play devices used for easy data transfer between computers. Available in various capacities (e.g., 8GB, 16GB, 32GB, 64GB, 128GB, 256GB).

Memory Cards: Small, removable storage cards used in digital cameras, smartphones (MicroSD), gaming consoles, etc. (e.g., SD Card, MicroSD Card).

Floppy Disk (FD): An older magnetic storage device consisting of a thin, flexible magnetic disk sealed in a rectangular plastic jacket. Though largely obsolete, it is important for historical context and appears in the evaluation guide.

Characteristics: Very low capacity (typically 1.44 MB), slow, prone to damage.

Magnetic Tape: Used primarily for large-scale data backup and archival storage in corporate environments. Data is accessed sequentially.

Characteristics: Very high capacity (Terabytes), very low cost per GB, but slow access time. 2.8 Compare Auxiliary Storage Devices (Performance Objective 7) | Feature | HDD (Hard Disk Drive) | SSD (Solid State Drive) | USB Flash Drive | CD/DVD (Optical Discs) | Floppy Disk | | :--------------- | :--------------------------------- | :---------------------------------- | :------------------------------- | :--------------------------------- | :-------------------------------- | | Technology | Magnetic platters | Flash memory chips | Flash memory chips | Laser-read (optical) | Magnetic film | | Capacity | Hundreds of GBs - several TBs | Hundreds of GBs - several TBs | Few GBs - hundreds of GBs | 700 MB (CD) - 8.5 GB (DVD) | 1.44 MB | | Speed | Moderate (mechanical access) | Very fast (electronic access) | Moderate to fast | Slow to moderate | Very slow | | Durability | Fragile (moving parts) | Very durable (no moving parts) | Durable, portable | Relatively fragile (scratches) | Fragile, easily corrupted | | Cost/GB | Low | High | Moderate | Very low | N/A (obsolete) | | Primary Use | Main internal storage, bulk data | Main internal storage, OS, applications | Portable data transfer, backup | Software distribution, media, small backup | Obsolete (historical data storage) | | Portability | Internal (less), External (good) | Internal (less), External (good) | Excellent | Good | Excellent (but useless now) | 2.1 Types of Memory (Performance Objective 1) Computer memory is broadly classified into two main types: Primary Memory (Main Memory): This is the computer's internal working memory, directly accessible by the Central Processing Unit (CPU). It holds data and instructions that the CPU is currently using. Secondary Memory (Auxiliary/Backing Storage): This is external memory used for long-term storage of data and programs. It is not directly accessible by the CPU; data must first be loaded into primary memory. 2.2 Primary Memory (Performance Objective 2) Primary memory is crucial for the immediate operations of the computer. It is generally faster, smaller in capacity, and more expensive per unit of storage compared to secondary memory.

Characteristics of Primary Memory: Direct CPU Access: The CPU can directly read from and write to primary memory.

Volatility: Some types lose their contents when the power is turned off (e.g., RAM).

Speed: Much faster than secondary memory.

Capacity: Smaller capacity compared to secondary memory.

Cost: More expensive per unit of storage.

Types of Primary Memory:

A. RAM (Random Access Memory)

Definition: RAM is a volatile, read/write memory that temporarily stores data and programs that the CPU is actively using. When the computer is switched off, all data in RAM is lost.

Function: It acts as a "workbench" for the CPU, allowing quick access to information needed for current tasks. For example, when a student opens Microsoft Word to type a project, the Word program and the document being typed are loaded into RA

M. Volatility: It is volatile (loses data when power is off).

Access: Data can be read from and written to any location randomly and quickly.

Types of RAM: DRAM (Dynamic RAM): Most common type, used as main memory in computers. It needs to be constantly refreshed (recharged) to maintain its data, making it "dynamic." SRAM (Static RAM): Faster and more expensive than DRAM. It does not need to be refreshed as often and is typically used for cache memory due to its speed.

B. ROM (Read Only Memory)

Definition: ROM is a non-volatile memory that stores permanent instructions needed for the computer to start up (boot). Its contents are typically set during manufacturing and cannot be easily changed by the user.

Function: It contains essential programs like the BIOS (Basic Input/Output System), which checks hardware components and loads the operating system when the computer is turned on.

Non-Volatility: It retains its data even when the power is turned off.

Access: Primarily read-only, though some modern types can be reprogrammed.

Types of ROM: PROM (Programmable ROM): Can be written to once after manufacturing using a special device.

EPROM (Erasable Programmable ROM): Can be erased by exposing it to strong ultraviolet light and then reprogrammed. EEPROM (Electrically Erasable Programmable ROM): Can be erased and reprogrammed electrically without removal from the circuit board.

Flash Memory: A type of EEPROM, widely used in modern devices for storing BIOS, camera firmware, USB drives, and solid-state drives (SSDs).

C. Cache Memory (Brief Mention): A very small, extremely fast memory located between the CPU and main RAM. It stores frequently accessed data and instructions to speed up CPU operations. It is a type of SRAM. 2.3 Secondary Memory (Performance Objective 2) Secondary memory, also known as auxiliary storage, is used for permanent and long-term storage of data and programs. It has a much larger capacity and is cheaper per unit of storage than primary memory, but it is much slower.

Characteristics of Secondary Memory: Non-Volatility: Retains data even when the power is off.

Indirect CPU Access: The CPU cannot directly access secondary memory; data must be moved to primary memory first.

Speed: Slower than primary memory.

Capacity: Much larger capacity (Gigabytes, Terabytes).

Cost: Cheaper per unit of storage.

Function: Permanent storage of operating systems, applications, documents, photos, videos, etc., and for backing up data. 2.4 Differences between Primary and Secondary Memory (Performance Objective 3) | Feature | Primary Memory (e.g., RAM, ROM) | Secondary Memory (e.g., HDD, SSD, USB Drive) | | :----------------- data even when the power is off.

Indirect CPU Access: The CPU cannot directly access secondary memory; data must be moved to primary memory first.

Speed: Slower than primary memory.

Capacity: Much larger capacity (Gigabytes, Terabytes).

Cost: Cheaper per unit of storage.

Function: Permanent storage of operating systems, applications, documents, photos, videos, etc., and for backing up data. 2.4 Differences between Primary and Secondary Memory (Performance Objective 3) | Feature | Primary Memory (e.g., RAM, ROM) | Secondary Memory (e.g., HDD, SSD, USB Drive) | | :----------------- | :----------------------------------------------------- | :----------------------------------------------------- | | Volatility | RAM is volatile (data lost on power off), ROM is non-volatile. | Non-volatile (data retained on power off). | | CPU Access | Directly accessible by the CPU. | Indirectly accessible; data must move to primary memory. | | Speed | Very fast. | Slower than primary memory. | | Capacity | Smaller capacity (e.g., GBs for RAM). | Much larger capacity (e.g., GBs to TBs). | | Cost | More expensive per unit of storage. | Less expensive per unit of storage. | | Function | Temporary storage for active programs/data (RAM); permanent boot instructions (ROM). | Permanent storage for all data and programs. | | Location | Internal to the computer, often on the motherboard. | Internal (e.g., HDD) or external (e.g., USB drive). | | Examples | RAM, ROM, Cache Memory. | Hard Disk Drive (HDD), Solid State Drive (SSD), USB Flash Drive, CD/DVD, Memory Cards, Magnetic Tape. | 2.5 Units of Storage (Performance Objective 4) Digital data is stored in binary form (0s and 1s). These are grouped into larger units to represent characters, files, and programs.

Bit (b): The smallest unit of digital information. It represents a single binary digit (0 or 1).

Nibble: A group of 4 bits.

Byte (B): A group of 8 bits. A byte is the fundamental unit for representing a single character (e.g., a letter 'A', a number '7', or a symbol '%').

Kilobyte (KB): 1 KB = 1024 Bytes. (Approximately one page of plain text).

Megabyte (MB): 1 MB = 1024 KBs. (Equivalent to a small digital photo or a short audio file).

Gigabyte (GB): 1 GB = 1024 MBs. (Typically the size of a movie, many high-resolution photos, or a software application).

Terabyte (TB): 1 TB = 1024 GBs. (Used for very large storage needs, like external hard drives for backups or server storage). Petabyte (PB), Exabyte (EB): Even larger units, mainly used in large data centers and cloud storage. Note on 1000 vs. 1024: While often approximated as powers of 1000 in marketing (e.g., 1GB = 1,000,000,000 bytes), in computing, these units are based on powers of 2 (1024 = 2^10). For this lesson, students should use 1024 for conversions. 2.6 Conversion from one unit to the other (Performance Objective 5) Conversions involve multiplying or dividing by 1024, or by 8 for bits to bytes.

Steps for Conversion: To convert from a larger unit to a smaller unit: Multiply by 1024 (or 8 for bits). To convert from a smaller unit to a larger unit: Divide by 1024 (or 8 for bits). Worked

Examples: Example 1: Convert 5 GB to M

B. Reasoning: Gigabytes are larger than Megabytes. To go from larger to smaller, we multiply.

Calculation: 5 GB 1024 MB/GB = 5120 M

B. Example 2: Convert 2048 KB to M

B. Reasoning: Kilobytes are smaller than Megabytes. To go from smaller to larger, we divide.

Calculation: 2048 KB / 1024 KB/MB = 2 M

B. Example 3: Convert 1.44 MB to Bytes.

Reasoning: Megabytes are much larger than Bytes. We need to convert MB to KB first, then KB to Bytes.

Calculation: 1.44 MB 1024 KB/MB = 1474.56 KB 1474.56 KB 1024 Bytes/KB = 1,509,949.44 Bytes.

Example 4: Convert 160 bits to Bytes.

Reasoning: Bits are smaller than Bytes. There are 8 bits in 1 byte, so we divide by

8. Calculation: 160 bits / 8 bits/Byte = 20 Bytes. 2.7 Auxiliary Storage Devices (Performance Objective 6)

These Teacher Activities: Introduction (10 minutes): Teacher begins by asking students about their personal experiences with computers and smartphones.

Questions like: "What happens when your phone shows 'storage full'?", "Why does a new phone feel faster than an old one?", "Where do you save your JAMB registration forms or project work?". Teacher collects responses and relates them to the concept of memory. Teacher presents the lesson objectives clearly to the students.

Concept Development - Part 1: Types of Memory (20 minutes): Teacher introduces the two main categories: Primary and Secondary memory, explaining their general roles (working memory vs. long-term storage).

Teacher then delves into Primary Memory: explains RAM and ROM, their characteristics (volatility, speed, access type), and functions with clear analogies (e.g., RAM as a workbench, ROM as a user manual). Teacher highlights the importance of RAM for multitasking and ROM for booting the computer.

Concept Development - Part 2: Differences & Units (25 minutes): Teacher guides students to differentiate between primary and secondary memory using a comparison table, eliciting features from students based on previous explanations. Teacher introduces the units of storage (bit, byte, KB, MB, GB, TB) with visual aids (e.g., writing on board, showing a chart). Teacher explains the 1024 conversion factor and demonstrates step-by-step conversion examples on the board (e.g., MB to KB, GB to MB, bits to bytes).

Concept Development - Part 3: Auxiliary Storage Devices (25 minutes): Teacher presents various auxiliary storage devices, ideally showing physical examples (USB drive, memory card, old CD/DVD, external HDD if available, and a picture of an SSD and floppy disk). Teacher describes each device's function, characteristics (capacity, speed, durability), and common uses in a Nigerian context (e.g., USB drive for cybercafes, memory cards for phones). Teacher specifically draws and labels a floppy disk, explaining its historical significance and parts (jacket, shutter, hub). Activity & Discussion - Comparison of Devices (15 minutes): Teacher facilitates a class discussion to compare auxiliary storage devices, focusing on practical aspects like cost, speed, capacity, and durability (e.g., "Which is better for backing up a large video collection?", "Which is more reliable for transporting important school documents?"). Teacher summarises key comparisons (e.g., HDD vs. SSD, CD vs. USB drive).

Consolidation & Review (5 minutes): Teacher conducts a quick Q&A session to reinforce key concepts. Teacher assigns guided practice questions.

Student Activities: Introduction: Students respond to teacher's questions about their device experiences and share prior knowledge.

Concept Development - Part 1: Students listen attentively, take notes, ask clarifying questions, and participate in discussions about primary memory.

Concept Development - Part 2: Students contribute ideas for the comparison table, copy the units of storage and conversion rules, and attempt simple conversion exercises as the teacher demonstrates.

Concept Development - Part 3: Students observe physical storage devices, identify them, and discuss their applications. They draw and label a floppy disk.

Activity & Discussion: Students actively participate in comparing different storage devices, sharing their opinions and experiences.

Consolidation & Review: Students answer questions and prepare for practice exercises.

Materials: Whiteboard/Chalkboard and markers/chalk Projector (if available) for showing diagrams/images of internal components and obsolete devices.

Physical examples of storage devices: USB flash drive, memory card (SD/MicroSD), CD/DVD, external HDD (if available). Printed diagrams of internal memory (RAM, ROM chips, cache) and a floppy disk.

Worked example

Example 1: Convert 5 GB to M

B. Reasoning: Gigabytes are larger than Megabytes. To go from larger to smaller, we multiply.

Calculation: 5 GB 1024 MB/GB = 5120 M

B. Example 2: Convert 2048 KB to M

B. Reasoning: Kilobytes are smaller than Megabytes. To go from smaller to larger, we divide.

Calculation: 2048 KB / 1024 KB/MB = 2 M

B. Example 3: Convert 1.44 MB to Bytes.

Reasoning: Megabytes are much larger than Bytes. We need to convert MB to KB first, then KB to Bytes.

Calculation:

1.44 MB 1024 KB/MB = 1474.56 KB

1474.56 KB 1024 Bytes/KB = 1,509,949.44 Bytes.

Example 4: Convert 160 bits to Bytes.

Reasoning: Bits are smaller than Bytes. There are 8 bits in 1 byte, so we divide by

8. Calculation: 160 bits / 8 bits/Byte = 20 Bytes.

Real-life applications

Smartphone/Tablet Management (Community/Daily Life): Students can apply their understanding of memory units to manage storage on their smartphones or those of family members. For example, when a phone displays "storage full," they can understand that the phone's internal secondary memory (e.g., 64GB) is exhausted. They can then make informed decisions about deleting files, moving photos/videos to a memory card (another secondary storage device), or using cloud storage to free up space, thus improving phone performance (related to RAM also). This helps users avoid losing precious memories or essential apps. Cybercafe and Business Centre Operations (Economy/Daily Life): In cybercafes and business centres common across Nigeria, students will encounter various storage devices. They can advise on the best storage media for different tasks: a USB flash drive for submitting JAMB forms (portability), an external hard drive for backing up an entire business's records (capacity), or the importance of a cybercafe computer having sufficient RAM for smooth operation when multiple users are running different applications. This knowledge helps them function effectively in such environments and potentially identify reliable IT services. Data Archiving and Security for Businesses/Government (Economy/Community): Understanding different memory types is critical for data archiving and security. Businesses and government agencies in Nigeria (e.g., banks, hospitals, NAFDAC) deal with vast amounts of sensitive data (customer records, patient histories, regulatory documents). Students can appreciate why these institutions use high-capacity, durable secondary storage like server-grade HDDs, SSDs, or even magnetic tapes for long-term backups. They can understand the importance of non-volatile storage for data integrity and recovery in case of system failures, floods, or fire, ensuring continuity of services.

Teacher activity

Evaluation guide

Reference guide