placeholder image to represent content

PROGRAMMING PRACTICE QUIZ

Quiz by Jorge Hugo Sánchez Lares

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

    ARE YOU READY?

    true
    false
    True or False
    300s
  • Q2

    What's the variable we use for whole numbers?

    string

    char

    int

    float/double

    300s
  • Q3

    Type the answer to introduce data in c++

    Users enter free text
    Type an Answer
    300s
  • Q4

    What's the first line we use in c++

    #include<iostream>

    #Include<iostream>

    #include<iOstream>

    #includeiostream

    300s
  • Q5

    Order the next line of code...

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

    The AND OPERATOR gives true if both conditionals are correct

    true
    false
    True or False
    300s
  • Q7

    The indexing variable counts the steps?

    true
    false
    True or False
    300s
  • Q8

    What's the symbol we use to multiply in replit?

    *

    ( )( )

    x

    300s
  • Q9

    The line "using namespace std;" means that we can use names for only special characters

    Yes

    No

    300s
  • Q10

    Does C++ ignores blank lines?

    true
    false
    True or False
    300s
  • Q11

    Select the special character we use in c++ for type coments

    //

    ||

    \\

    #

    **Com=

    ll

    300s
  • Q12

    How many types of variables we have?

    6

    7

    4

    5

    3

    300s
  • Q13

    Select the correct option to type a variable...

    type    variable_name = value;

    variable_name   type= value;

    type = value;

    type    variable_name = value

    300s
  • Q14

    How many loops we have in c++?

    3

    4

    2

    300s
  • Q15

    Is this syntax correct ? ->for(statement_1, statement_2,statement_3){}

    false
    true
    True or False
    300s

Teachers give this quiz to your class