Who is the creator of C++?
C++ QUIZ

Quiz
•
Information Technology (IT)
•
12th Grade
•
Medium
AHMAD AINI
Used 1+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Dennis Ritchie
James Gosling
Bjarne Stroustrup
Guido van Rossum
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
In which year was C++ created?
1980✅
1983
1972
1991
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is a correct C++ comment?
This is a comment
<-- This is a comment -->
# This is a comment
/* This is a comment */
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the correct syntax to print "Hello, World!" in C++?
print("Hello, World!");
Console.WriteLine("Hello, World!");
cout << "Hello, World!";
printf("Hello, World!");
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of this if-else statement?
int x = 10;
if (x > 10)
cout << "Greater";
else
cout << "Smaller";
Smaller
Greater
Error
No output
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times will this loop execute?
for(int i = 0; i < 5; i++) {
cout << i << " ";
}
Infinite
6 times
4 times
5 times
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this loop?
int i = 1;
while (i < 4) {
cout << i << " ";
i++;
}
1 2 3
0 1 2
1 2 3 4
Infinite loop
Create a free account and access millions of resources
Similar Resources on Quizizz
12 questions
Skill #2 Array

Quiz
•
12th Grade
15 questions
C++ Тест

Quiz
•
12th Grade
15 questions
Python for loop/lists

Quiz
•
9th Grade - University
10 questions
LKPD (Tugas MIT App Inventor)

Quiz
•
12th Grade
17 questions
Экзамен C++ ОП

Quiz
•
9th - 12th Grade
16 questions
9 Weeks Test

Quiz
•
9th - 12th Grade
19 questions
SCRATCH Programming recap

Quiz
•
10th Grade - University
15 questions
Pensamento Computacional

Quiz
•
12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Information Technology (IT)
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University