Entrance Announcement
MICTE 2080
2080 Magh 07
User:Ashishsainju real Teaching Lesson Plan 7
Jump to navigation
Jump to search
Subject: Computer Science
Topic: Flowchart
Class: 7
Period: 6th
Time: 45 minutes
Objective:[edit | edit source]
By the end of this lesson, students will be able to:
- To explain the types of tools used to represent program.
- To explain about the flowchart.
- To explain the concept of Flowchart its basic terms.
Materials Needed:[edit | edit source]
- Whiteboard
- Projector
- Hardcopy with step-by-step instructions.
Teaching Learning Activities[edit | edit source]
Introduction(20 minutes):[edit | edit source]
- Briefly introduce the Flowchart and its types and symbols.
- Briefly discuss real-life scenarios where flowcharts can be useful, such as business processes, algorithms, or decision-making.
- Briefly explain that flowcharts use standardized symbols to represent different steps and actions in a process.
Symbols and Conventions (10 minutes):[edit | edit source]
Introduce the basic symbols used in flowcharts, including:[edit | edit source]
- Oval for the start/end of a process
- Rectangle for a process or activity
- Diamond for decision points
- Arrows to represent the flow of the process
- Parallelogram for input/output
Activity(10 minutes):[edit | edit source]
- Present a simple Algorithm(e.g boiling water, making tea) and tell students to draw the flowchart according to algorithm.
- Provide an individual exercise where each student has to create a flowchart for a given process (e.g., getting ready in the morning, solving a math problem).
Conclusion(5 minutes):[edit | edit source]
- Summarize the key points about flowcharts, emphasizing their role in visualizing processes and improving communication.
- Discuss the practical applications of flowcharts in various fields.
Homework:[edit | edit source]
- Describe Flowchart with its symbols used.
- Draw and briefly explain five symbols commonly used in a flowchart.
- Draw a flowchart to show addition, subtraction, division and multiplication.
- Accept three numbers and check whether they are 'Pythagorean Triplets' or not. Display the message accordingly.(Hint: Use Pythagoras Formula for a Right-angled Triangle: h = p2+b2)
Assessment:[edit | edit source]
- Evaluate students based on their participation in the hands-on practice, their ability to use both algorithm and flowchart for the same problem.