Your customer wants to build a new computer and needs to make sure he orders the correct power supply for his machine. What should you tell him to check to make sure he orders the correct power supply?

A. Wattage requirements
B. RAM requirements
C. Type of cooling
D. Form factor
E. Number of hard drives
F. Video requirements

Answer :
A. Wattage requirements
D. Form factor
E. Number of hard drives
F. Video requirements

Computer Science & Information Technology

You might also like to view...

A browser's bookmark feature makes it easy to return to a specific web page

Indicate whether the statement is true or false

Computer Science & Information Technology

Assume class Book has been declared. Which set of statements creates an array of Books?

a. Book[] books; books = new Book[numberElements]; b. Book[] books]; books = new Book()[numberElements]; c. new Book() books[]; books = new Book[numberElements]; d. All of the above.

Computer Science & Information Technology