To embellish your presentation with additional facts and comments, you can use ____.

A. speaker notes
B. hyperlinks
C. a note page
D. additional files

Answer: A

Computer Science & Information Technology

You might also like to view...

Which line will add the value stored in the variable pizza to the food() array?

``` var food = new Array("burger", "chips", "subs", "lasagna"); var pizza = "pepperoni pizza"; ``` a. food[0] = pizza; b. pizza.push(food); c. food.push(pizza); d. This cannot be done.

Computer Science & Information Technology

In the accompanying figure, moreover displays the small business ____________________.

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

Computer Science & Information Technology