Exam 4: Looping

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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 validate data.

(True/False)
4.8/5
(34)

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)

The ____ variable is initialized before entering the loop.

(Multiple Choice)
4.8/5
(39)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)