Learning Scenario Identity | |
Title | Binary Search |
Creator | JYU |
Length | 45 minutes – 1 hour |
Main idea/description | The objective of the class is to show through play how a searching algorithm could work. The instructions need to be simple and following them should always lead to success. |
Target group | 3rd-6th grade |
Curriculum/learning subjects | Computer Science, Mathematics |
Competencies | The students will learn how to use algorithmic thinking and how simple algorithmic principles work. The students are expected to follow steps to achieve the search outcome. |
Teachers’ wellness competences | TC2. E-self-management |
Learning Scenario Framework | |
Pedagogical method | PI7. Goal oriented learning (Be persistent and work towards your goals) |
Software/materials | For online learning context, the teacher should have access to a conferencing tool (e.g., Zoom). The chosen platform needs to enable student-student and teacher-student interaction. The teacher needs the ability to assign students into pairs. Alternatively if it is possible, the students can also call one another. However, using a conferencing tool can make it easier for the teacher to monitor the progress of the students and provide support when necessary. The teacher should make sure that the students are comfortable with using the online platforms that are chosen (e.g., by practicing beforehand with students). For this scenario, it is important that the binary search process is divided into small, digestible steps. The teacher should also use simple language and avoid technical jargon. This can help reduce anxiety and confusion among students, making it easier for students to take a more independent stance to studying and carrying out some of the steps without a constant presence from the teacher. This can also be enforced by using positive reinforcement to encourage participation, Praising efforts and providing constructive feedback. |
Evaluation tools | The participants’ learning is evaluated through the discussions together with the whole group. Additionally, there is a feedback session at the end, which can also be used to collect information about the students’ learning. |
Learning Scenario Implementation | |
Learning activities (description, duration, worksheets) | The principle of algorithms is explained to the students (attachment 1) and how the algorithms follow certain instructions to always provide a solution regardless of the data that is given to them. The students can be reminded of the human robot exercise and they are advised to closely follow the provided instructions.
Assignment 1 The teacher explains the principle of binary search: If the search range is between 1 and 1 000, it is first important to inquire is the number greater than 500 (middle of the search). After that, the remaining set is divided to half with a similar question and this is continued until the desired number can be reached. Assignment 2 Attachment 1 |