Which of these PC components is NOT considered a peripheral device?

A. pointing device
B. sound adapter
C. keyboard
D. printer

Answer: B

Computer Science & Information Technology

You might also like to view...

The first part of the instruction cycle is ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Consider the following statements:  struct rectangleData{  double length;  double width;  double area;  double perimeter;};  rectangleData bigRect;Which of the following statements is valid in C++?

A. cin >> bigRect.length >> width; B. cout

Computer Science & Information Technology