Match each term with its correct description.

A. A set of actions that you use to automate tasks
B. Sound file
C. The preview image of a video file in a PowerPoint slide
D. To cut out a piece of audio or video
E. This is commonly used in a self-running presentation.
F. Indicates a point of interest in a video
G. Combination of content with an illustrative diagram
H. Allows you to jump from a slide to another presentation or Web page


A. Macro
B. .WAV
C. Poster frame
D. Trim
E. Action button
F. Bookmark
G. SmartArt graphic
H. Hyperlink

Computer Science & Information Technology

You might also like to view...

Given the program, which of the following class member accesses are legal?

``` #include using namespace std;class DayOfYear{public: void input(); void output();// other public members private: int month; int day; // other private members };int main(){ DayOfYear birthDay; birthDay.input(); // a) birthDay.day = 25; // b) cout << birthDay.month; // c) cout << birthDay.output(); // d) if(birthDay.month == 1) // e) cout << "January\n"; ``` What will be an ideal response?

Computer Science & Information Technology

The ____ reviews the file for any feature that will not work properly or display on computers running a previous PowerPoint version.

A. Version Checker B. PowerPoint Checker C. Compatibility Checker D. Feature Checker

Computer Science & Information Technology

The ________ taskbar buttons allow you to start programs with one click

A) Pinned B) Start C) Continue D) Open

Computer Science & Information Technology

When moving from an internally controlled environment to a fully outsourced infrastructure environment, such as cloud computing, it is MOST important to:

A. Implement mandatory access controls. B. Ensure RAID 0 is implemented on servers. C. Impose time of day restrictions across all services D. Encrypt all confidential data.

Computer Science & Information Technology