
C++
Quiz by Yaithd Daniel Olivas Arcos
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 the correct pronunciation of cout?
Users re-arrange answers into correct orderJumble30s - Q2
The cout keyword together with >> operator allow us to print messages.
falsetrueTrue or False30s - Q3
The code on the image is totally correct.
falsetrueTrue or False30s - Q4
The code on the image has an error. It doesn't include "using namespace std;"
falsetrueTrue or False30s - Q5
Comments can be used to explain C++ code, and to make it more readable.
truefalseTrue or False300s - Q6
Comments can be used to prevent execution when testing alternative code.
truefalseTrue or False300s - Q7
The code on the image contains a comment.
falsetrueTrue or False300s - Q8
The code on the image contains a multi-line comment.
truefalseTrue or False300s - Q9
What is the type of the variable on the image?
Users re-arrange answers into correct orderJumble300s - 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 orderJumble300s - Q12
Guess the variable type. We use this type of variable to store single characters.
Users re-arrange answers into correct orderJumble300s - Q13
Guess the variable. We use this type of variable to store text.
Users re-arrange answers into correct orderJumble300s - Q14
Guess the variable. We use this type of variable to store values with two states.
Users re-arrange answers into correct orderJumble300s - Q15
We use cin together with the << operator to get user input.
falsetrueTrue or False300s