ZIP files use a ________ compression type

Fill in the blank(s) with correct word


lossless

Computer Science & Information Technology

You might also like to view...

If this code fragment were executed in an otherwise correct and complete program, what would the output be? Explain.

``` int a = 3, b = 2, c = 5 if (a > b) a = 4; if ( b > c) a = 5; else a = 6; cout << a < endl; a) 3 b) 4 c) 5 d) 6 e) None of the above, the cout statement belongs to the else and so is skipped. ```

Computer Science & Information Technology

Excel uses your column titles as the ________ for the categories of data

A) report names B) data labels C) row labels D) field names

Computer Science & Information Technology

To limit the display of data to only specific information is called ________

A) update B) filter C) refresh D) slice

Computer Science & Information Technology

A user reports that each day some files are deleted from the department share. The administrator needs to find who deleted these files. Which of the following actions should the administrator perform?

A. Enable audit object access and specify files and folders to monitor using Task Manager. B. Enable audit policy change and specify files and folders to monitor using Windows Explorer. C. Enable audit object access and specify files and folders to monitor using Windows Explorer. D. Open Performance Monitor and monitor folder activity.

Computer Science & Information Technology