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

Correct quiz answers unlock more play!

New Quizalize solo game modes
17 questions
Show answers
  • Q1

    What is the correct pronunciation of cout?

    Users re-arrange answers into correct order
    Jumble
    30s
  • Q2

    The cout keyword together with >> operator allow us to print messages.

    false
    true
    True or False
    30s
  • Q3

    The code on the image is totally correct. 

    Question Image
    false
    true
    True or False
    30s
  • Q4

    The code on the image has an error. It doesn't include "using namespace std;"

    Question Image
    false
    true
    True or False
    30s
  • Q5

    Comments can be used to explain C++ code, and to make it more readable.

    true
    false
    True or False
    300s
  • Q6

    Comments can be used to prevent execution when testing alternative code.

    true
    false
    True or False
    300s
  • Q7

    The code on the image contains a comment.

    Question Image
    false
    true
    True or False
    300s
  • Q8

    The code on the image contains a multi-line comment.

    Question Image
    true
    false
    True or False
    300s
  • Q9

    What is the type of the variable on the image?

    Question Image
    Users re-arrange answers into correct order
    Jumble
    300s
  • Q10

    Choose the correct syntax to define a variable in C++.

    variableName = value;

    type variableName = value

    type variableName = value;

    int variableName =value;

    300s
  • Q11

    Guess the variable type. We use this variable to store numbers with decimals.

    Users re-arrange answers into correct order
    Jumble
    300s
  • Q12

    Guess the variable type. We use this type of variable to store single characters.

    Users re-arrange answers into correct order
    Jumble
    300s
  • Q13

    Guess the variable. We use this type of variable to store text.

    Users re-arrange answers into correct order
    Jumble
    300s
  • Q14

    Guess the variable. We use this type of variable to store values with two states.

    Users re-arrange answers into correct order
    Jumble
    300s
  • Q15

    We use cin together with the << operator to get user input. 

    false
    true
    True or False
    300s

Teachers give this quiz to your class