
PROGRAMMING PRACTICE QUIZ
Quiz by Jorge Hugo Sánchez Lares
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
ARE YOU READY?
truefalseTrue or False300s - 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 textType an Answer300s - 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 orderJumble300s - Q6
The AND OPERATOR gives true if both conditionals are correct
truefalseTrue or False300s - Q7
The indexing variable counts the steps?
truefalseTrue or False300s - 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?
truefalseTrue or False300s - 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){}
falsetrueTrue or False300s