KS3 Computer Science: Binary search
This module contains:
Compatible with the following examination boards





Download KS3 Module 14: Binary search
This download is exclusively for Teach Computer Science subscribers!
To download this file, click the button below to signup (it only takes a minute) and you'll be brought right back to this page to start the download!
Already a member? Log in to download.
Binary search
Searching and sorting algorithms are widely used by developers to search data in an easier manner. Sorting algorithms arrange the data in a particular order. Searching algorithms are used to search for data in a list. Binary search is used for searching files in external memory in hard disks.
This KS3 Computer Science module introduces binary search to your students, explaining:
- The binary search algorithm
- How an element is searched for in a list using a binary search algorithm
- Pseudocode for a binary search algorithm
More Alghoritms Modules
Binary search is one lesson in our Algorithms module. The other theory lessons can be found below:





