Entrance Announcement
MICTE 2080
2080 Magh 07
User:Elina Real Teaching lesson plan 1: Difference between revisions
mNo edit summary |
m (→Assessment:) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Subject:Computer Science | <blockquote>Subject: Computer Science | ||
Class: | Class: 8 | ||
Unit:12 | |||
No of students: | Topic: Number system and its types | ||
Time:45 min | |||
No of students: 64 | |||
Period: 7th | |||
School: Adarsha Secondary School </blockquote> | |||
== Specific Objectives: == | == Specific Objectives: == | ||
Line 41: | Line 49: | ||
* Every number (value) represents with 0 and 1 in this number system. | * Every number (value) represents with 0 and 1 in this number system. | ||
* The base of binary number system is 2, because it has only two digits. | * The base of binary number system is 2, because it has only two digits. | ||
* These number represent two logical conditions:TRUE and FALSE. | * These number represent two logical conditions:TRUE and FALSE.[[File:Binary to decimal.png|thumb|Binary to decimal conversion]] | ||
=== '''Decimal number system:''' === | === '''Decimal number system:''' === | ||
Line 53: | Line 59: | ||
'''Binary to decimal conversion''' | '''Binary to decimal conversion''' | ||
Discuss the process of converting Binary to decimal | * Discuss the process of converting Binary to decimal | ||
show and practice the some examples: | * show and practice the some examples: | ||
'''[[Example 1:]]''' | '''[[Example No 1:]]''' | ||
'''[[Example No 2:]]''' | |||
'''Decimal to Binary Conversion:''' | '''Decimal to Binary Conversion:''' | ||
Discuss the process of converting Decimal to binary | * Discuss the process of converting Decimal to binary | ||
* Introduce methods like division by 2 and remainders. | |||
* Show and practice the some examples: | |||
'''[[Example 1:]]''' | |||
'''[[Example 2:]]''' | |||
== Class-room activity: == | == Class-room activity: == | ||
Line 84: | Line 88: | ||
'''Task 4:'''Convert 1001 into decimal | '''Task 4:'''Convert 1001 into decimal | ||
Walk around to assist students and answer and questions. | * Walk around to assist students and answer and questions. | ||
== Conclusion: == | == Conclusion: == | ||
Line 104: | Line 108: | ||
# (158)10 | # (158)10 | ||
# (260)10 | # (260)10 | ||
__NOTOC__ | |||
[[Category: BICTE]] | |||
[[Category: Lesson Plan]] |
Latest revision as of 03:18, 12 March 2024
Subject: Computer Science
Class: 8
Unit:12
Topic: Number system and its types
Time:45 min
No of students: 64
Period: 7th
School: Adarsha Secondary School
Specific Objectives:
At the end of this class, Student will be able to:
- Undersanding the concepts of number system
- Explain the binary and decimal number system
- Convert between decimal to binary number system
Teaching Materials:
- Marker, dustor and Whiteboard;
- Laptop and projector.
Introduction:
- Start by asking a questoions about previous knowledge of Number system;
- Encourage them to share their thought;
- Introduce the number system:
- Number system is a technique to represent and work with numbers is called number system.
- Decimal number system is the most common number system.
- Other popular number systems include binary number system, octal number system, hexadecimal number system, etc.
Types:
- Binary Number system
- Decimal number system
- Octal number system
- Hexadecimal number system
Binary Number System
- A Binary number system has only two digits that are 0 and 1.
- Every number (value) represents with 0 and 1 in this number system.
- The base of binary number system is 2, because it has only two digits.
- These number represent two logical conditions:TRUE and FALSE.
Decimal number system:
- Decimal number system has only ten (10) digits from 0 to 9.
- Every number (value) represents with 0,1,2,3,4,5,6, 7,8 and 9 in this number system.
- The base of decimal number system is 10, because it has only 10 digits.
Binary to decimal conversion
- Discuss the process of converting Binary to decimal
- show and practice the some examples:
Decimal to Binary Conversion:
- Discuss the process of converting Decimal to binary
- Introduce methods like division by 2 and remainders.
- Show and practice the some examples:
Class-room activity:
- Assign a class-work for students:
Task 1:Convert 1110 into a decimal
Task 2:Convert (17)10 as a binary number
Task 3:Convert (225)10 into a binary
Task 4:Convert 1001 into decimal
- Walk around to assist students and answer and questions.
Conclusion:
- Summarize a key points(Number system , Binary number and decimal number)
- Encourage the students to ask the questions
Assessment:
- Define Number system and its type.
- Convert the following binary number in decimal equivalents:
- 00111
- 01011
- Convert the following decimal number in binary equivalents:
- (158)10
- (260)10