User:Bishu Thapa/real teaching 4

Revision as of 06:38, 16 May 2024 by Bishu Thapa (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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

  • Daily materials

Teaching Learning Activities

  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

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