Quiz 2

Quiz
•
Computers
•
University
•
Hard
MA CPC
Used 3+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int x = 32;
if( x % 2) cout << "odd" ;
else cout << "even" ;
odd
even
syntax error
odd even
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int x = 8;
if( x > 10) cout << "yes" ;
else cout << "no" ;
YES
NO
no
yes
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int age = 22;
if(age >= 18 && age < 65) cout << "adult";
else cout << "not adult";
adult
not Adult
syntax error
adult not adult
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int x = 0;
if(x) cout << " non-zero";
else cout << "zero";
Non-zero
zero
syntax error
Non-zero Zero
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
char grade = 'B';
if(grade == 'A') cout << "Excellent";
else if(grade == 'D') cout << "Pass";
Excellent
Good
Pass
None of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int a = 3;
if (a = 5)
cout << "True";
else
cout << "False";
True
False
Syntax error
None of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int x = 2;
cout << ( ( x > 2) ? "Good" : "Bad" );
Bad
Good
Syntax error
None of the above
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
FOP - RECAP CHAP 3

Quiz
•
University
15 questions
Milking Minds 2 17-01-24

Quiz
•
University
15 questions
CodeHS - Intro to Python - Conditionals Quiz

Quiz
•
9th Grade - Professio...
12 questions
Divide et Impera

Quiz
•
11th Grade - University
10 questions
Java Control Flow statements

Quiz
•
University
12 questions
javaquizvivek

Quiz
•
University
10 questions
Struktur Data

Quiz
•
University
10 questions
Ujian Tengah Semester Struktur Data

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade