100% found this document useful (1 vote)
465 views6 pages

Grade 7 ICT: Binary Number Systems

Matatag Demo LP_TLE7

Uploaded by

Nathan Nathan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
465 views6 pages

Grade 7 ICT: Binary Number Systems

Matatag Demo LP_TLE7

Uploaded by

Nathan Nathan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

School Sogod National High School Grade & Section: 7- Newton

T.L.E. 7
Daily Teacher NATHANIEL D. FLORES Learning Area: Information Communication
Technology
Lesson Teaching Date July 25, 2024
Plan Quarter I
Time 8:00 – 9:00 AM

A SEMI-DETAILED LESSON PLAN School Based DEMO-TEACHING IN MATATAG CURRICULUM OF TLE- Information
Communication Technology 7
July 26, 2024

I. CURRICULUM CONTENT, STANDARDS, AND LESSON COMPETENCIES

A. Content
Standard Demonstrate an understanding of the computer number systems

B. Performance
The learners convert number systems in practical scenarios
Standard

C. Learning Learning Competency: Apply conversion of computer number systems


Competencies
and Objectives After the day’s lesson, the learners are expected to:
1. Explain the computer number system.
2. Identify the steps in converting decimal to binary numbers.
3. Convert decimal to binary number system.
4. Appreciate the importance of Binary number system in computer operation.

D. Content Computer Number Systems

E. Integration Mathematics: Number System


https://byjus.com/maths/number-system/
II. LEARNING https://www.cuemath.com/numbers/number-systems/
RESOURCES https://www.youtube.com/watch?v=M41M9ATm49M

III. TEACHING AND LEARNING PROCEDURE NOTES TO TEACHER


Preliminary Activities:
*Greetings
*Prayer
*Checking of attendance
*Setting of classroom policies
- checking the lighting and ventilation of classroom Established safe and secure learning environment to
- let learners sit properly and be ready for the instruction enhance learning through the consistent
- let the learners raise if they want to answer or if they have any implementation of policies, guidelines and procedures.
concern (PPST 2.1.2)
- remind the learners to keep their cellphones inside their bags and
only use when they are told to do so
A. Activating
Prior Knowledge Short Review
The teacher will ask questions on the previous lesson.
 What are the conversion units for computer storage?
 How many of kilobytes in a 16 gigabytes of flash drive?
 How did you get the answer? Used a range of teaching strategies that enhance
learner achievement in literacy and numeracy skills.
Possible Answer: (PPST 4.5.2)
16 Gigabytes x 1000 = 16,0000 Megabytes
16 x 16,000 = 16,000,000 Kilobytes Note to the teacher:
The teacher will emphasize the unit conversion for
computer storage.

B. Establishing 1. Lesson Purpose:


Lesson Purpose  Show a video clip about how computer operates.
https://www.youtube.com/watch?v=M41M9ATm49M
 Ask questions to generate ideas from the students.
There will be a hot potato game in asking questions.
*How do computers interpret and store data?
*What is the smallest unit of data?
*Why does computer use binary instead decimal numbers?
*What are values of binary number system?
*What is the role of 0s and 1s in the computer operation?
Applied knowledge of content within and across
 Present the objectives of the lesson
curriculum teaching areas. (PPST 1.1.2)
(Read and explain each objective so that learners will be guided on
what to be done later)
Note to the teacher:
2. Unlocking of Content and Vocabulary:
Cite these terms with the integration of mathematic
Direction: Match Column A “Computer Number System” to Column B
subject.
to its number value.
Column A Column B
1. Binary a. 0-7
2. Octal b. 0 and 1
3. Decimal c. 0-9 and A-F
4. Hexadecimal d. 0-9

Binary Number System


The binary number system uses only two digits: 0 and 1. The numbers in
this system have a base of 2. Digits 0 and 1 are called bits and 8 bits
together make a byte.
Octal Number System
The octal number system uses eight digits: 0,1,2,3,4,5,6 and 7 with the
base of 8.
Decimal Number System
The decimal number system uses ten digits: 0,1,2,3,4,5,6,7,8 and 9 with
the base number as 10.
Hexadecimal Number System
The hexadecimal number system uses sixteen digits/alphabets:
0,1,2,3,4,5,6,7,8,9 and A, B, C, D, E, F with the base number as 16.
Here, A-F of the hexadecimal system means the numbers 10-15 of the
decimal number system respectively.
Group Activity: The teacher will group the students into three and they
C. Developing will identify the steps in conversion of decimal to binary numbers. Each
and group will roam around to write their observation on other methods. They Note to the teacher:
Deepening will be given 10 minutes for this activity. The teacher will roam around to monitor learners and
Understanding Converting a Number to Binary representation. assists on their queries.
Group 1
Method 1 Dividing by 2: To get binary form of 192 is you need to divide
Established safe and secure learning environment to
the number 192 to 2. enhance learning through the consistent
Step 1: Divide the given number by 2. implementation of policies, guidelines and procedures.
Step 2: Write the quotient in column results. (PPST 2.1.2)
Step 3: Write 0 in the remainder column if quotient is whole number and
write 1 if it’s not whole number.
Step 4: Repeat the whole process until the given reaches 1.
Given Result Remainder
192/2 96 0
96/2 48 0
48/2 24 0
24/2 12 0
12/2 6 0
6/2 3 0
3/2 1.5 1
1/2 0.5 1
Get all results on remainder column to get the binary form of 192.
(00000011)

