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

A C++ statement that makes a decision is ___________ .

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

Computer Science & Information Technology

The latest version of Microsoft Windows is ________

A) Windows 8 B) Windows 7 C) Windows XP D) Windows 2013

Computer Science & Information Technology

The minus sign is used to collapse the contents of a folder

Indicate whether the statement is true or false

Computer Science & Information Technology

Third-generation languages added a level of abstraction to machine languages by substituting abbreviated command words for the strings of 1s and 0s used in machine languages.?

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

Computer Science & Information Technology