____is a specialized area of computing dealing with the development of user interface hardware and software.

A. Graphics programming
B. Data mining
C. Human Computer-Interaction
D. Artificial Intelligence


Answer: C

Computer Science & Information Technology

You might also like to view...

Which code snippet is equivalent to:

``` var message = (y == 10) ? "correct" : "incorrect"; ``` a. ``` if (y == 10) message = "incorrect"; else message = "correct"; ``` b. ``` if (y == 10) message = "correct"; else if (y < 10) message = "incorrect"; || if((y >10) message = "incorrect"; ``` c. ``` if (y == 10) message = "correct"; else message = "incorrect"; ``` d. none are equivalent

Computer Science & Information Technology

When two or more networks are connected together, this is called a(n) ____________________.

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

Computer Science & Information Technology

Write a declaration for each of the following:

a) Integer count that should be maintained in a register. Initialize count to 0. b) Double-precision, floating-point variable

Computer Science & Information Technology

In addition to the slide masters, a Microsoft PowerPoint 2016 presentation has a _________ that contains the elements that appear on all printed brochure. ?A. black page B. notes page C. notes master D. handouts master

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

Computer Science & Information Technology