Entrance Announcement
MICTE 2080
2080 Magh 07
User:Saroj Neupane Lesson Plan 1
Jump to navigation
Jump to search
Subject: Computer Science |
Class:8 |
Time:15 Minutes |
Number of Students: 16 |
Unit:6 |
Topic: Introduction to Algorithm |
Period: 5th |
School: ABC School |
Specific Objectives[edit | edit source]
At end of the class
1.Students will understand the basic concept of algorithms.
2.Students will be able to create simple algorithms for solving problems.
Teaching Aids[edit | edit source]
1.Whiteboard and markers
2.Projector or blackboard
3.Index cards
Introduction (3 minutes)[edit | edit source]
- Begin by asking students if they have heard the term "algorithm" before. Encourage them to share their thoughts.
- Define an algorithm as a step-by-step set of instructions or a sequence of actions designed to accomplish a specific task.
- a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
- Provide simple examples of algorithms from everyday life, such as a recipe or instructions for tying shoelaces.
Teaching Learning Activity - Algorithm Demonstration (4 minutes)[edit | edit source]
Write a simple algorithm on the board for a familiar task, like making a sandwich.
Algorithm for Making a Sandwich:
1. Take two slices of bread.
2. Spread peanut butter on one slice.
3. Spread jelly on the other slice.
4. Press the two slices together.
Discuss the importance of each step and the order in which they are performed.
Group Activity - Creating Algorithms (4 minutes)[edit | edit source]
- Divide the class into small groups (4 students in each).
- Provide each group with an index card and ask them to come up with a simple algorithm for a different everyday task. Some examples include tying shoelaces, brushing teeth etc.
- Each group will write their algorithm on the index card.
Sharing and Discussion (3 minutes)[edit | edit source]
- Ask each group to share their algorithm with the class.
- Discuss the similarities and differences between the algorithms created by different groups.
Conclusion (1 minute)[edit | edit source]
- Summarize the key points of the lesson: an algorithm is a step-by-step set of instructions, and it must be clear and unambiguous.
Assessment[edit | edit source]
- Observe students participation in the group activity and their ability to articulate the steps of their algorithms.
- Review the index cards created by each group to ensure they have grasped the concept of algorithms.