You need to upgrade a media workstation so that is can be used for graphically intense presentations, slideshows, and video gaming tournaments. What should you make priority?

A. High-end video, high-end audio, multicore processor
B. Minimum RAM required, network connectivity, high-end cooling
C. Media streaming, file sharing, gigabit NIC, dual monitors, TV tuner
D. Network connectivity, TV tuner, surround sound audio, dual monitors

Answer: A. High-end video, high-end audio, multicore processor

Computer Science & Information Technology

You might also like to view...

Which of the following correctly declares and initializes a two-dimensional rectangular array of integers?

a) int[,] sum = new int[3, 4]; b) int[] sum = new int[2, 4]; c) int sum[] = new int[2, 2]; d) None of the above.

Computer Science & Information Technology

A BorderLayoutdivides a panel into ____ regions.

A. three B. four C. five D. six

Computer Science & Information Technology