Skip to content
HeadTeacher.ng
Lesson Notes

Lesson Note on Number System: Identification and Formation of Binary, Octal and Hexadecimal for SS 2

A lesson note on Number System for SS 2 covering identification and formation of different number systems such as binary, octal and hexadecimal with examples.

Royal AlikorByRoyal AlikorPublishedMar 8, 2026Reading7 minComments0

Class: Senior Secondary School 2 (SS2 / SSS2)
Term: 3rd Term
Week: 6
Age: 16 years
Duration: 45 minutes
Subject: Basic Electronics
Curriculum Theme: Digital Electronics Fundamentals
Previous Lesson: Transducers and Sensors: Acoustic Transducer, Types and Application.
Topic: NUMBER SYSTEM
Subject Matter: Meaning of NUMBER SYSTEM, identification and formation of different number systems (binary, octal, hexadecimal)

Specific Objectives

By the end of the lesson, pupils should be able to:

Cognitive Domain:

  • Define a number system.
  • Identify the base and digits used in decimal, binary, octal, and hexadecimal number systems.
  • State the place values for digits in different number systems.

Affective Domain:

  • Appreciate the importance of different number systems in digital electronics.
  • Show interest in learning about how computers process information using these systems.

Psychomotor Domain:

  • Form simple numbers in binary, octal, and hexadecimal bases.
  • Write out sequences of numbers in different bases.

Social Domain:

  • Participate actively in class discussions about number systems.
  • Collaborate with peers to understand and practice forming numbers in various bases.

Reference Materials

The following resources were used in planning this lesson:

  • Senior Secondary Schools Education Curriculum
  • State Unified Scheme of Work
  • Basic Electronics for Senior Secondary Schools Textbook
  • https://www.tutorialspoint.com/computer_fundamentals/computer_number_system.htm
  • https://www.javatpoint.com/number-system-in-digital-electronics

Instructional Materials

The teacher will teach this lesson with the aid of:

  • Logic modules
  • Whiteboard and markers
  • Charts showing different number systems and their bases
  • Number sequence examples.

Rationale for the Lesson

This lesson helps pupils understand the fundamental concept of number systems, which is essential for comprehending how digital circuits and computers store and process information. It provides a basis for further studies in digital electronics and computer science.

Prerequisite/Previous Knowledge

Pupils have a basic understanding of counting and the decimal number system.

Lesson Content/Board Summary

NUMBER SYSTEM

Meaning of Number System

A number system is a set of symbols and rules used to represent numerical values. It defines how numbers are expressed and how mathematical operations are performed. Each number system has a unique base, which determines the total number of unique digits or symbols used in that system.

Types of Number Systems

The following are common types of number systems:

  • Decimal Number System (Base 10):
    • This is the most commonly used number system in daily life.
    • It uses ten unique digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.
    • The base is 10.
    • Each position in a decimal number represents a power of 10.
    • Example: The number 123 (base 10) means (1 x 102) + (2 x 101) + (3 x 100).
  • Binary Number System (Base 2):
    • This system is fundamental to digital electronics and computers.
    • It uses two unique digits: 0 and 1.
    • The base is 2.
    • Each position in a binary number represents a power of 2.
    • Example: The number 10112 means (1 x 23) + (0 x 22) + (1 x 21) + (1 x 20).
    • Sequence: 02, 12, 102, 112, 1002, 1012, etc.
  • Octal Number System (Base 8):
    • This system is sometimes used in computing as a compact way to represent binary numbers.
    • It uses eight unique digits: 0, 1, 2, 3, 4, 5, 6, 7.
    • The base is 8.
    • Each position in an octal number represents a power of 8.
    • Example: The number 378 means (3 x 81) + (7 x 80).
    • Sequence: 08, 18, …, 78, 108, 118, etc.
  • Hexadecimal Number System (Base 16):
    • This system is widely used in computer programming and digital electronics to represent large binary numbers concisely.
    • It uses sixteen unique symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F.
    • Here, A represents 10, B represents 11, C represents 12, D represents 13, E represents 14, and F represents 15.
    • The base is 16.
    • Each position in a hexadecimal number represents a power of 16.
    • Example: The number 2A16 means (2 x 161) + (A x 160) = (2 x 16) + (10 x 1).
    • Sequence: 016, …, 916, A16, B16, …, F16, 1016, 1116, etc.

Teaching Methods/Instructional Techniques

Discussion, Lecture, Demonstration, Question and Answer, Visual Aids

Instructional Procedures

Step 1: Introduction

Time: 5 minutes
Teaching Skill: Set Induction
Teacher’s Activity: The teacher greets the pupils, reviews the previous lesson on basic digital concepts, and asks pupils how they think computers count or represent numbers.
Pupils’ Activity: Pupils respond to the greetings and share their initial thoughts on how computers might count.
Learning Point: Pupils connect to prior knowledge and are introduced to the concept of number representation in digital systems.

