What is used to reduce the file size of a file or folder

a. defragmenter
b. compression
c. extraction
d. shrinker

B

Computer Science & Information Technology

You might also like to view...

Which of the following are optional tasks when you're configuring Frame Relay? (Choose all that apply.)

a. Configure the LMI b. Configure static or dynamic address mapping c. Enable Frame Relay encapsulation on an interface d. Configure Frame Relay SVCs e. Configure Frame Relay traffic shaping

Computer Science & Information Technology

Given the following header for a function named computeValue, which of the following is a valid call to the function?

void computeValue(int value) a. computeValue(10) b. computeValue(10); c. void computeValue(10); d. void computeValue(int x);

Computer Science & Information Technology