The ________ feature automatically creates backup versions of the current document

A) AutoDocument
B) AutoRecover
C) AutoVersion
D) Recover


B

Computer Science & Information Technology

You might also like to view...

What is the difference between a while and a do…while loop?

a) The condition of a while is evaluated at the start of the loop; the condition of the do…while is evaluated at the end. b) The body of a do…while loop is always executed once; the body of a while loop may never be executed. c) Both a and b d) There is no difference.

Computer Science & Information Technology

Use gawk to determine how many lines in /etc/services contain the string Mail. Verify your answer using grep.

What will be an ideal response?

Computer Science & Information Technology

____________ is when an Intel CPU is processing two sets of instructions at the same time

Fill in the blank(s) with correct word

Computer Science & Information Technology

Your company has a single server on a private LAN that it wants to make accessible from the Internet. Which of the following would give the server the protection of NAT, while allowing access to that server from the Internet?

A. Source NAT B. Overloaded NAT C. Port forwarding D. Network Address Translation (NAT)

Computer Science & Information Technology