WorksheetsYear 8 Recap Quiz
Total questions: 12
Worksheet time: 7mins
What are Flowcharts used for?
A way we can represent an algorithm
Used for pretty designs
A way to show a CPU
What does this shape represent in a flowchart?
Process
Decision
Input/ Output
Start/Stop
What does this shape represent in a flowchart?
Process
Decision
Input/ Output
Start/ Stop
Which of the following is NOT a computational thinking technique?
Decomposition
Pattern Recognition
Coding
Which computational thinking technique involves breaking a problem down into smaller parts?
Decomposition
Abstraction
Patter Recognition
What are the two main ways that algorithms can be designed?
Images or videos
In pseudocode or as a flowchart
By hardware or software
What is pseudocode?
A way of describing a set of instructions in text form
A specific programming language that all computers use
A diagrammatic representation of a set of instructions
What is a flowchart?
A flowchart is a text-based way of designing an algorithm
A flowchart is a specific programming language
A flowchart is a diagram that represents a set of instructions
If a grade of 98 was inputted, what would be the output?
Passed
Failed
Else
If the grade of 60 was input, what would be the output?
Passed
Failed
Else
Fill in the first blank
Larger
IF
THEN
WHILE
