Which of the following is an example of presentation software?

A. Excel
B. Access
C. PowerPoint
D. Word


Answer: C

Computer Science & Information Technology

You might also like to view...

A(n) ____________ is an unexpected error that occurs while a program is running, causing the program to halt if the error is not properly dealt with.

a. bug b. exception c. logic error d. illegal operation

Computer Science & Information Technology

A stack queue can be implemented as a

a. circular array b. stack c. dynamic linked list d. dynamic vector e. None of these

Computer Science & Information Technology

(It would help to do Programming Projects 4 and 5 before doing this one.) Write a program that converts numbers from base-2 notation to base-10 (ordinary decimal) notation and vice versa. The program uses Swing to perform input and output via a window interface. There are two text fields—one for base-2 numbers and one for base-10 numbers—and three buttons labeled To Base 10, To Base 2, and Clear. If the user enters a base-2 number in the base-2 text field and clicks the To Base 10 button, the equivalent base-10 number appears in the base 10 text field. Similarly, if the user enters a base-10 number in the base-10 text field and clicks the To Base 2 button, the equivalent base-2 number appears in the base-2 text field. Be sure that the two text fields are labeled. The Clear button should cl

This program is easily obtained by inserting the action listener code from Project 4 into the program for Project 5 and changing the labels.

Computer Science & Information Technology

Match each item with a statement below.

A. the folders that are shared by default on a network domain that administrator accounts can access B. permissions assigned by Windows that are attained from a parent object C. a group that can back up and restore any files on a Windows system regardless of access permissions to these files D. a method to control access to a folder or file and can apply to local users and network users E. a group that exists on Windows 8/7/Vista for backwards compatibility purposes with Windows XP F. a method to control access to a shared folder and can be assigned to NTFS or FAT volumes G. a console available only in Windows Professional and business editions that is used to control what users can do and how the system can be used H. gives a user access to a Windows desktop from anywhere on the Internet I. configuring a computer so that it will respond to network activity when the computer is in a sleep state J. a small app or add-on that can be downloaded from a website along with a webpage and is executed by IE to enhance the webpage

Computer Science & Information Technology