placeholder image to represent content

Programming Quiz

Quiz by Dulce Valeria Gamez Rubalcava

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

Correct quiz answers unlock more play!

New Quizalize solo game modes
12 questions
Show answers
  • Q1

    What is a function?

    Users enter free text
    Type an Answer
    30s
  • Q2

    What is the variable to store numbers with decimals?

    Users re-arrange answers into correct order
    Jumble
    60s
  • Q3

    What is the variable that we use to store values with only two states: TRUE or FALSE

    boolean

    char

    int

    string

    60s
  • Q4

    What is the statement that is going to test the condition and if its true it will execute a piece of code?

    Users enter free text
    Type an Answer
    60s
  • Q5

    What statement you can use to replace the If and Else statements?

    Else If

    Switch statement

    60s
  • Q6

    What is the function that return the maximun value between two numbers?

    Users re-arrange answers into correct order
    Jumble
    60s
  • Q7

    Is a way to create drawings using special characters?

    Users enter free text
    Type an Answer
    60s
  • Q8

    Link the conditions from mathematics:

    Users link answers
    Linking
    60s
  • Q9

    Select the correct syntax to apply the for loop:

    for (var i=0; i<10,i++)

    for (i<10 ;i++;var i=0)

    for (var i=0, i < 10,i++)

    for (var i=0; i<10;i++)

    60s
  • Q10

    What is GUI?

    Users enter free text
    Type an Answer
    60s
  • Q11

    What is the Loop that execute the first block of code and then it test the conditon to continue the loop?

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

    Which function return the lowest value

    Math.max

    Math.min

    Math.abs

    60s

Teachers give this quiz to your class