Lesson Plan : Intro to Programming
Teacher Name: | Mr. Ashwin Tulsi |
Grade: | College/University |
Subject: | Science |
Topic: | Introduction to Programming |
Content: | Fundamentals C programming language Syntax First program in C |
Goals: | Students will gain a first insight in the world of programming. To make students understand the basics of writing a program. Understanding a problem and designing its solution. Learn how to implement programs using the C programming language. |
Objectives: | - Write simple C programs - Understand real-life scenarios and design solutions. - Compile and run the programs implemented. |
Materials: | Lecture notes, tutorials and Lab practical #1. |
Introduction: | Consider a real life scenario where a teacher requires to enter the marks for a number of students in 4 different subjects. The he has to evaluate the grade scored in each subject. Here you are required to write a simple program in C to evaluate the grades for each subject. |
Development: | Marks may be scored in the folowing range:- A >=70 B 60-69 C 50-59 D 40-49 F <40 The teacher enters the marks scored in each subject. The program will have to compute the grade accordingly. |
Practice: | Set of marks is given for 2 students: (i) 49, 36, 47, 26 (ii) 24, 65, 23, 76 |
Accommodations: | Use the flowchart to write down the pseudocode. |
Checking For Understanding: | Write down the program in C. |
Closure: | Compile and Run the program. |
Evaluation: | Enter marks in 4 subjects. Grades are displayed accordingly. |
Teacher Reflections: | Logic of programming. Level of understanding. |
Create New Lesson Plan | Lesson Plan Center |