The command to reduce a file size and to recover the original file is
a: compress Xfile and uncompress Xfile
b: compressed Xfile and decompressed Xfie
c: comp Xfile and uncomp Xfle
d: compress Xfile and compress Xfile
e: all of the above
a: compress Xfile and uncompress Xfile
You might also like to view...
The Notes button, when clicked, displays an area on the left side of the window with thumbnail notes of the presentation slides
Indicate whether the statement is true or false
Which character is called the escape character in C#?
A. # B. Esc C. \ D. '
All panels can be accessed under which menu?
A. View B. File C. Window D. Panels
In a bubble sort, what order are the elements in an array placed using the following call to a swap module?
// the array is named scores // d is the index value of an array element If scores[d] < scores[d + 1] Then Call swap(scores[d], scores[d + 1]) a. ascending b. descending c. alphabetic d. numeric