The __________ category of external devices are suitable for communicating with the computer user.

A) ?application ?
B) ?machine readable
C) ?communication ?
D) ?human readable


D) ?human readable

Computer Science & Information Technology

You might also like to view...

Suppose x is a char variable with a value 'b'. What is the output of the statement System.out.println(++x)?

a. a b. b c. c d. d

Computer Science & Information Technology

Givenchar ch;int num;double pay;Which of the following assignment statements are valid?(i)   ch = '*';(ii)  pay = num * pay;(iii) rate * 40 = pay;

A. Only (i) is valid B. (i) and (ii) are valid C. (ii) and (iii) are valid D. (i) and (iii) are valid

Computer Science & Information Technology

The chart type that shows parts of a whole with slices is a(n) ____________________ Chart.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The ________ is a program that translates a specific programming language into a machine language that can be processed by the CPU.

A. coder B. executable C. installer D. compiler

Computer Science & Information Technology