The balloons and inline revisions in a reviewed document are known as ________

A) comments
B) markups
C) edits
D) changes


B

Computer Science & Information Technology

You might also like to view...

The following is the pseudocode for which type of algorithm?

``` For start = each array subscript, from the first to the next-to-last minIndex = start minValue = array[start] For index = start + 1 To size - 1 If array[index] < minValue minValue = array[index] minIndex = index End If End For swap array[minIndex] with array[start] End For ``` a. bubble sort b. binary sort c. bubble search d. selection sort e. None of these

Computer Science & Information Technology

Display courses and prerequisites. If there is no prerequisite, display ‘none’ else display ‘one’.

Write queries for the following. (Use tables created in Chapter 4 Lab Activity.)

Computer Science & Information Technology

Which of the following input masks would produce the following formatting: the letters AC followed by a plus sign following by four required numbers?

A) "AC+"9999 B) AC+9999 C) "AC+"0000 D) AC+0000

Computer Science & Information Technology

If your source data for a mail merge is stored in a Word table, the first row of the table must contain the record of the first set of data

Indicate whether the statement is true or false

Computer Science & Information Technology