Entrance Announcement
MICTE 2080
2080 Magh 07
Rakesh Agrahari/Teaching Lesson Plan 29
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.