Entrance Announcement
MICTE 2080
2080 Magh 07
User:Bishu Thapa/micro teaching 2
Jump to navigation
Jump to search
Subject: Computer Science
Period: first
Topic: Number system and conversion Boolean Logic
Teaching Item: Conversion Decimal number system to binary number system and vice versa.
Class: class 11
Unit: 2
Time: 45 minutes
No. of Students: 23
Objectives[edit | edit source]
At the end of this lesson, students will be able to
- To identify Decimal number System and Binary number system.
- To convert Decimal number system to Binary number system and vice versa.
Teaching Materials[edit | edit source]
- Daily materials
Teaching Learning Activities[edit | edit source]
- Introduce today's topic with students.
- Revise necessary topics required to learn previous topics.
- I will explain Binary number system and decimal number system.
- I will write on the board decimal number and equivalent to binary number using conversion table
- 0=0000
- 1=0001
- 2=0010
- 3=0011
- 4=0100
- 5=0101
- 6=0110
- 7=0111
- 8=1000
- 9=1001
- I will explain the step with example to convert (5674)10=(?)2
- Divide the given number system by 2.
- Write the quotient under the number. This number becomes the new number
- write the remainder on right side. 
- Repeat steps (a) to (c) until 0 is produced as the new number.
- The 1's and 0's written as the remainder in reverse order. (i.e. button to top) is the required binary number.
- I will show conversion steps Binary number system to decimal number system using example.
- Write the binary digits as the negative power of 2 from left to write starting from point -1, -2 and so on.
- convert each power of two into its decimal equivalent term.
- add all these to give the decimal numbers.
- I will convert (101010001)2=(?)10.
Classroom Assessment[edit | edit source]
- convert (5674)10=(?)2
- convert (3452)10=(?)2
- convert (101010001)2=(?)10
Homework[edit | edit source]
1.Solve the exercises 1 2