A(n) ________ is a visual map of a presentation that displays the content of each slide in the slide show

A) outline B) thumbnail C) storyboard D) icon


C

Computer Science & Information Technology

You might also like to view...

Declaring a method sealed means:

a) it will prepare the object for garbage collection b) it cannot be accessed from outside its class c) it cannot be overloaded d) it cannot be overridden

Computer Science & Information Technology

The ________ tag is a way to get more than one consecutive space in a line of a web page.

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

Computer Science & Information Technology

Show how to return the store allocated by this statement to the heap manager for reallocation.

Given the type definitions: ``` const int STRING_SIZE = 20; struct ListNode { char item[STRING_SIZE]; int count; ListNode * link; }; ListNode *head = new ListNode[10]; ```

Computer Science & Information Technology

You can open a program from the Start screen or by ________ the file in File Explorer

A) double-clicking B) right-clicking C) selecting D) dragging

Computer Science & Information Technology