Year 10 - Computing
Linear search
Searching and sorting algorithms
Study Hub
This pupil-friendly study guide includes a unit summary, clear notes, common mistakes, and quick questions with answers.
Year 10 - Computing
Searching and sorting algorithms
In this unit pupils will have opportunities to analyse, interpret, modify, and implement a range of searching and sorting algorithms. They will have the opportunity to compare the features and efficiency of these algorithms and make suggestions about the most suitable algorithm for a given task.
You will learn to explain why computers need to search data and perform a linear search to find the position of an item in a list.
Computers can quickly search through large amounts of data to find what is needed. Linear search is an algorithm that involves checking each item in a list of data one at a time.
an algorithm that searches for an item in a list of items by systematically examining each item, one after another. Add one real device or system example to prove understanding.
Mistake: A linear search can only be used on lists or sequences of numbers. Correction: A linear search can be used on lots of different types of data, including strings.
Browse all guides in the Year 10 Computing guide library.