Group 2
Method 2 Exponential: Binary system is based of two counting system.
Multiply 1 times 2 and the answer will be multiplied again by 2. Keep
multiplying 2 until the result will be 128.
Step 1: 21 = 2 Provide feedback of the learners’ presentation and
Step 2: 22=4 correct the procedure if there are solutions and ask
Step 3: 23=8 prompting questions to generalize the activity.
Step 4: Repeat the exponential process until 8. For learners can have a thorough understanding
of the solution they are allowed to explain in Tag-lish
or in dialect.
1 2 4 8 16 32 64 128
Display proficient use of mother-tongue, Filipino,
Think a series of number that if we add will result to 192 and put 1 to and English to facilitate teaching and learning. (PPST
those numbers that you add and 0 to those numbers that not included. 1.6.2)
1 2 4 8 16 32 64 128
0 0 0 0 0 0 1 1
The binary form of 192 is 00000011
Group 3
Method 3 Yes or No Question: You can begin your conversion of the
number 192 to a binary number by asking a question and performing the
following calculation.
1 2 4 8 16 32 64 128
0 0 0 0 0 0 1 1

Step 1: Is 192 greater than or equal to 128? → Yes → Put a 1 in the 128
column and subtract 128 from 192 → 192 – 128 = 64
Step 2: Is 64 greater than or equal to 64 → Yes → Put 1 in column 64
and subtract 64-64 = 0
Step 3: Is 0 greater than or equal to 32 → No → Put 0 on column 32
Step 4: Is 0 greater than or equal to 16 → No → Put 0 on column 16
Step 5: Is 0 greater than or equal to 8 → No → Put 0 on column 8
Step 6: Is 0 greater than or equal to 4 → No → Put 0 on column 4
Step 7: Is 0 greater than or equal to 2 → No → Put 0 on column 2
Step 8: Is 0 greater than or equal to 1 → No → Put 0 on column 1
Combining these eight binary digits forms a binary number of 00000011,
as shown below.
1 2 4 8 16 32 64 128
0 0 0 0 0 0 1 1

D. Making The students will have the recap about the lesson. Applied a range of teaching strategies to develop
Generalization *What are the computer number system and give brief explanation? critical and creative thinking, as well as other higher-
*What are fundamental operations involved in the conversion of binary order thinking skills. (PPST 1.5.2)
number system and its relation to computer operation?
*In conversion of Binary Number System why we need to use number 2
as a based number?
*Why computers used binary number system to its algorithm and not
using other number system like decimal or octal?
IV. EVALUATING LEARNING: FORMATIVE ASSESSMENT AND TEACHER’S REFLECTION
A. Evaluating Multiple Choice
Learning Direction: Choose the letter of the correct answer
1. It is a system of writing to express numbers.
a. Number System b. Algorithm c. Conversion d. Binary Digit
2. Which of the statements explain binary number system.
a. Binary number system is a base of 8 counting system with the
number value from 0-7
b. Binary number system is a base of 2 counting system with the
number value of 0 and 1
c. Binary number system is a base of 10 counting system with the
number value from 0-9
d. Binary number system is a base of 16 counting system with the
number value from 0-9 and A-F as 10-15.
3. How to get the binary representation of the number 64?
a. 00001111
b. 00000010
c. 00000011
d. 10000011
4. Why we need to use number 2 as a based number in computing
binary number system?
a. Binary use 8-digit values
b. Binary use 2-digit values
c. Binary use 10-digit values
d. Binary use 16-digit values
5. What is the importance of Binary Number System in computer
operation?
a. Binary Number System as computer algorithm is effective and
efficient.
b. Binary Number System as computer algorithm is fit to electronical
components of computer.
c. Binary Number System as computer algorithm consume less space
and easy to execute.
d. All the above.
B. Teacher’s
Remarks

C. Teacher’s
Reflection

Prepared by: Noted by: Approved by:


NATHANIEL D. FLORES
Demo-Teacher

You might also like