wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

S2 Sphero Knowledge Check 2

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

Which type of device is used by a computer to take in information from the world?

a)

Input Devices

b)

Output Devices

2.

Which of these is NOT an Input Device used by the Sphero?

a)

Accelerometer

b)

Gyroscope

c)

Motors

d)

Ambient Light Sensor

3.

What is the name given to an action that triggers code to run?

(a)  

4.

Which of the following is NOT an example of an event?

a)

On Start

b)

On Collision

c)

On Message Received

d)

On Finish

5.

What is a variable?

a)

An operator used to manipulate numbers, and gives a number as an output

b)

A space set aside in a computer's memory use to hold data while a program is running

c)

An action that triggers code to run

d)

An operator used to compare variables, and gives true or false as an output

6.

Which of the following is an example of an Arithmetic Comparator?

a)

Plus (+)

b)

Minus (-)

c)

Less Than (<)

d)

Divide (/)

7.

Which of the following is an example of a Conditional Loop?

a)

Loop 3 Times

b)

Loop Forever

c)

Loop 10 Times

d)

Loop Until A < B

8.

"If...Then...Else..." is an example of what code concept?

a)

Selection

b)

Iteration

c)

Sequencing

9.

Which of the following is NOT a text-based coding language?

a)

Python

b)

Scratch

c)

C

d)

Java

10.

What is the name of the first program traditionally created when learning a   

new coding language?

a)

Hello All!

b)

Hello S2!

c)

Hello Everyone!

d)

Hello World!