Match the following software categories with their descriptions:

I. Apps
II. Antivirus
III. Application
IV. Commercial
V. Device drivers

A. Concerned with specific user tasks, such as creating documents, sending email, or working with digital photographs
B. Used to identify and remove viruses
C. Small programs that are designed for a single purpose or to perform a single function
D. Specialized programs that translate a device's specific commands into commands the operating system can understand
E. Software that you are not allowed to copy


C, B, A, E, D

Computer Science & Information Technology

You might also like to view...

If you have the following variable declaration in your program,

const int SIZE=34; then which of the following statements are legal? a. SIZE ++; b. x = SIZE--; c. cout << SIZE; d. cin >> SIZE;

Computer Science & Information Technology

Which of the following statements will convert a string s into a double value d?

a. d = Double.parseDouble(s); b. d = (new Double(s)).doubleValue(); c. d = Double.valueOf(s).doubleValue(); d. All of the above.

Computer Science & Information Technology

A field that uniquely identifies a record is called a primary ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Rows with borders are considered ____ rows.

A. filtered B. banded C. header D. sorted

Computer Science & Information Technology