placeholder image to represent content

Quiz for the surprise exam

Quiz by Regina Castañón Ascencio

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
9 questions
Show answers
  • Q1

    What is the first line of code in a C++ program?

    #include <iostream>;

    include iostream

    #include <iostream>

    #include iostream

    300s
  • Q2

    How do you properly type in:

    using name space std;

    using namespace std;

    using namespace std,

    namespace std.

    45s
  • Q3

    A loop is a process that allows us to repeat a piece of code

    true
    false
    True or False
    45s
  • Q4

    We can use the if statement to test two conditinos at the same time

    true
    false
    True or False
    45s
  • Q5

    What do we use double if for?

    If we want to test a condition

    To start a code

    To sum different values

    If we want to test more than 3 conditions

    45s
  • Q6

    What command do we use to introduce information into the program?

    int

    cin

    cout

    variable

    45s
  • Q7

    Link the following

    Users link answers
    Linking
    300s
  • Q8

    What does cin do?

    Prints information

    Introduces information into the program

    Introduces information into the code

    Creates a variable

    300s
  • Q9

    A programming structure that allows us to store information

    Users re-arrange answers into correct order
    Jumble
    300s

Teachers give this quiz to your class