If your data contains geographic information, it can be visualized using ________ Maps.
Fill in the blank(s) with the appropriate word(s).
3D
You might also like to view...
Together, the appearance and the way in which the user interacts with the application are known as that application’s ________.
a. abstract window toolkit. b. look-and-feel. c. swing factor. d. All of the above.
A memory manager’s primary function is ________.
a) to determine how to allocate available memory b) to determine how to respond to changes in a process’s memory usage c) to interact with special memory management hardware d) all of the above
The user can control the speed with which slides advance during a presentation
Indicate whether the statement is true or false
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