With centralized backup, each location backs up the other in real time.

True
False


False

Computer Science & Information Technology

You might also like to view...

Write the code to declare a dynamic array of strings (use the string pointer variable p1) that has as many elements as the variable arraySize.

What will be an ideal response?

Computer Science & Information Technology

The ____ option of the SizeMode property of the PictureBox object does not change the size of the image or the size of the PictureBox object, and places the image in the center of the PictureBox object.

A. AutoSize B. CenterImage C. Normal D. Zoom

Computer Science & Information Technology

Select the correct syntax to declare an array named intReservations with 10 Integer elements.

A. Dim intReservations(9) as Integer B. Dim intReservations(10) as Integer C. Dim intReservations[9] as Integer D. Dim intReservations[10] as Integer

Computer Science & Information Technology

Word has ____ prenamed automatic macros.

A. three B. five C. seven D. eleven

Computer Science & Information Technology