NEW
Font size
WorksheetsPython Revision
Total questions: 14
Worksheet time: 7mins
What symbol is used for multiplication in Python coding?
x
+
#
*
When coding in Python what two instructions would I use if I want the program to select a choice?
IF
IF
COUNT
IF
ELSE
IF
INPUT
In Python coding what does the instruction PRINT do?
Instruct a printer to work
Add together two numbers
Print a statement on the screen
Input a number
What command is missing on Line 31?
ELIF
ELSE
COUNT
What is the missing instruction?
(print)
"Print"
What word explains a set of instructions created to complete a particular task
Sequence
Selection
Iteration
Variable
What word describes an instruction that repeats itself in a loop?
Sequence
Selection
Iteration
Variable
What word describes a part of a program that makes a choice between one option or another
Sequence
Selection
Iteration
Variable
What word describes a part of a program that stores information that may change later on
Selection
Sequence
Iteration
Variable
What is the keyword used in Python to get an answer using a keyboard?
Output
Input
Else
What python keyword is used for iteration (repeated loops)?
WHILE
IF
ELSE
What python keyword is used for selection?
FOR
WHILE
IF
AGE = INT(INPUT())
What does the INT stand for in the python code?
Internet
Integer
Interest
Internal
What name is given to a set of alphanumeric text stored, for example GTA3, as a single item?
STRING
STORE
STRAP
STRAIGHT
