Cout

Quiz
•
Computers
•
University
•
Hard
Rabih Rabih
Used 1+ times
FREE Resource
5 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
30 sec • 1 pt
Fill in the blank to get 3 outputted from this code:
int main() {
cout<< 15 % _____ <<endl;
}
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output?
int main(){
int x=106;
if( x>99 && x<=105 ){
cout << "Congrats, you got an A+";
} else if( x<99 && x>=92 ){
cout << "You got an A";
} else if( x<92 && x>=90 ){
cout << "You got an A-";
} else {
cout << "Check in with me.";
}
return 0;
}
Congrats, you got an A+
check in With ME.
You got an A-
Check in with me.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
True or False. this code prints all numbers from 100 to 0
int numbers = 0;
while(numbers <=100){
cout<<numbers<<" ";
numbers++;
}
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output?
int x=30;
if( x<50 ){
cout << "Big Number.";}
else if( x<=30 ){
cout << "It's a small big number. "; }
else if( x<15 ){
cout << "It could be a big number."; }
else {
cout << "What kind of number is it?"; }
Big Number.
It's a small big number
It's a small big number. It could be a big number.
What kind of number?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Fill in the blank to get 3 outputted from this code:
int main() {
cout<< 19 ____ 4 <<endl;
}
%
==
+
&&
Similar Resources on Wayground
10 questions
Quizizz PythonStart text1

Quiz
•
University
10 questions
FOP - CHAPTER 3

Quiz
•
University
10 questions
C - Pointers

Quiz
•
University
10 questions
Basics Of C Programming

Quiz
•
University
10 questions
Visita de Maristas 2024

Quiz
•
University
10 questions
Weekly Contest #3 - TechXNinjas

Quiz
•
University
10 questions
Kuis 3 - ASD - A

Quiz
•
University
10 questions
G12_Week7

Quiz
•
12th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University