When using Microsoft Office, the default location for saving files is ________.

A. DropBox
B. OneDrive
C. Google Drive
D. iCloud


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the output of the following program?

``` public class Test { public static void main(String[] args) { int[][] values = {{3, 4, 5, 1}, {33, 6, 1, 2}}; int v = values[0][0]; for (int row = 0; row < values.length; row++) for (int column = 0; column < values[row].length; column++) if (v < values[row][column]) v = values[row][column]; System.out.print(v); } } ``` a. 1 b. 3 c. 5 d. 6 e. 33

Computer Science & Information Technology

RIP is classified as which of the following? (Select all that apply.)

a. Distance vector protocol b. Dynamic routing protocol c. Link state protocol d. Multivendor protocol

Computer Science & Information Technology

The Account Policies category contains the ____________________ policy and the account lockout policy.

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

Computer Science & Information Technology

You can see how many records meet the conditions of the filter by looking at the ________ bar

Fill in the blank(s) with correct word

Computer Science & Information Technology