A(n) ____ loop is a condition-controlled loop that terminates when a value within a valid range is entered.

A. input-validation
B. sentinel-controlled
C. condition-controlled
D. counter-controlled


Answer: A

Computer Science & Information Technology

You might also like to view...

An example of software with a GUI is:

a) Windows b) Internet Explorer c) Visual Studio d) All of the above

Computer Science & Information Technology

What is the incorrect action and why does it occur?

Specification: Fill a 100-element floating point array with the values 0.01, 0.02, ?, 0.99, 1.0. ``` #include using namespace std; int main() { float x[100]; int i; for(i = 1; i <= 100;++i) { x[i] = i/100; } return 0; } ```

Computer Science & Information Technology

You are having trouble completing a task in Microsoft Word. What are some of the Office application features you could use to assist you in getting help with that task?

What will be an ideal response?

Computer Science & Information Technology

The ____ Tool reproduces portions of an image, changing the pixels in a specific area.

a. Clone Stamp b. Magic Eraser c. Sampling d. Patterns

Computer Science & Information Technology