User:Bishu Thapa/Real teaching 7: Difference between revisions

From ICTED-WIKI
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
'''Time:''' 45 minutes
'''Time:''' 45 minutes


'''No. of Students:''' 30
'''No. of Students:''' 23
</div>
</div>


Line 22: Line 22:
# To Define Boolean algebra.
# To Define Boolean algebra.
# To identify Boolean algebra and normal Algebra.
# To identify Boolean algebra and normal Algebra.
# To Use Truth Table in proper way.
# To Use Truth Table in proper way and gives results


== Teaching Materials ==
== Teaching Materials ==
Line 32: Line 32:
## Introduce today's topic with students.
## Introduce today's topic with students.
## Revise necessary topics required to learn previous topics.
## Revise necessary topics required to learn previous topics.
## I will explain Binary number system and decimal number system.
## I will explain Boolean algebra and ordinary algebra.
## I will write on the board decimal number and equivalent to binary number using conversion table
## I will show the Truth table and explain details
### 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)<sub>10</sub>=(?)<sub>2</sub>
### 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 ==
# I will give the different value to generate output in the class:
 
## Value of A=1, values of B=2 Generate output: A+B=?
# convert (5674)<sub>10</sub>=(?)<sub>2</sub>
# convert (3452)<sub>10</sub>=(?)<sub>2</sub>
# convert (101010001)2=(?)10


== Homework ==
== Homework ==
1.Solve the exercises 1 2
1.Solve the exercises 7,8

Latest revision as of 06:42, 16 May 2024

Subject: Computer Science

Period: first

Topic: Number system and conversion Boolean Logic

Teaching Item: Boolean algebra and Truth Table

Class: class 11

Unit: 2

Time: 45 minutes

No. of Students: 23

Objectives

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

  1. To Define Boolean algebra.
  2. To identify Boolean algebra and normal Algebra.
  3. To Use Truth Table in proper way and gives results

Teaching Materials

  • Daily materials

Teaching Learning Activities

    1. Introduce today's topic with students.
    2. Revise necessary topics required to learn previous topics.
    3. I will explain Boolean algebra and ordinary algebra.
    4. I will show the Truth table and explain details
  1. I will give the different value to generate output in the class:
    1. Value of A=1, values of B=2 Generate output: A+B=? 

Homework

1.Solve the exercises 7,8