What does a + button indicate to the left of a row heading in an outline?

A. You can expand the details of that category.
B. The row has been modified.
C. You can collapse the details of that category.
D. There is a calculation in that cell.


Answer: A

Computer Science & Information Technology

You might also like to view...

What is the value of Number, given the following: A = 3.2, B = 6, C = 8

```Set Number = Floor(A + C / B)``` a. 4.87 b. 4 c. 4.9 d. 1.125

Computer Science & Information Technology

What is the ordinal value of the MAPLE enum constant?

Given the following declaration: enum Tree ( OAK, MAPLE, PINE ) a. 0 b. 1 c. 2 d. 3

Computer Science & Information Technology

The ____ field in an Ethernet frame synchronizes frame transmission and consists of an alternating pattern of zeroes and ones.

A. data and pad B. frame check sequence (FCS) C. start of frame delimiter (SOF) D. preamble

Computer Science & Information Technology

Write the following query in the Object Query Language (OQL) of the ODMG object model:

List the names of all pets that received the T123 treatment.

Computer Science & Information Technology