
C++ Selection

Quiz
•
Instructional Technology
•
2nd Grade
•
Medium

Normaziah Abdul Rahman
Used 66+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The operators !, &&, and || are called relational operators.
True
False
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The expression (x >= 0 && x <= 100) evaluates to false if either x < 0 or x >= 100.
True
False
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Suppose x is 5 and y is 7. Choose the value of the following expression:
(x != 7) && (x <= y)
true
false
0
null
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following expressions correctly determines that x is greater than 10 and less than 20?
10 < =x < =20
10 < x < 20
x > 10 && x< 20
x > 10|| x < 20
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the following C++ code?
int x = 35;
int y = 45;
int z;
if (x > y)
z = x + y
else
z = y – x;
cout << x << " " << y << " " << z << endl;
35 45 80
35 45 10
35 45 –10
35 45 0
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following will cause a logical error if you are attempting to compare x to 5?
if (x = 5)
if (x == 5)
if (x <= 5)
if (x >= 5)
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
When one control statement is located within another, it is said to be ____.
compound
blocked
nested
closed
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Technology Test

Quiz
•
1st - 12th Grade
15 questions
Ôn Tập Tin 8 Giữa Kì II

Quiz
•
2nd Grade
10 questions
Ulangan Harian KD. 3.2 Layanan Komputasi Awan

Quiz
•
2nd Grade
10 questions
Основы языка Паскаль

Quiz
•
1st - 5th Grade
5 questions
网页科技

Quiz
•
1st - 5th Grade
10 questions
Operadores

Quiz
•
1st - 5th Grade
10 questions
HIPERENLACES

Quiz
•
1st - 3rd Grade
15 questions
Dreamweaver

Quiz
•
2nd Grade
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade