The following is an example of a(n) __________ loop.

```
While x < 10
Set sum = sum + x
Set x = x + 1
End While

```

a. count-controlled
b. condition-controlled
c. While
d. Do-While


a. count-controlled

Computer Science & Information Technology

You might also like to view...

When is the incident reporting function set in motion?

What will be an ideal response?

Computer Science & Information Technology

What is a stub?

What will be an ideal response?

Computer Science & Information Technology

Interface ExecutorService provides the ________ method, which returns control to its caller either when all tasks executing in the ExecutorService complete or when the specified timeout elapses.

a. waitForTermination b. wait c. awaitTermination d. None of the above.

Computer Science & Information Technology

____ files are cross-platform files that save font information, layout, and graphics placement with consistency.

a. BMP b. EPS c. PDF d. TIFF

Computer Science & Information Technology