A(n) ______ is a small program that tells the operating system how to communicate with a specific device.

A. spooler
B. app
C. interpreter
D. driver


Answer: D

Computer Science & Information Technology

You might also like to view...

Define a function named alwaysFive that has no arguments and always returns the integer 5 as its result.

What will be an ideal response?

Computer Science & Information Technology

Write a function that takes a passed sentence and an index and returns the sentence with the word at the index uppercased. For example, if the function takes in a sentence “I love the color red” and the index 4 it returns “I love the color RED.”

What will be an ideal response?

Computer Science & Information Technology

________ is an example of asynchronous communication

A) Skype B) Email C) Chat D) VoIP

Computer Science & Information Technology

The condition expression1 && expression2 evaluates to true when .

a) expression1 is true and expression2 is false b) expression1 is false and expression2 is true c) both expression1 and expression2 are true d) both expression1 and expression2 are false

Computer Science & Information Technology