Font size
Worksheetscoding
Total questions: 15
Worksheet time: 8mins
what data type is "hello"?
string
float
Boolean
integer
what data type is "12"
string
float
Boolean
integer
what data type is "True"?
string
float
Boolean
integer
what data type is "1.2"?
string
float
Boolean
integer
what is an example of definite iteration?
if loop
while loop
parameter
array
what is the order in which instructions occur and are processed?
sequence
selection
iteration
what sub routine returns a value?
function
Protocol
what is the character position of "o" in "song"?
0
3
2
1
Can a variable value be changed?
yes
no
maybe
What is code called which is write for people to understand it?
binary
pseudocode
python
easy code
What is python named after?
the snake
a random word
a Pokémon
Monty Python
What sign is used to declare a variable?
>=
!=
=!
=
What is the greater than sign?
>
<
=
<=
Who's the best computing teacher?
Mr Dolan
Mr Thorn
Mr Glover
Mr Jack
_ iteration repeatedly executes a section of code until a condition is met
(a)
