Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Year 7 Coding quiz

Total questions: 13

Worksheet time: 14mins

Name
Class
Date
1.

What do we call the person who writes the instructions for the computer to complete a task?

a)

architect

b)

coder

c)

Bob

d)

composer

2.
What is coding?
a)
A type of fish.
b)
Telling a computer what to do.
c)
It doesn't exist
d)
An error in your code
3.

Coding is used in...

a)

Developing video games such as Fortnite and 2K19.

b)

Creating word processing programs like Google Documents and Microsoft Word

c)

Designing and implementing apps such as Snapchat and Facebook

d)

All of those use code!

4.

A mobile app is designed to be used on...

a)

A Computer

b)

A Smartphone or Tablet device

5.
What is an Algorithm?
a)
Runs a block of code over and over again
b)
A step-by-step set of rules or instructions
c)
A single action for the computer to perfom
d)
Error on your code
6.
Which algorithm will get the bird to the pig?
a)
Forward
Turn Left
Forward
Forward
b)
Turn Left
Forward
Forward
Forward
c)
Forward
Turn right
Forward
Forward
7.

What is the next number in the pattern

12,6,0,-6, ?

a)

12

b)

-12

c)

0

d)

6

8.
What does a For Loop do in coding?
a)
It how you tie your shoes
b)
Tells you where the bugs are in your code
c)
Runs code over and over again for a set number of times
d)
It's how you write code when you're hungry
9.
In coding, what is a bug?
a)
EW! Bugs are yucky!
b)
An error in your code.
c)
A working algorithm
d)
Code that repeats over and over again
10.
What does debugging mean?
a)
Fixing errors in your code
b)
Specific actions for the computer to do
c)
Telling a computer what to do
d)
Eating bugs
11.
Which algorithm will draw the triangle correctly?
a)
Forward
Turn Left 90º
Forward
Turn Left 90º
Forward
b)
Turn Right 120º
Forward
Turn Right 120º
Forward
c)
Forward
Turn Right 120º
Forward
Turn Right 120º
Forward
d)
Forward
Turn Right 90º
Forward
Turn Right 90º
Forward
12.
Will sprite move from his position after this code ?
a)
Yes
b)
No
13.
What will the cat say when this script is run?
a)
Have a nice day. (only)
b)
Here's some fruit. (only)
c)
Here's some fruit. Have a nice day. 
d)
You can't have any. Have a nice day.