Year 8 Programming and Algorithms Worksheet
Computer Science
Year 8
11 questions
~22 mins
0 views0 downloads
About This Worksheet
This worksheet focuses on understanding algorithms and basic logic gates. Complete the questions to demonstrate your knowledge of these topics.
Worksheet Preview
Full preview • 11 questions
Year 8 Programming and Algorithms Worksheet
Subject: Computer ScienceGrade: Year 8
Name:
Date:
TeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizzTeachWhizz
Untitled Worksheet
Grade Year 8
A
Questions
This worksheet focuses on understanding algorithms and basic logic gates. Complete the questions to demonstrate your knowledge of these topics.
Answer all questions in the spaces provided.
1.
Write a simple step-by-step algorithm to make a cup of tea. List each step clearly.
[4 marks]2.
Describe an algorithm you could use to decide if a student has passed a test. Include the condition for passing.
[3 marks]3.
Explain the difference between a sequence and a selection in programming algorithms.
[3 marks]4.
Complete the truth table for an AND gate with two inputs, A and B, and one output, C.
[4 marks]| A | B | Output |
|---|---|---|
| 0 | 0 | |
| 0 | 1 | |
| 1 | 0 | |
| 1 | 1 |
5.
Complete the truth table for an OR gate with inputs A and B, and output C.
[4 marks]| A | B | Output |
|---|---|---|
| 0 | 0 | |
| 0 | 1 | |
| 1 | 0 | |
| 1 | 1 |
6.
Complete the truth table for a NOT gate with input A and output B.
[3 marks]| A | Output |
|---|---|
| 0 | |
| 1 |
7.
Draw a logic circuit using AND, OR, and NOT gates that outputs true only when either input A or input B is true, but not both.
[6 marks]Drawing / Sketch space
8.
Sketch a flowchart that shows the process of turning on a light if it is dark outside.
[5 marks]Drawing / Sketch space
9.
Describe how an algorithm can be tested for correctness before it is used in a program.
[3 marks]10.
Explain why algorithms are important in programming.
[3 marks]11.
Sketch a simple diagram of a flowchart showing the process of deciding whether to go outside to play based on weather conditions.
[5 marks]Drawing / Sketch space
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