How many times would the following loop iterate?

```
Set k = 1
While k < 5
Display k
Set k = k + 1
End While

```

a. 3
b. 4
c. 5
d. infinite

b. 4

Computer Science & Information Technology

You might also like to view...

Parallel processing and pipelining refer to the same technique

Indicate whether the statement is true or false

Computer Science & Information Technology

The actual cells that ________ macro references will affect are not determined until the macro is run

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology