Which of the following terms describe a point-in-time backup of a virtual machine?

A. full backup
B. differential backup
C. snapshot
D. system state backup


Answer: C

Computer Science & Information Technology

You might also like to view...

supports type inferencing with the <> notation in statements that declare and create generic type variables and objects. For example, the following line: can be written as:

``` List list = new ArrayList(); ``` a. List<> list = new ArrayList<>(); b. List<> list = new ArrayList(); c. List list = new ArrayList<>(); d. List list = new ArrayList();

Computer Science & Information Technology

Write C# statements that accomplish each of the following tasks:

a) Display the message "Enter an integer: ", leaving the cursor on the same line. b) Assign the product of variables b and c to variable a. c) State that an app performs a simple payroll calculation (i.e., use text that helps to document an app).

Computer Science & Information Technology

To determine whether an input field is a text box, radio button, check box, etc. use the type property.

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

Computer Science & Information Technology

What manages the resources on a network?

A. client B. server C. Bluetooth D. modem

Computer Science & Information Technology