Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 8 Recap Quiz

Total questions: 12

Worksheet time: 7mins

Name
Class
Date
1.

What are Flowcharts used for?

a)

A way we can represent an algorithm

b)

Used for pretty designs

c)

A way to show a CPU

2.

What does this shape represent in a flowchart?

a)

Process

b)

Decision

c)

Input/ Output

d)

Start/Stop

3.

What does this shape represent in a flowchart?

a)

Process

b)

Decision

c)

Input/ Output

d)

Start/ Stop

4.

Which of the following is NOT a computational thinking technique?

a)

Decomposition

b)

Pattern Recognition

c)

Coding

5.

Which computational thinking technique involves breaking a problem down into smaller parts?

a)

Decomposition

b)

Abstraction

c)

Patter Recognition

6.

What are the two main ways that algorithms can be designed?

a)

Images or videos

b)

In pseudocode or as a flowchart

c)

By hardware or software

7.

What is pseudocode?

a)

A way of describing a set of instructions in text form

b)

A specific programming language that all computers use

c)

A diagrammatic representation of a set of instructions

8.

What is a flowchart?

a)

A flowchart is a text-based way of designing an algorithm

b)

A flowchart is a specific programming language

c)

A flowchart is a diagram that represents a set of instructions

9.

If a grade of 98 was inputted, what would be the output?

a)

Passed

b)

Failed

c)

Else

10.
What does a bubble sort do?
a)
Sorts a list by comparing two items that are side by side, to see which is out of order
b)
Separates a list of data into different collections of data, before sorting and gathering back into a list
c)
Finds an item of data in a list
11.

If the grade of 60 was input, what would be the output?

a)

Passed

b)

Failed

c)

Else

12.

Fill in the first blank

a)

Larger

b)

IF

c)

THEN

d)

WHILE