Year 10 Computer Science: Sorting Algorithms and Logic Gates
Computer Science
Year 10
10 questions
~20 mins
0 views0 downloads
About This Worksheet
This worksheet covers sorting methods and basic logic gates. Complete the tasks to demonstrate your understanding of these fundamental programming concepts.
Worksheet Preview
Full preview • 10 questions
Year 10 Computer Science: Sorting Algorithms and Logic Gates
Subject: Computer ScienceGrade: Year 10
Name:
Date:
TeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizz
Untitled Worksheet
Grade Year 10
A
Questions
This worksheet covers sorting methods and basic logic gates. Complete the tasks to demonstrate your understanding of these fundamental programming concepts.
Answer all questions in the spaces provided.
1.
List three different sorting algorithms and briefly describe how each one sorts data.
[6 marks]2.
Explain what is meant by the term 'stable sort' and give an example of a situation where stability is important.
[4 marks]3.
Describe the main difference between Merge Sort and Quick Sort.
[4 marks]4.
Complete the truth table below for the AND logic gate.
[4 marks]| A | B | Output |
|---|---|---|
| 0 | 0 | |
| 0 | 1 | |
| 1 | 0 | |
| 1 | 1 |
5.
Complete the truth table below for the OR logic gate.
[4 marks]| A | B | Output |
|---|---|---|
| 0 | 0 | |
| 0 | 1 | |
| 1 | 0 | |
| 1 | 1 |
6.
Draw a logic circuit that represents the expression: (A AND B) OR C. Use symbols for AND, OR gates, and label each input and gate.
[8 marks]Drawing / Sketch space
7.
Sketch a flowchart that shows the steps to sort a list of numbers in ascending order using any sorting method. Include decision points and processes.
[10 marks]Drawing / Sketch space
8.
Explain in your own words how the Bubble Sort algorithm works.
[4 marks]9.
Identify the main advantage and disadvantage of using Quick Sort.
[4 marks]10.
Describe a scenario where a stable sorting algorithm would be necessary in a computer program.
[4 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