Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
13 questions
Show answers
  • Q1
    What is a variable?
    It loops until a condition is met
    It can store data in a location in memory and it can change
    It checks to see if a condition is true
    It can store data in a location in memoriy and it can not change during the running of the program
    45s
    3.2.2.a
  • Q2
    What is a constant?
    It can store data in a location in memory and it can not change during the running of the program
    It checks to see if a condition is true
    It loops until a condition is met
    It can store data in a location in memory and it can change
    45s
    3.2.2.a
  • Q3
    What is the variable is this program?
    Question Image
    IF
    password
    OUTPUT
    USERINPUT
    45s
    3.2.2.a
  • Q4
    What is the constant in this program?
    Question Image
    3.1459
    constant
    OUTPUT
    PI
    45s
    3.2.2.a
  • Q5
    What does the term sequence mean?
    A storage location in memory.
    Where code is executed one line after another in order
    Where the program checks if a statement is TRUE
    Looping a section of code
    45s
    3.2.2.a
  • Q6
    What is selection?
    Performs one line after another in order
    Checking if a statement is TRUE
    Looping/ repeating a section of code
    A storage location in memory
    45s
    3.2.2.a
  • Q7
    What is iteration?
    A storage location in memory
    Checking if a statement is TRUE
    Performs one line after another in order
    Looping / repeating a section of code
    45s
    3.2.2.a
  • Q8
    What programming constructs are being used in the code above?
    Question Image
    Sequence and selection
    Iteration
    Iteration and sequence
    Sequence
    45s
    3.2.2.a
  • Q9
    What programming construct are being used?
    Question Image
    Iteration
    Sequence
    Iteration and sequence
    Sequence and selection
    45s
    3.2.2.a
  • Q10
    What programming construct are being used?
    Question Image
    Iteration and sequence
    Iteration
    Sequence
    Sequence and selection
    45s
    3.2.2.a
  • Q11
    Which programming technique is being used here?
    Question Image
    Sequence
    Iteration
    Subroutines
    Selection
    45s
    3.2.2.a
  • Q12
    How would you declare variable called city with London stored in it?
    city <-- "London"
    London
    constant city <-- "London"
    London <-- city
    45s
    3.2.2.a
  • Q13
    How would you check to see if the code matches the correct pincode?
    IF code = pincode THEN
    IF code <= pincode THEN
    IF code >= pincode THEN
    IF code != pincode THEN
    45s
    3.2.2.a

Teachers give this quiz to your class