User:Bishu Thapa/real teaching 3: Difference between revisions

From ICTED-WIKI
Jump to navigation Jump to search
No edit summary
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<div style="column-count: 2; column-gap: 20px;">
<div style="column-count: 2; column-gap: 20px;">
'''Subject:''' C programing.
'''Subject:''' Computer Science


'''Period:''' first
'''Period:''' first


'''Topic:''' operators and its types
'''Topic:''' Numbers System and conversion Boolean Logic


'''Teaching Item:''' operators in c programming language
'''Teaching Item:''' conversion decimal number system to octal number system. 


'''Class:''' BICT 1st semester
'''Class:''' Class 11


'''Unit:''' One
'''Unit:''' Two


'''Time:''' 15 min
'''Time:''' 45 minutes


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



Revision as of 12:40, 29 April 2024

Subject: Computer Science

Period: first

Topic: Numbers System and conversion Boolean Logic

Teaching Item: conversion decimal number system to octal number system.

Class: Class 11

Unit: Two

Time: 45 minutes

No. of Students: 30

Objectives

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

  1. To define operators.
  2. To give example of Arithmetic, Relational and logical operators used in c programming

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 Arithmetic, Relational and logical operators with its examples.
  4. Sum up the topic and ask students if they have any doubt.

Classroom Assessment

  1. What is meant by operators?
  2. Give some examples of logical operators?

Assignment

Solve the exercises 2.1,4