A setting applied to buttons, shapes, pictures, or clip art that when clicked navigate to a specific slide, open a web page, or play a sound is a(n) ________ setting
A) Action B) Behavior C) Shape D) Object
A
You might also like to view...
A programmer must do the following before using an array:
a. declare then reference the array. b. create then declare the array. c. create then reference the array. d. declare then create the array.
Here is some code. There are only two outputs, one a message from the unnamed namespace the other a message from the Savitch namespace. Tell which line generates which message.
```
#include
Which of the following statements about a do…while iteration statement is true?
a. The body of a do…while loop is executed only if the terminating condition is true. b. The body of a do…while loop is executed only once. c. The body of a do…while loop is always executed at least once. d. None of the above.
One common method to place links on a Web page is to create a(n) links bar, which is a series of links that appear horizontally across most or all of the screen.
Answer the following statement true (T) or false (F)