Quiz for the surprise exam
Quiz by Regina Castañón Ascencio
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 first line of code in a C++ program?
#include <iostream>;
include iostream
#include <iostream>
#include iostream
300s - Q2
How do you properly type in:
using name space std;
using namespace std;
using namespace std,
namespace std.
45s - Q3
A loop is a process that allows us to repeat a piece of code
truefalseTrue or False45s - Q4
We can use the if statement to test two conditinos at the same time
truefalseTrue or False45s - Q5
What do we use double if for?
If we want to test a condition
To start a code
To sum different values
If we want to test more than 3 conditions
45s - Q6
What command do we use to introduce information into the program?
int
cin
cout
variable
45s - Q7
Link the following
Users link answersLinking300s - Q8
What does cin do?
Prints information
Introduces information into the program
Introduces information into the code
Creates a variable
300s - Q9
A programming structure that allows us to store information
Users re-arrange answers into correct orderJumble300s