
Programming Quiz
Quiz by Dulce Valeria Gamez Rubalcava
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
What is a function?
Users enter free textType an Answer30s - Q2
What is the variable to store numbers with decimals?
Users re-arrange answers into correct orderJumble60s - 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 textType an Answer60s - 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 orderJumble60s - Q7
Is a way to create drawings using special characters?
Users enter free textType an Answer60s - Q8
Link the conditions from mathematics:
Users link answersLinking60s - 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 textType an Answer60s - 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 orderJumble60s - Q12
Which function return the lowest value
Math.max
Math.min
Math.abs
60s