
C++ PRELIM EXAM
Authored by riszty moyo
Computers
9th - 12th Grade
Used 120+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Suppose x is 5 and y is 7. Choose the value of the following expression:
(x != 7) && (x <= y)
false
1
0
null
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Suppose that x is an int variable. Which of the following expressions always evaluates to true?
(x > 0) || ( x <= 0)
(x >= 0) || (x == 0)
(x > 0) && ( x <= 0)
(x > 0) && (x == 0)
3.
MULTIPLE CHOICE QUESTION
1 min • 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)
10 < x && x < 20
10 < x || x < 20
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The expression in an if statement is sometimes called a(n) ____.
selection statement
action statement
decision maker
action maker
5.
MULTIPLE CHOICE QUESTION
1 min • 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
30 sec • 1 pt
When one control statement is located within another, it is said to be ____.
blocked
compound
nested
closed
7.
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)
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
14 questions
[AP CSP] JavaScript Programming Quiz
Quiz
•
9th - 12th Grade
10 questions
Understanding Computers and Computer Engineering
Interactive video
•
7th - 12th Grade
37 questions
Python - Tuples, Lists, and List Methods
Quiz
•
9th - 12th Grade
60 questions
MOS Word Home, Insert, Reference Ribbon Basics
Quiz
•
9th Grade