A file's size can be significantly reduced using the ____ process.

A. compressing
B. condensing
C. folding
D. flattening


Answer: D

Computer Science & Information Technology

You might also like to view...

(Bar Chart) One interesting application of computers is drawing graphs and bar charts. Write a program that reads five numbers (each between 1 and 30). Assume that the user enters only valid values. For each number that is read, your program should print a line containing that number of adjacent asterisks. For example, if your program reads the number 7, it should print *******.

What will be an ideal response?

Computer Science & Information Technology

The ________ text wrap option has the text follow the shape of the object, filling any open spaces in the shape

Fill in the blank(s) with correct word

Computer Science & Information Technology

Identify the correct formula to calculate the payment for a loan, where rate is 6%, the loan amount is $2,000, and payments will be made monthly for six years

A) =PMT(.06, 6*12, -2000 ) B) =PMT(.06/12, 6*12, -2000 ) C) =PMT(6, 6*12, 2000 ) D) =PMT(.06, 6*12, 2000 )

Computer Science & Information Technology

What permissions should you assign a group if you want the group to have the ability to read, add, delete, execute, and modify files, but not to be able to delete subfolders and their file contents, change permissions, or take ownership?

A. Full control B. Modify C. Read and write D. Read and execute

Computer Science & Information Technology