How many times will the loop steps in the instructions corresponding to the following pseudocode be executed, assuming 5 values - 5, 6, 7, 3, 0 - are input, one on each record?

```
Read SCORE
DOWHILE SCORE > 0
Write SCORE
Read SCORE
ENDDO

```

a) 0
b) 4
c) 5
d) infinite


b) 4

Computer Science & Information Technology

You might also like to view...

A Web ____ makes a page available to users of the Web.

A. client B. station C. browser D. server

Computer Science & Information Technology

The UNIX systems administrator cannot determine the password of a user who has lost his or her password.Why?

What will be an ideal response?

Computer Science & Information Technology

One advantage of user-defined style sheets is that they make the web more accessible to visually impaired users who may require larger fonts or the absence of clashing color schemes.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

____ is a tool that helps programmers plan a program's logic by writing plain English statements.

A. A flowchart B. A sequence structure C. Pseudocode D. A decision structure

Computer Science & Information Technology