wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

coding

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

what data type is "hello"?

a)

string

b)

float

c)

Boolean

d)

integer​

2.

what data type is "12"

a)

string

b)

float

c)

Boolean

d)

integer

3.

what data type is "True"?

a)

string

b)

float

c)

Boolean

d)

integer

4.

what data type is "1.2"?

a)

string

b)

float

c)

Boolean

d)

integer

5.

what is an example of definite iteration?

a)

if loop

b)

while loop

c)

parameter

d)

array

6.

what is the order in which instructions occur and are processed?

a)

sequence

b)

selection

c)

iteration

7.

what sub routine returns a value?

a)

function

b)

Protocol ​

8.

what is the character position of "o" in "song"?

a)

0

b)

3

c)

2

d)

1

9.

Can a variable value be changed?

a)

yes

b)

no

c)

maybe

10.

What is code called which is write for people to understand it?

a)

binary

b)

pseudocode

c)

python

d)

easy code

11.

What is python named after?

a)

the snake

b)

a random word

c)

a Pokémon

d)

Monty Python

12.

What sign is used to declare a variable?

a)

>=

b)

!=

c)

=!

d)

=

13.

What is the greater than sign?

a)

>

b)

<

c)

=

d)

<=

14.

Who's the best computing teacher?

a)

Mr Dolan

b)

Mr Thorn

c)

Mr Glover

d)

Mr Jack

15.

_ iteration repeatedly executes a section of code until a condition is met

(a)