A(n) ________ uses icons to represent commands, programs, and documents
A) icon user interface (IUI) B) picture user interface (PUI)
C) image user interface (IUI) D) graphical user interface (GUI)
D
Computer Science & Information Technology
You might also like to view...
The Server Manager tool provides the ability to manage local or ________ servers from a central location
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following is NOT a precondition for an array that is to be searched by a recursive binary search algorithm? (first is the index of the first item in the array, last is the index of the last item in the array, and SIZE is size of the array)
a. SIZE <= first b. 0 <= first c. last <= SIZE – 1 d. anArray[first] <= anArray[first + 1] <= … <= anArray[last]
Computer Science & Information Technology