User:Bishu Thapa/micro teaching 2

From ICTED-WIKI
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

  1. To identify Decimal number System and Binary number system.
  2. 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]

    1. Introduce today's topic with students.
    2. Revise necessary topics required to learn previous topics.
    3. I will explain Binary number system and decimal number system.
    4. I will write on the board decimal number and equivalent to binary number using conversion table
      1. 0=0000
      2. 1=0001
      3. 2=0010
      4. 3=0011
      5. 4=0100
      6. 5=0101
      7. 6=0110
      8. 7=0111
      9. 8=1000
      10. 9=1001
    5. I will explain the step with example to convert (5674)10=(?)2
      1. Divide the given number system by 2.
      2. Write the quotient under the number. This number becomes the new number
      3. write the remainder on right side. 
      4. Repeat steps (a) to (c) until 0 is produced as the new number.
      5. The 1's and 0's written as the remainder in reverse order. (i.e. button to top) is the required binary number.
    6. I will show conversion steps Binary number system to decimal number system using example.
      1. Write the binary digits as the negative power of 2 from left to write starting from point -1, -2 and so on.
      2. convert each power of two into its decimal equivalent term.
      3. add all these to give the decimal numbers.
      4. I will convert (101010001)2=(?)10.

Classroom Assessment[edit | edit source]

  1. convert (5674)10=(?)2
  2. convert (3452)10=(?)2
  3. convert (101010001)2=(?)10

Homework[edit | edit source]

1.Solve the exercises 1 2