The ____ option is the feature that automatically saves your file every few minutes as you work.

a. Quick Save
b. Auto-Recovery
c. AutoSaver
d. Restoration


b. Auto-Recovery

Computer Science & Information Technology

You might also like to view...

What is the value of x after the following code segment?

int x = 5, y = 3; do { x = x * 2; y = y + 2; } while (y < 7);

Computer Science & Information Technology

In the previous question, why are four wires preferable?c

What will be an ideal response?

Computer Science & Information Technology

To prevent your browser from displaying address text in italic, you can set the font-style property to _____.

A. bold B. normal C. semi-italic D. semi-bold

Computer Science & Information Technology

The name of a constructor is always the name of its class.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology