When creating a document, Word's ________ feature allows you to retrieve a document an if an application error causes Word to close while you are working on the original document

Fill in the blank(s) with correct word


AutoRecover

Computer Science & Information Technology

You might also like to view...

What is the maximum number of watts that is supported in the IEEE 802.3at standard?

A) 15.4 B) 32.4 C) 50.4 D) 34.5

Computer Science & Information Technology

Which of the following are asymmetric encryption algorithms? (Select the two best answers.)

A. RSA B. RC6 C. Diffie-Hellman D. AES

Computer Science & Information Technology

What does it mean if the link light on a NIC is not lit?

What will be an ideal response?

Computer Science & Information Technology

What is the output of the following code? ? queueType queue; int x, y; ? x = 2; y = 6; queue.addQueue(x); queue.addQueue(y); x = queue.front(); queue.deleteQueue(); queue.addQueue(x + 2); queue.addQueue(x); queue.addQueue(y - 3); ? while (!queue.isEmptyQueue()) {    cout << queue.front() << " ";    queue.deleteQueue(); } cout << endl ?

A. 6 2 3 3 B. 6 2 4 2 C. 6 3 3 3 D. 6 4 2 3

Computer Science & Information Technology