You can use the Word ________ feature to create a list of citations for content used in a PowerPoint presentation

A) Comment B) Endnote C) Bibliography D) Footnote


C

Computer Science & Information Technology

You might also like to view...

Assume that inputFile references a Scanner object that was used to open a file. Which of the following while loops is the correct way to read data from the file until the end of the file is reached?

a. while (inputFile.nextLine == " ") { ... } b. while (inputFile != null) { ... } c. while (!inputFile.EOF) { ... } d. while (inputFile.hasNext()) { ... }

Computer Science & Information Technology

The ______ is an area of memory reserved for program use during runtime.

A. usable area B. runtime area C. active memory area D. heap

Computer Science & Information Technology

A small text box that displays information when the mouse pointer is hovered over it is a ________

A) screen clipping B) ScreenTip C) menu D) hamburger menu

Computer Science & Information Technology

Which of the following is an example of compensating control?

A.. An insurance policy B. A padlock on a gate C. A chain on the hotel room door D. A red bucket of sand with the word, "Fire"

Computer Science & Information Technology