Backing up to a(n) _____ is considered a remote backup. 

A. optical disc
B. USB flash drive
C. network
D. server


Answer: D

Computer Science & Information Technology

You might also like to view...

What output will be produced when the following code is executed? (Assume these lines are embedded in complete, correct programs, with proper #include directives.)

What will be an ideal response? ``` cout << "*"; cout.width(5); cout << 123 << "*" << 123 << "*" << endl; cout << setw(5) << 123 << "*" << 123 <<"*" << endl; ```

Computer Science & Information Technology

What piece of equipment is NOT a tool that would be considered appropriate equipment for on-site visits?

A. oscilloscope B. flashlight C. multimeter D. ESD strap

Computer Science & Information Technology

Three types of network media are

A) Radio, television, telephone B) Fiber optic, twisted-pair, coaxial C) Ring, bus, star D) NBC, ABC, CBS

Computer Science & Information Technology

A comma expression is a complex expression made up of two expressions separated by a comma.

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

Computer Science & Information Technology