Making a copy of your files and storing it somewhere else in case something happens to the original files is known as ________ your files

Fill in the blank(s) with correct word


backing up

Computer Science & Information Technology

You might also like to view...

Given the following class, what would be the best declaration for a constructor that would allow the user to initialize the object with an initial age and cost?

class Wine { public: Wine(); int getAge(); float getCost(); private: int age; float cost; } a. int getAge(int newAge); b. Wine(); c. Wine(int age); d. Wine(int newAge, float newCost);

Computer Science & Information Technology

A(n) ____________________ button is a button that submits the form to the CGI script for processing.

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

Computer Science & Information Technology

It is possible to compress all pictures within a document rather than individually

Indicate whether the statement is true or false

Computer Science & Information Technology

To replace a word or phrase, type it in the Find what box, and then type the replacement word or phrase in the Swap for box.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology