An Office feature that displays a list of potential results is a:
A) dialog box. B) header. C) library. D) gallery.
D
Computer Science & Information Technology
You might also like to view...
Describe a mesh VPN topology. What are advantages and disadvantages?
What will be an ideal response?
Computer Science & Information Technology
What is the significance of the second function argument in the following line?
``` window.setInterval( "run()", 100 ); ``` a) The value sets how many times to call the function specified in the first argument. b) The value sets how long the function is run for. c) The value sets how often to run the function. d) The value sets the time to wait before calling the function once.
Computer Science & Information Technology