Exam 4: Looping
Exam 1: An Overview of Computer Programming50 Questions
Exam 2: Applications and Data50 Questions
Exam 3: Making Decisions50 Questions
Exam 4: Looping50 Questions
Exam 5: Arrays50 Questions
Exam 6: Using Methods50 Questions
Exam 7: Object-Oriented Concepts50 Questions
Exam 8: More Object Concepts50 Questions
Exam 9: Event-Driven Programming With Graphical User Interfaces50 Questions
Exam 10: Exception Handling50 Questions
Exam 11: System Modeling With the Uml50 Questions
Exam 12: Manipulating Larger Quantities of Data50 Questions
Select questions type
Programmers use the term "____" to describe programs that are well designed, and easy to understand and maintain.
(Multiple Choice)
4.7/5
(44)
Reprompting for data validation of a user's input is only necessary once.
(True/False)
4.8/5
(37)
In all structured loops, the loop-controlling question provides the only entry to, or exit from, the repeating structure.
(True/False)
4.8/5
(34)
Good ____________________ programs try to foresee all possible inconsistencies and errors.
(Short Answer)
4.8/5
(25)
When you write a loop, you must control the number of repetitions it performs; if you do not, you run the risk of creating a(n) ____ loop.
(Multiple Choice)
4.8/5
(31)
Loops are frequently used to ____ data; that is, to make sure it is meaningful and useful.
(Multiple Choice)
4.9/5
(33)
____________________ a user is a good way to ensure valid data, but it can be frustrating to a user if it continues indefinitely.
(Short Answer)
4.8/5
(32)
You can use a while loop to execute a body of statements continuously as long as some condition continues to be false.
(True/False)
4.7/5
(27)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)