What is the default location for storing documents?

A) the Documents folder of your personal folder B) My Recent Documents
C) My Documents D) the root directory of the C drive


A

Computer Science & Information Technology

You might also like to view...

When function A calls function B which, in turn, calls function A, this is known as

a. direct recursion b. indirect recursion c. function swapping d. perfect recursion e. None of these

Computer Science & Information Technology

Which of the following statements is valid?

a. int i = new int(30); b. double d[] = new double[30]; c. int[] i = {3, 4, 3, 2}; d. char[] c = new char(); e. char[] c = new char[4]{'a', 'b', 'c', 'd'};

Computer Science & Information Technology

In the accompanying figure, the text "dolphin cruises" and "beach resort" (as seen in number 2) are examples of ____________________.

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

Computer Science & Information Technology

Match the following terms to their meanings:

I. PowerPivot II. Relationship III. Add-in IV. PivotChart V. Slicer A. A small window containing one button for each unique item in a field so that you can filter the PivotTable quickly B. An interactive graphical representation of the data in a PivotTable C. An association between two related tables where both tables contain a related field of data, such as IDs D. A built-in add-in program in Excel 2013 that enables you to import millions of rows of data from multiple data sources, create a relationship between two or more related tables within one workbook, and maintain connections E. A third party application that adds additional functionality to Excel

Computer Science & Information Technology