When you build a computer from parts, you usually start by deciding on which two parts listed below?

A. video card
B. processor
C. motherboard
D. RAM
E. case


B & C

Computer Science & Information Technology

You might also like to view...

Assume that inputFile references a Scanner object that was used to open a file. Which of the following while loops is the correct way to read data from the file until the end of the file is reached?

a. while (inputFile.nextLine == " ") { ... } b. while (inputFile != null) { ... } c. while (!inputFile.EOF) { ... } d. while (inputFile.hasNext()) { ... }

Computer Science & Information Technology

In what ways can a camera be set?

What will be an ideal response?

Computer Science & Information Technology

Which of the following would NOT be a benefit of networking computers?

a. sharing an Internet connection b. sharing printers and other peripherals c. sharing software licenses d. sharing files

Computer Science & Information Technology

A(n) ____________________ is an audio file that is distributed through downloads or the use of a feed.

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

Computer Science & Information Technology