The term ____ industry is used to refer to the companies that develop, produce, sell, or support computers, software, digital communications, and computer-related products.

A. information technology
B. cloud computing
C. R&D
D. technological development

Answer: A

Computer Science & Information Technology

You might also like to view...

What is the value of x after the following statements execute?int x = 5;int y = 30;do  x = x * 2;while (x < y); 

A. 5 B. 10 C. 20 D. 40

Computer Science & Information Technology

Write a SELECT statement to list the courses that cost $1095 or less. (3 rows)

What will be an ideal response?

Computer Science & Information Technology