Lesson Script Final_ W3
Lesson Script Final_ W3
B. Other
Learning
Resources
IV. TEACHING AND LEARNING PROCEDURES
Day 1
Before/Pre-Lesson Proper
Lesson "Today, we’ll learn about number systems—and not just the
Purpose/Intention ones we use daily. Did you know that computers speak in a
different number language? We'll discover that today."
2
Before we proceed to our lesson proper, let us define first
the following terminologies:
1. Number System - A way to represent and express
numbers.
2. Base - The number of unique digits (including 0) a
Lesson Language number system uses.
Practice 3. Digits - The symbols used in a number system.
4. Decimal - The number system we use every day. It is
based on 10 digits: 0 to 9.
During/Lesson Proper
"The decimal number system is also called base-10. It uses
Reading the Key
10 digits: 0 through 9."
Idea/Stem
After/Post-Lesson Proper
Making “Decimal is the number system we use every day. But in
Generalizations computing, we have to use other number systems that help
and Abstractions computers store and process data more efficiently.”
Evaluating Short quiz:
Learning
Instructions: Read each question carefully and choose the
best answer.
3
A. Base 2
B. Base 8
C. Base 10
D. Base 12
4. Luis says that in the number 507, the digit 0 has no value.
Is Luis correct? Why or why not?
A. Yes, because 0 means nothing.
B. No, 0 holds the tens place and shows there are no tens.
C. Yes, 0 can be removed without changing the value.
D. No, 0 increases the value of the number.
Additional
Activities for
Application or
Remediation (if
applicable)
Remarks
Reflection
4
Day 2
Before/Pre-Lesson Proper
"Good day, class! I hope you're all energized today—
because we’re about to dive into something cool and
creative!
Activating Prior
"Yesterday we talked about the decimal system. Today,
Knowledge
we’re diving into the world of computers. Computers can’t
talk, but they can count! Do you know how? They only use
two digits—0 and 1."
5
“Before we dive into the lesson, let’s practice some new
words you’ll hear a lot today. These words are part of the
language computers speak—so we need to speak it too!”
1. Binary
“Say this with me: Binary means base-2. It uses only
0 and 1.”
➤ (Repeat twice with class. Use hand gestures to
emphasize 0 and 1.)
Lesson Language 2. Bit
Practice “A bit is short for binary digit. Say it with me: A bit is
the smallest unit of data in a computer.”
➤ (Show a single switch image ON/OFF to help
visualize.)
3. Base-2
“Binary is also called base-2. That’s because it only
has two digits. Say this: Base-2 means the number
system with only 0 and 1.”
During/Lesson Proper
6
Decimal 1 = Binary 1
Decimal 2 = Binary 10
Decimal 3 = Binary 11
Decimal 4 = Binary 100
Group Activity:
Deepening Convert these binary numbers to decimal:
Understanding of 1001, 110, 1110
the Key Idea/Stem
Use a worksheet or flashcards
After/Post-Lesson Proper
Making “Binary is the language of computers. Every photo, video, or
Generalization message gets translated into 0s and 1s.”
Evaluating
Learning Instructions: Read each situation carefully. Answer based
on what you’ve learned about binary numbers and their use
in technology.
7
Why do computers use binary?
A. It uses fewer digits.
B. It is easier for people to read.
C. Computers can only understand signals with two states:
ON and OFF.
D. It helps save electricity.
Remarks
Reflection
Day 3
Before/Pre-Lesson Proper
8
octal system?"
Wait for responses.
9
“Who can tell me how many digits are used in the decimal
system?”
(Wait for students to respond: Ten, from 0 to 9.)
“Correct! And how about binary?”
(Two — 0 and 1.)
Wrap-up question:
“Can someone say our key idea in their own words?”
(Call on 1-2 students to rephrase or summarize.)
Teacher’s Reinforcement:
“Excellent! Keep that key idea in mind as we explore how
octal and binary work together. Great reading, everyone!”
Developing “Now that we’ve read the key idea — that the octal number
Understanding of system is base-8 and uses digits from 0 to 7 — let’s
the Key Idea understand how we can convert an octal number to a
decimal number.”
(Teacher writes):
10
“So, Octal 175 is equal to Decimal 125.”
Ask Students:
“What did we multiply each digit by?”
o (Expected answer: Powers of 8)
“What do we always start with when multiplying —
the leftmost or rightmost digit?”
o (Expected answer: Rightmost digit is 8⁰, then
move left.)
Let’s Practice Together: “Let’s try another one: Convert
Octal 21 to Decimal.”
(Guide students through):
2 × 8¹ = 16
1 × 8⁰ = 1
Total = 17
Teacher: “Awesome! Octal 21 equals Decimal 17.”
“I’m going to divide you into small groups. Each group will
be assigned the same three octal numbers: 12, 77, and 35.
Your task is to work together to convert them to decimal
form. Here’s a quick reminder of the process:”
Start with the rightmost digit (this is multiplied by 8⁰)
Move left to the next digit (this is multiplied by 8¹)
Then add the results
Here are your tasks:
1. Convert Octal 12
2. Convert Octal 77
3. Convert Octal 35
11
(1 × 8¹) + (2 ×
12 ?
8⁰)
(7 × 8¹) + (7 ×
77 ?
8⁰)
(3 × 8¹) + (5 ×
35 ?
8⁰)
After/Post-Lesson
Proper
“Now that we’ve learned how octal works and practiced
converting it to decimal, let’s step back and make a
generalization based on what we’ve discovered.”
Teacher writes or displays: 🧠 Generalization:
“Octal is useful in computing because it simplifies long
binary numbers and makes them easier to read and work
with.”
Teacher:
“In other words, octal acts like a shortcut for binary. Since
every 3 binary digits can be grouped into 1 octal digit,
programmers often use octal to save time and avoid errors
when reading or writing long binary codes.”
Example: Binary: 111 101 001
Making Octal: 751
Generalization
Teacher asks:
“Why might a programmer choose octal instead of
binary?”
o (Expected answer: Because it’s shorter and
easier to read.)
“Can octal replace binary completely?”
o (Expected answer: Not really — it just helps
simplify it.)
Teacher’s Reinforcement:
“So the big idea is this: Octal doesn’t replace binary, but it
helps us handle it better—just like how we use shortcuts in
math or apps to make things easier.”
12
best answer.
13
1. define and differentiate between binary (base-2),
decimal (base-10), and octal (base-8) number
systems;
Purpose/Intention 2. convert numbers accurately between binary and
decimal, and decimal and octal; and
3. explain the importance of number system conversions
in real-life digital applications
Before we proceed to our lesson proper, let us define first
the following terminologies:
A number system with base-2 that
Binary
uses only two digits: 0 and 1.
The base-10 number system that
Decimal uses digits from 0 to 9. It is the
system we use every day.
A number system with base-8 that
Octal
uses digits from 0 to 7.
The process of changing a number
Conversion
from one number system to another.
A single number symbol used in a
Digit number system, like 0–9 in decimal or
Lesson Language
0–1 in binary.
Practice
The number of different digits a
Base number system uses. Example: Binary
has base-2.
Short for Binary Digit, it is the
Bit
smallest unit of data in a computer.
The value of a digit based on its
Place Value
position in the number.
A method to convert binary to octal
Group of 3 Rule by grouping binary digits in sets
of 3.
A method used to convert decimal to
Divide-and-
binary or decimal to octal by
Remainder
dividing and writing the remainders.
During/Lesson Proper
Quick Recap and Comparison Chart:
Reading the Key Number Binary Octal Decimal
Idea/Stem 5 101 5 5
10 1010 12 10
15 1111 17 15
14
with the class:
Convert binary to decimal
Understanding of
Convert decimal to binary
the Key Idea
Convert decimal to octal
Tips:
Deepening Binary to Octal? Group bits by 3.
Understanding of Decimal to Binary? Divide by 2 and write the
the Key Idea/Stem remainders.
After/Post-Lesson
Proper
“Different systems help us communicate with computers in
the language they understand. We can convert between
Making these systems to solve problems and write codes.”
Generalization
Evaluating Create a mini cheat sheet with conversion rules and example conversions.
✅ Mini Cheat Sheet Rubric (Conversion Rules and Examples)
Learning Criteria Excellent (4 Good (3 pts) Fair (2 pts) Needs
pts) Improvement
(1 pt)
Accuracy of All rules are Most rules are Some rules are Rules are
Rules complete and accurate with present but with mostly missing
accurate. minor errors. major errors. or inaccurate.
Example At least 3 2 correct 1 correct No correct or
Conversions correct examples for example for relevant
examples for each system. each system. examples
each system. given.
Clarity and Clear layout, Generally clear Hard to read in Poorly written
Neatness neat and neat with parts; or difficult to
handwriting, minor organization understand.
well-organized formatting needs
presentation. issues. improvement.
Completenes Covers Binary- Covers at least Covers only 1 Incomplete or
s Decimal, 2 types of type of lacks required
Decimal-Binary, conversions. conversion. parts.
and Decimal-
Octal.
Creativity Creative design Some design Minimal design Plain and lacks
(color, visuals, effort shown. effort. any effort at
layout enhances creativity.
learning).
1. A student is writing a number that only uses 1s and 0s. Which number system is
being used?
A. Decimal
B. Binary
C. Octal
D. Roman
15
Answer: B
2. Which of the following is the decimal equivalent of the binary number 1101?
A. 12
B. 13
C. 14
D. 15
Answer: B
Answer: C
5. A student groups the binary number 101101 as 101 and 101 to convert to octal.
What is the octal result?
A. 65
B. 55
C. 45
D. 25
Answer: C
Answer: C
Answer: C
16
9. A student divides 18 repeatedly by 2 and writes down the remainders as 10010.
What did the student do?
A. Converted binary to octal
B. Multiplied a binary number
C. Converted decimal to binary
D. Solved a logic puzzle
Answer: C
Remarks
Reflection
17