placeholder image to represent content

Year 10 - Arithmetic Operators and Concatenation - AFL

Quiz by Teran Subasinghe

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
20 questions
Show answers
  • Q1
    What is the result of the expression 10 // 3 in Python?
    3.33
    3
    0
    10
    30s
  • Q2
    What will be the output of the expression 5 ** 2 in Python?
    25
    2
    5
    10
    30s
  • Q3
    If a = 8 and b = 3, what is the result of a % b in Python?
    3
    5
    2
    0
    30s
  • Q4
    What is the result of the expression 10 + 5 * 2 in Python?
    30
    15
    20
    25
    30s
  • Q5
    What will the expression 7 - 2 + 1 return in Python?
    7
    6
    1
    5
    30s
  • Q6
    What is the output of the expression 15 / 4 in Python?
    3.75
    3
    15
    4
    30s
  • Q7
    What does the expression 5 + 3 * 2 - 1 evaluate to in Python?
    10
    8
    7
    9
    30s
  • Q8
    What is the output of the expression 14 % 5 in Python?
    2
    5
    4
    3
    30s
  • Q9
    What will be the result of the expression 2 ** 3 + 4 in Python?
    10
    12
    14
    8
    30s
  • Q10
    What will be the output of the expression 8 // 3 in Python?
    2.67
    1
    3
    2
    30s
  • Q11
    30s
  • Q12
    30s
  • Q13
    Which of the following will produce the string 'Python is fun!'?
    'Python * 3'
    'Python' + 3
    'Python' + 'is' + 'fun!'
    'Python ' + 'is fun!'
    30s
  • Q14
    What is the correct way to concatenate two strings 'Hello' and 'World' in Python?
    'Hello' * 'World'
    'Hello' & 'World'
    'Hello' - 'World'
    'Hello' + 'World'
    30s
  • Q15
    What will be the output of the following code: print('Good ' + 'Morning!')?
    Good Morning!
    Good + Morning!
    Good Morning!
    'Good Morning!'
    30s

Teachers give this quiz to your class