When using the Arrange Windows dialog box, the ____ layout is NOT an option.

A. Tiled
B. Vertical
C. Cascade
D. Split

Answer: D

Computer Science & Information Technology

You might also like to view...

All of the computers connected to the Internet are given a unique IP address

Indicate whether the statement is true or false

Computer Science & Information Technology

If the value input for START is 8, how many times will the instructions within the loop below be executed?

``` Read START COUNT = START DOWHILE COUNT ? START COUNT = COUNT - 1 Write COUNT ENDDO ``` a) 0 b) 1 c) 8 d) infinite

Computer Science & Information Technology