Match the following terms to their meanings:

I. APA
II. Bibliography
III. Citation
IV. Ink annotation
V. Laser pointer

A. A note crediting the original source or author
B. Widely used citation style
C. Used during a presentation to emphasize specific points as you speak
D. Markup to emphasize information during a presentation
E. List of sources referenced in a presentation

B, E, A, D, C

Computer Science & Information Technology

You might also like to view...

Which of the following is true about a deep copy?

A. The address of a pointer in the original is copied to a pointer inside the copy. B. The address of a pointer in the original is different than the address of the corresponding pointer in the copy. C. It is a copy made deep within the code of a long function (and therefore, not so easy to debug) D. It is never made with the aid of a copy constructor.

Computer Science & Information Technology

In a switch statement, each option must begin with the ____________________ keyword.

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

Computer Science & Information Technology