PowerPoint, Apple Keynote, and Prezi are examples of ________ software

A) word processing B) spreadsheet C) communications D) presentation


D

Computer Science & Information Technology

You might also like to view...

Consider integer array values, which contains 5 elements. Which statements successfully swap the contents of the array at index 3 and index

a. values[3] = values[4]; values[4] = values[3]; b. values[4] = values[3]; values[3] = values[4]; c. int temp = values[3]; values[3] = values[4]; values[4] = temp; d. int temp = values[3]; values[3] = values[4]; values[4] = values[3];

Computer Science & Information Technology

The Find command replaces the found text with new text or formatting

Indicate whether the statement is true or false

Computer Science & Information Technology

The _<___/>_ tag is used to create a line break to force a new line without starting a new paragraph. By default, the line created using this tag has _____-line spacing.

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

Computer Science & Information Technology

Architects and engineers can use a(n) ________ to print large drawings and designs

A) ink-jet printer B) multifunction device C) plotter D) laser printer

Computer Science & Information Technology