What are two requirements for using Time Machine? (Select two.)

A) An external or Time Capsule drive
B. A drive with at least as much storage space as space used on the system being backed up
C. An iCloud account
D. A paid backup subscription
E. 8GB of RAM


A, B

Computer Science & Information Technology

You might also like to view...

Consider the function, where the programmer inadvertently left out the ampersand in the definition of parRef. What is the output of the code?

``` void doStuff(int parValue, int parRef) { parValue = 100; << “parValue in call to doStuff = “ << parValue << endl; parRef =222; cout << “parRef in call to doStuff = “ <

Computer Science & Information Technology

If you attempt to add an int, a byte, a long, and a double, the result will be a __________ value.

a. byte b. int c. long d. double

Computer Science & Information Technology

When you click on a sizing handle of a placeholder or content object, the numbers on the vertical and horizontal rulers change to ________ in the center of each ruler

A) 1 B) 0 C) 10 D) 5

Computer Science & Information Technology

By default, documents with the file extension of .rtf open in ________

A) File Explorer B) Excel C) WordPad or Word D) Microsoft Paint

Computer Science & Information Technology