A ________ is a note, annotation, or additional information for the author or another reader about the content of a document

A) comment B) source C) citation D) markup


A

Computer Science & Information Technology

You might also like to view...

Why do you suppose is there no universally accepted definition?

What will be an ideal response?

Computer Science & Information Technology

In the code shown here, what is the correct array declaration for the array used in FillArray?

```int FindAverage(float numbers[][25]); int main() { //declarations go here int total; total = FillArray(numbers);``` A. int numbers[25]; B. int numbers[25][25]; C. float numbers[25][25]; D. float numbers[25];

Computer Science & Information Technology

When the pen, highlighter or laser pointer is being used, which keyboard key can NOT be used to advance though the slide show?

A) Enter key B) Spacebar C) Arrow key D) Tab key

Computer Science & Information Technology

Which of the following is NOT a way in which you can search for a file?

A) By the date it compressed. B) By the date it was last accessed. C) By the date it was last modified. D) By the date it was created.

Computer Science & Information Technology