No student devices needed. Know more
15 questions
Select all examples of iteration
FOR loop
WHILE loop
START loop
REPEAT loop
How did python get its name?
The creator invented it whilst in hospital from a snake bite
The code is written in a snaking structure
The creator named it after Marty Python
The creator named it after Monty Python
What will be the output if the user enters 'child' and 'friday'?
£4.00
£2.50
There will be a syntax error
£2.00
What is the process of identifying and fixing errors in your code?
Rebugging
Syntax Solving
Debugging
Abstraction
What will be the output of print ("Theo_is_awesome")
Theo sucks.
theo_is_awesome
Theo is awesome
Theo_is_awesome
Abstraction is the process of removing necessary details from a problem
True
False
What will be the output of: print ("3+57")
3 + 57
90
60
3+57
What is the white space used to enter code called?
Whitespace
IDOL
Shell
IDLE
Python performs calculations in binary integers
True
False
REPEAT loops can only be used when:
The integers in a calculation aren't decimal
The data to be repeated is in hexadecimal
They don't exist in python
Dealing with named variables
What does MOD do in a calculation
returns the decimal outcome of a division
returns the remainder after a division
divides a previous division statement
returns two divided integers to their initial value
What can be used to create a line break in printed text?
\N
\\n
/n
\n
How many variables can you assign in a piece of code?
Depends on your PC's clock speed
256
infinity gauntlet
infinite
What is the term given to breaking down a problem into more, easier to discern steps?
Abstraction
Abtraction
Subtraction
Attraction
Who is the best teacher?
Mr Kenth
Mrs Milliner
Casio
Theo
Explore all questions with a free account