Edit Game
Programming
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   16  Close
A student has written a program that calculates the area of a rectangle. However, the program has some errors. State the three errors in the program.
", int, *
Can you predict what shape the code will draw?
Rectangle
Here is some code. Which of these describes what the code is saying?
B
Which of the following would be considered good advice for naming a variable?
B
Can you predict what shapes the code will draw?
A. Square B. Triangle
The program above asks the user about the weather and then offers some simple advice. State the name of the missing statement in line 4.
else
The Python program below has been written as part of an age confirmation check for an online game. Match each letter to the correct description.
comment, user-defined variable, function
There is an error in the code. Identity the line number of the error.
Line 1
State the name of two Python library subprograms that can be called within a program.
Time, Random
State the name of the variable in Line 3.
MathMark
State the meaning of this operator: != ......................
not equal to
The operator, ==, represents greater than or equal to.
False
Variable names are case-sensitive (age, Age and AGE are three different variables).
True
A variable name can start with a number.
False
The acronym BIDMAS stands for ......, ......, ......, ......., ......., ........
Brackets, Indices, Division, Multiplication, Addition, Subtraction
Correct the description for each python library.
Time, Turtle, Random