
Fundamentals of Object-Oriented Programming - C++ - Loops - WHILE
Interactive Video
•
Information Technology (IT), Architecture
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Read more
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary reason for using a while loop instead of a for loop?
When the loop needs to run infinitely
When the number of iterations is unknown
When the loop needs to run only once
When the number of iterations is fixed
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the example provided, what value does the user need to input to terminate the while loop?
99
1
Any negative number
0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the test expression used in the first while loop example?
N is equal to 99
N is greater than 0
N is less than 100
N is not equal to 0
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the initial value of the variable 'power' in the second while loop example?
1
0
10
100
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What condition must be met for the second while loop to terminate?
The number is greater than 9
The power value is exactly 10,000
The number is less than 10
The power value exceeds 10,000
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How is the power calculated in the second while loop example?
NUM times NUM
NUM times NUM times NUM times NUM
NUM times NUM times NUM
NUM plus NUM plus NUM plus NUM
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the maximum number that is raised to the 4th power in the second example?
9
8
10
11
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?