Entrance Announcement
MICTE 2080
2080 Magh 07
User:Bishu Thapa/real teaching 3
Jump to navigation
Jump to search
Subject: Computer Science
Period: first
Topic: Numbers System and conversion Boolean Logic
Teaching Item: conversion decimal number system to octal number system and vice versa.
Class: Class 11
Unit: Two
Time: 45 minutes
No. of Students: 30
Objectives
At the end of this lesson, students will be able to
Teaching Materials
- Daily materials
Teaching Learning Activities
- 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.
Classroom Assessment
- Give some examples of logical operators?
Assignment
Solve the exercises 2.1,4