How many times would the following loop iterate?

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

```

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

d. infinite

Computer Science & Information Technology

You might also like to view...

When modifying a theme, appearances like soft glow and shadows are found in the ________ gallery

A) Fonts B) Styles C) Effects D) Colors

Computer Science & Information Technology

What command would a technician use to see all the connections including port numbers being used by a computer?

A) ping B) ipconfig C) net share D) netstat E) nslookup

Computer Science & Information Technology