A ________ is a window within a Microsoft Office application that allows the user to enter options for completing a command

A) details pane B) navigation pane C) folder window D) task pane


D

Computer Science & Information Technology

You might also like to view...

What value is assigned to q in the statement q = f (3, 3, 4); when f is defined as follows?

``` int f (int q, int b, int c) { int i, j, k, p; p = 0; for (i = 0; i < q; i++) { for (j = b; j >= 4; j--) p = p + j; for (k = 3; k <= c; k++) p = p + k; } } ``` a. 21 b. 28 c. 30 d. 33 e. 38

Computer Science & Information Technology

Many users like to think of ____ as stencils and the white areas as that which has been "cut out" of the stencil.

A. selections B. marquee selections C. alpha channels D. alpha thumbnails

Computer Science & Information Technology

The Search option in Windows 8 is located on the:

A) Start screen. B) taskbar. C) desktop. D) Charms bar.

Computer Science & Information Technology

When a variable ceases to exist at the end of a method, programmers say the variable ____.

A. is undeclared B. is out of memory range C. goes out of scope D. is lost

Computer Science & Information Technology