You can have old items in Outlook automatically transferred to a(n) ____.

A. library
B. storage file
C. dead folder
D. index


Answer: B

Computer Science & Information Technology

You might also like to view...

MC A listbox is sometimes called a__________ .

a) combo box. b) drop box. c) drop-down list. d) All of the above.

Computer Science & Information Technology

To link to a document, you must specify its ____.

A. property B. relation C. path D. attribute

Computer Science & Information Technology

The below question refer to the program segment. (Assume that all variables are of type int.)

``` z = 0; g = 0; s = 0; i = 0; while (i < 50) { cin >> t; s += t; if (t >= 0) g++; else z++; i++; } ``` The value stored in variable s at the end of the execution of the loop could best be described as the ________________ . a. average of the numbers read b. largest of all numbers read c. sum of all numbers read d. number of numbers read e. sentinel value terminating the loop

Computer Science & Information Technology

Joanne needs each page in her document to be numbered. She should do which of the following?

A) Manually enter the page number at the bottom of each page. B) Use the Insert Footnote button. C) Use the Cross-reference button. D) Use the Page Number button.

Computer Science & Information Technology