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
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
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
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).
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