A ________ is a note that an author or reviewer adds to a document

A) comment
B) source
C) marker
D) change


A

Computer Science & Information Technology

You might also like to view...

Which statement is true regarding the CInt function?

a. It converts letters to numbers. b. It cannot convert a string such as "24.7" to an integer. c. A floating-point number such as 24.7 is converted to 24, dropping its decimal positions. d. A floating-point number such as 24.7 is converted to 25, rounding its decimal positions.

Computer Science & Information Technology

In a database, a group of related records is referred to as a(n) ________

A) field B) object C) memo D) table

Computer Science & Information Technology

Which methods retrieve and set the image that's displayed in a JLabel?

a. getIcon, setIcon. b. getResource, setResource. c. getText, setText. d. getImageIcon, setImageIcon.

Computer Science & Information Technology

What should the application do if the user has failed to log in after 5 attempts?

A. allow the user to keep trying B. cancel the user and force them to request a new id C. cancel the user for 24 hours D. cancel the user's password

Computer Science & Information Technology