User:Bishu Thapa/real teaching 4

From ICTED-WIKI
Jump to navigation Jump to search

Subject: Computer science

Period: first

Topic: Number system and conversion Bollen Logic

Teaching Item: Number system and its types

Class: Class 11

Unit: Two

Time: 45 min

No. of Students: 23

Objectives[edit | edit source]

At the end of this lesson, students will be able to

  1. To define hexadecimal number
  2. To convert decimal number system to hexadecimal number.
  3. To convert hexadecimal number to decimal number.

Teaching Materials[edit | edit source]

  • Daily materials

Teaching Learning Activities[edit | edit source]

  1. Introduce today's topic with students.
  2. I will discuss previous topic.
  3. I will explain the step with example to convert (5674)10=(?)16
    1. Divide the given number system by 16.
    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.
  4. I will show conversion steps hexadecimal number system to decimal number system using example.
    1. Write the binary digits as a power of 16 increasing from right to left starting from 0.
    2. convert each power of 16 into its decimal equivalent term.
    3. add all these to give the decimal numbers.
    4. I will convert (4ABC)16=(?)10.

Classroom Assessment[edit | edit source]

  1. Convert (3374)10=(?)16
  2. convert (4ABC)16=(?)10.