Match the following terms to their meanings:

I. Intranet A. File extension for a PowerPoint presentation
II. .pptx B. Language that tells Web browsers how to display
III. .mht Web pages
IV. HTML C. File extension for a presentation stored as a Single File
V. Yellow message bar Web Page
D. An organization's internal network
E. May appear if your system has restricted ActiveX controls


D, A, C, B, E

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) Stream manipulator showpoint forces floating-point values to print with the default six digits of precision unless the precision value has been changed, in which case floating-point values print with the specified precision. 2) The ostream member function put outputs the specified number of characters. 3) The stream manipulators dec, oct and hex affect only the next integer output operation. 4) By default, memory addresses are displayed as long integers.

Computer Science & Information Technology

Case-Based Critical Thinking QuestionEddie is working on a large presentation which requires many repetitive steps. Help him figure out how to automate the repetitive steps so he can become more efficient. To combine his set of actions into one automated task, Eddie can create a(n) ____.

A. hyperlink B. macro C. action button D. new presentation

Computer Science & Information Technology

____ is the order in which operators of the same precedence are evaluated.

A. Associativity B. Priority C. Syntax D. Precision

Computer Science & Information Technology

Which of the following statements gets a string from the keyboard until the newline character is encountered and assigns the string to a variable named myStr?

A. getline(cin, myStr, '/n'); B. getline(myStr, cin); C. getline(myStr, cin, '\n'); D. getline(cin, myStr);

Computer Science & Information Technology