Year 11 Computer Science - Searching Algorithms Worksheet
Computer Science
Year 11
11 questions
~22 mins
0 views0 downloads
About This Worksheet
This worksheet focuses on understanding and applying search algorithms and logic gate concepts. Complete each question to demonstrate your knowledge.
Worksheet Preview
Full preview • 11 questions
Year 11 Computer Science - Searching Algorithms Worksheet
Subject: Computer ScienceGrade: Year 11
Name:
Date:
TeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizz
Untitled Worksheet
Grade Year 11
A
Questions
This worksheet focuses on understanding and applying search algorithms and logic gate concepts. Complete each question to demonstrate your knowledge.
Answer all questions in the spaces provided.
1.
Explain the difference between linear search and binary search. Include one advantage of each method.
[4 marks]2.
Describe a scenario where linear search would be more appropriate than binary search.
[3 marks]3.
Given an unsorted list of numbers, outline the steps to perform a linear search for a specific number.
[5 marks]4.
Complete the following truth table for the AND logic gate:
| Input A | Input B | Output |
|---------|---------|---------|
| 0 | 0 | ? |
| 0 | 1 | ? |
| 1 | 0 | ? |
| 1 | 1 | ? |
[4 marks]| A | B | Output |
|---|---|---|
| 0 | 0 | |
| 0 | 1 | |
| 1 | 0 | |
| 1 | 1 |
5.
Complete the truth table for the OR logic gate based on the following headers.
[4 marks]| A | B | Output |
|---|---|---|
| 0 | 0 | |
| 0 | 1 | |
| 1 | 0 | |
| 1 | 1 |
6.
Draw a logic circuit that uses AND, OR, and NOT gates to implement the following function: Output is true only when exactly one of two inputs is true.
[8 marks]Drawing / Sketch space
7.
Sketch a flowchart to describe the process of searching for a specific name in a list of names.
[6 marks]Drawing / Sketch space
8.
What is the time complexity of linear search in Big O notation? Briefly justify your answer.
[3 marks]9.
What is the main advantage of binary search over linear search? Under what condition can binary search be used?
[3 marks]10.
Explain how a search algorithm could be optimized for very large datasets.
[4 marks]11.
Design a simple search algorithm outline for finding a number in a sorted list. Include steps briefly.
[5 marks]Quick Actions
What is Remix?
Create a new worksheet based on this one. Change the grade level, topic, number of questions, or difficulty - then generate a fresh version.
- • Change grade level (Grade 6 → Grade 7)
- • Swap topics (Harry Potter → Macbeth)
- • Add more questions (10 → 15)
- • Adjust difficulty
Details
- Created
- 1/2/2026
- Updated
- 1/2/2026
- Type
- worksheet