According to the Gregg Reference Manual, a period and ________ separate the endnote number from the endnote reference

A) a space
B) a tab
C) two spaces
D) a ligature


B

Computer Science & Information Technology

You might also like to view...

Why is the following Select Case block invalid in Visual Basic?

``` Select Case myName.Substring(0, 1) Case myName < "D" txtBox.Text = "Your name starts with A, B, or C" End Select ``` (A) There should not be a standard conditional expression in a value list. (B) There are not enough Case statements. (C) There is no selector. (D) myName.Substring(0, 1) is not valid where it is.

Computer Science & Information Technology

What is circuit switching, and what are its chief characteristics?

What will be an ideal response?

Computer Science & Information Technology

A(n) ____________________ object is used in a graphical user interface to provide information about items on the window.

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

Computer Science & Information Technology

Which virtual hard drive tool enables you to prepare an operating system for imaging and deployment by removing user and computer-specific data?

a. Disk Management b. Sysprep c. Bcdedit d. Bcdboot

Computer Science & Information Technology