Rakesh Agrahari/Teaching Lesson Plan 29

Revision as of 10:12, 15 May 2024 by Rakesh Agrahari (talk | contribs) (Created page with "{| class="wikitable" |'''Subject :''' Computer Science |'''Class:''' 11 |- |'''Period:''' First |'''Unit:''' 5 |- |'''Topic:''' Programming Concepts & Logic |'''Time:''' 45 min |- |'''Teaching Item:''' Introduction to C |'''Number of Students :''' 50 |} == SPECIFIC OBJECTIVES[edit | edit source] == At the completion of this topic students will be able: * Understand about C Programming Language. * List Advantages and disadvantages of C and Basic Structure of C program...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Subject : Computer Science Class: 11
Period: First Unit: 5
Topic: Programming Concepts & Logic Time: 45 min
Teaching Item: Introduction to C Number of Students : 50

SPECIFIC OBJECTIVES[edit | edit source]

At the completion of this topic students will be able:

  • Understand about C Programming Language.
  • List Advantages and disadvantages of C and Basic Structure of C program

TEACHING MATERIALS[edit | edit source]

  • Daily materials
  • White Board
  • Marker
  • PowerPoint Slides

TEACHING LEARNING ACTIVITIES[edit | edit source]

  • Greeting to the students and topic will be written on board
  • Previous Topic will be revised in short
  • By showing the slides in the PowerPoint, Introduction of C will be explained
  • After that Advantages and disadvantages of C program will be explained
  • After that Basic Structure of C program will be demonstrated
  • i.e. header file
  • main function ()
  • {
  • }
  • sub function
  • function1()
  • {
  • }
  • function2()
  • {
  • }
  • At last Lesson will be concluded.

EVALUATION[edit | edit source]

  • What is C programming
  • List advantages and disadvantages of C program.

HOME WORK[edit | edit source]

  • Recall Basic structure of C Programming.