________ provides the user with an interface to communicate with the computer's hardware

A) Application software
B) Utility software
C) Open source software
D) Operating system software


D

Computer Science & Information Technology

You might also like to view...

Which of the following statements is(are) true about this code?

``` final int ARRAY_SIZE = 10; long[] array1 = new long[ARRAY_SIZE]; ``` a. It declares array1 to be a reference to an array of long values. b. It will allow valid subscripts in the range of 0 through 9. c. It creates an instance of an array of ten long values. d. It will allow valid subscripts in the range of 1 through 10.

Computer Science & Information Technology

Which of the following is not connoted by the color blue?

A. intelligence B. serenity C. reflection D. proficiency

Computer Science & Information Technology

Following other's steps and "best practices" will protect you from failure

Indicate whether the statement is true or false

Computer Science & Information Technology

If someone found a lost driver's license and then used it to open multiple bank accounts and commit tax-related fraud, which type of identity theft/fraud was committed?

a. reverse criminal record identity theft b. criminal record identity theft/fraud c. virtual identity theft/fraud d. credit identity theft/fraud

Computer Science & Information Technology