A technician is building a workstation that is to be used as an HTPC and will sit next to the audio receiver.Which of the following form factors would the technician MOST likely use because of its size?

A. ATX
B. Mini-ITX
C. AT
D. Micro-ATX

Answer: B. Mini-ITX

Computer Science & Information Technology

You might also like to view...

Select all that apply. When designing an object-oriented program and writing classes, it is common practice to __________.

a. make all of a class's fields private b. provide public methods to access and change the private fields c. make all of a class's fields public d. provide public methods to change the class's fields to private

Computer Science & Information Technology

Which of the following statements is false?

a. If a class does not define constructors, the compiler provides a default constructor with no parameters. b. If you declare a constructor for a class, the compiler will not create a default constructor for that class. c. The UML models constructors in the third compartment of a class diagram. d. To distinguish a constructor from a class’s operations, the UML places the word “constructor” between double quotes before the constructor’s name.

Computer Science & Information Technology