The MLA documentation style specifies that a ____ be used for a note reference mark.

A. superscript
B. subscript
C. base script
D. note script


Answer: A

Computer Science & Information Technology

You might also like to view...

The effect of the following program segment can best be described as __________.

``` if (x > y) z = x; if (x == y) z = 0; if (x < y) z = y; ``` a. The smaller of x and y is stored in z. b. The larger of x and y is stored in z. c. The larger of x and y is stored in z unless x and y are equal, in which case z is assigned zero. d. The larger of x and y is stored in z unless x and y are not equal, in which case z is assigned zero. e. none of the above

Computer Science & Information Technology

Map method ________ performs an operation on each key–value pair.

a. for b. forNext c. forEach d. forAll

Computer Science & Information Technology

Outline symbols do not display in ________ Layout view

Fill in the blank(s) with correct word

Computer Science & Information Technology

How many pins on a SATA connector?

A. 5 B. 6 C. 7 D. 9

Computer Science & Information Technology