Exam 5: Looping
Exam 1: Introduction to Computers and Programming40 Questions
Exam 2: Introduction to C++40 Questions
Exam 3: Expressions and Interactivity40 Questions
Exam 4: Making Decisions37 Questions
Exam 5: Looping38 Questions
Exam 6: Functions40 Questions
Exam 7: Introduction to Classes and Objects40 Questions
Exam 8: Arrays37 Questions
Exam 9: Searching, Sorting, and Algorithm Analysis36 Questions
Exam 10: Pointers50 Questions
Exam 11: More About Classes and Object-Oriented Programming64 Questions
Exam 12: More on C-Strings and the String Class38 Questions
Exam 13: Advanced File and Io Operations38 Questions
Exam 14: Recursion20 Questions
Exam 15: Polymorphism and Virtual Functions20 Questions
Exam 16: Exceptions, Templates, and the Standard Template Library STL40 Questions
Exam 17: Linked Lists38 Questions
Exam 18: Stacks and Queues36 Questions
Exam 19: Binary Trees37 Questions
Select questions type
A(n)is a special value that marks the end of a list of values.
(Multiple Choice)
4.8/5
(29)
When a loop is nested inside another loop, the inner loop goes through all its iterations for each iteration of the outer loop.
(True/False)
4.8/5
(36)
To use files in a C++ program you must include the header file.
(Multiple Choice)
4.7/5
(44)
The block of code in the body of a while statement can contain an unlimited number of statements, provided they are enclosed in a set of braces.
(True/False)
5.0/5
(33)
To use files in a C++ program you must include the header file.
(Multiple Choice)
4.8/5
(32)
If nothing within a while loop ever causes the condition to become false, a(n)may occur.
(Multiple Choice)
4.8/5
(33)
A variable that keeps a running total of data values is called a(n)
(Multiple Choice)
4.7/5
(37)
A for statement contains three expressions: initialization, test, and
(Multiple Choice)
4.7/5
(31)
The do- while loop is a(n)loop, whereas the while loop is a(n)loop.
(Multiple Choice)
4.8/5
(37)
You can nest a for loop inside another for loop, but cannot nest a while loop inside another while loop or a do-while loop inside another do-while loop.
(True/False)
4.9/5
(38)
A(n)is a variable that controls the number of times a loop iterates.
(Multiple Choice)
5.0/5
(38)
The while loop is a(n)loop, whereas the do-while loop is a(n)loop.
(Multiple Choice)
4.9/5
(43)
Showing 21 - 38 of 38
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)