WorksheetsPython Recap
Total questions: 16
Worksheet time: 9mins
What would I need to type in for the program to display Correct?
A
B
Neither
Both
How many variables are in this code?
1
2
0
How many variables are in this code?
0
1
2
Which response will be displayed?
You are too young
You are old enough
What colour are the strings in this code?
Green
Blue
Black
Orange
What is the name of the variable in this code?
answer1
Paddington
Which keyword is used to read the user's answer to the question?
input
if
else
What is the name of the variable in this code?
answer1
else
What is the name of the technique used to determine if the answer is correct or incorrect?
selection
iteration
What will happen if the user types in the answer "A"
It will displays "Correct"
The score will go up by 1
It will displays "Correct"
The score will go up by 1
It will display the new score
What is your score when the program starts?
0
1
-1
This program is using selection
True
False
Which test is correct for this program?
if age is less than 18
if age is greater than 18
Select every scenario that will end the program
Typing in the answer "A"
Reaching 0 attempts
Typing in the answer "B"
How many selection statements are in this program?
0
1
2
Which skills are improved by learning programming?
Logical thinking
Problem solving
Flexible thinking
Creative writing