Step 2: Meaning of Number System

Time: 8 minutes
Teaching Skill: Explanation/Definition
Teacher’s Activity: The teacher defines a number system, explaining that it is a way of representing numbers using a set of symbols and a base. The teacher further explains the concept of a ‘base’ as the total number of unique digits or symbols used.
Pupils’ Activity: Pupils listen attentively, take notes, and ask questions for clarification.
Learning Point: Pupils understand the definition of a number system and the role of its base.

Step 3: Decimal Number System (Base 10)

Time: 6 minutes
Teaching Skill: Illustration/Comparison
Teacher’s Activity: The teacher explains the decimal number system (base 10) as the system pupils are most familiar with, highlighting its digits (0-9) and how place values work (powers of 10). This serves as a foundation for understanding other bases.
Pupils’ Activity: Pupils relate the explanation to their existing knowledge and observe how place values are determined.
Learning Point: Pupils grasp the concept of base and place value using a familiar number system.

Step 4: Binary Number System (Base 2)

Time: 8 minutes
Teaching Skill: Explanation/Demonstration
Teacher’s Activity: The teacher introduces the binary number system (base 2), explaining that it uses only two digits (0 and 1). The teacher demonstrates how to form simple binary numbers and explains place values as powers of 2.
Pupils’ Activity: Pupils listen, observe the examples, and practice writing simple binary number sequences.
Learning Point: Pupils understand the structure and formation of binary numbers, which is crucial for digital electronics.

Step 5: Octal Number System (Base 8)

Time: 6 minutes
Teaching Skill: Explanation/Illustration
Teacher’s Activity: The teacher explains the octal number system (base 8), stating that it uses digits from 0 to 7. The teacher provides examples of octal numbers and their place values, relating them to powers of 8.
Pupils’ Activity: Pupils pay attention, take notes, and attempt to form simple octal numbers.
Learning Point: Pupils learn about the octal number system and how to represent numbers in base 8.

Step 6: Hexadecimal Number System (Base 16)

Time: 6 minutes
Teaching Skill: Explanation/Demonstration
Teacher’s Activity: The teacher introduces the hexadecimal number system (base 16), emphasizing its 16 symbols (0-9 and A-F). The teacher explains that A represents 10, B represents 11, and so on, and demonstrates how to form hexadecimal numbers with examples.
Pupils’ Activity: Pupils observe carefully, noting the unique symbols, and try to write down simple hexadecimal sequences.
Learning Point: Pupils understand the hexadecimal number system and its representation, including the use of alphabetic characters.

Step 7: Evaluation/Review

Time: 5 minutes

Teaching Skill: Questioning/Assessment

Teacher’s Activity: The teacher evaluates the learning by asking the following questions:

  1. Define a number system.
  2. State the base and digits used in the binary number system.
  3. List the digits/symbols used in the hexadecimal number system.
  4. Write the next three numbers in the sequence after 78.

Pupils’ Activity: Pupils answer orally and in writing.

Learning Point: Pupils demonstrate understanding of the lesson.

Step 8: Conclusion

Time: 1 minute
Teaching Skill: Summarization
Teacher’s Activity: The teacher briefly summarizes the key points of the lesson, emphasizing the importance of understanding different number systems in basic electronics and computer science. The teacher assigns homework: research practical applications of binary and hexadecimal systems.
Pupils’ Activity: Pupils listen to the summary and copy down the homework.
Learning Point: Pupils consolidate their learning and are encouraged to explore further.

Lesson Keywords

  • Number system – A set of symbols and rules for representing numerical values.
  • Base – The total number of unique digits or symbols used in a number system.
  • Decimal – A base-10 number system using digits 0-9.
  • Binary – A base-2 number system using digits 0 and 1.
  • Octal – A base-8 number system using digits 0-7.
  • Hexadecimal – A base-16 number system using digits 0-9 and A-F.
  • Place value – The value of a digit based on its position in a number.

Differentiation

For pupils who grasp the concepts quickly, the teacher can challenge them to convert simple numbers between bases (e.g., binary to decimal). For those who need more support, the teacher will provide additional examples and one-on-one guidance in forming numbers in different bases, focusing particularly on binary.

Note for teachers using this lesson plan

It is important to use visual aids like charts to clearly illustrate the digits and place values of each number system. Encourage practical examples where these number systems are used in computing or digital devices to make the lesson more relatable and engaging for the pupils. Ensure pupils understand the concept of ‘base’ and ‘place value’ thoroughly before moving to different systems.

Export this post
Lesson Note on Number System: Identification and Formation of Binary, Octal and Hexadecimal for SS 2
Community Join the conversation Open discussion +