How many times would the following loop iterate?
```
For j = 1 To 5 Step 2
Display j
End For
```
a. 3
b. 4
c. 5
d. 0
a. 3
Computer Science & Information Technology
You might also like to view...
A repeater moves data between two networks
Indicate whether the statement is true or false
Computer Science & Information Technology
In which type of DoS attack does the attacker use a high output transmitter with a directional high gain antenna to pulse the access point?
a. Authentication flood attack b. Deauthentication flood attack c. Network jamming attack d. Equipment destruction attack
Computer Science & Information Technology