The Apple Macintosh and Microsoft Windows both feature a __________ that presents the user with a selection of windows, icons, and menus.

a. menu interface
b. Web-form interface
c. graphical user interface (GUI)
d. none of the above

c. graphical user interface (GUI)

Computer Science & Information Technology

You might also like to view...

______________ is the use of spying techniques to find out key information that is of economic value

a. Industrial espionage b. Scanning c. Electronic monitoring d. None of the above

Computer Science & Information Technology

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

Computer Science & Information Technology