When closing an app, keep in mind that you may lose _______________ data when you close it.

Fill in the blank(s) with the appropriate word(s).


unsaved

correct

Computer Science & Information Technology

You might also like to view...

To form a circle, the syntax of an arc must be:

a) DrawArc( p, 1, 1, 1, 1, 0, Math.PI ) b) DrawArc( p, 1, 1, 1, 1, 360, 0 ) c) DrawArc( p, 1, 1, 1, 1, 0, 360 ) d) DrawArc( p, 1, 1, 1, 1, 360, Math.PI ) e) None of the above

Computer Science & Information Technology

One method of recovering from deadlock is to kill the lowest-priority process (or processes) involved in the deadlock. This (these) process(es) could then be restarted and once again allowed to compete for resources. What potential problem might develop in a system using such an algorithm?

What will be an ideal response?

Computer Science & Information Technology

The TREE command is used to __________.

display the contents of a single file list the directories and subdirectories on a disk organize the files on a disk list the files in a directory

Computer Science & Information Technology

Which of the following BEST describes RAID 10?

A. Mirroring with striping B. Mirroring with fault tolerance C. Striping D. Striping with distributed parity

Computer Science & Information Technology