____ software is used to create, edit, format, view, print, and publish documents.

A. Word processing
B.  Spreadsheet
C. Presentation
D. Database

Answer: A

Computer Science & Information Technology

You might also like to view...

A user reports that a laser printer is displaying a maintenance error on the LCD. Which of the following should the technician do to resolve the error?

A. Call the manufacturer of the printer B. Replace the paper C. Reset the page count D. Replace the printer

Computer Science & Information Technology

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

1. You cannot assign a value to a wrapper class object. 2. StringBuilder objects are not immutable. 3. If a string has more than one character used as a delimiter, you must write a loop to determine the tokens, one for each delimiter character. 4. The String class's valueOf method accepts a string representation as an argument and returns its equivalent integer value. 5.When working with the String and StringBuilder classes' getChars method, the character at the start position is included in the substring but the character at the end position is not included.

Computer Science & Information Technology