Ann, a user, has recently installed a new Blu-Ray ROM in her desktop computer. The computer recognizes the device as a DVD-ROM. Which of the following actions would enable the system to recognize the device as a Blu-Ray device?
A. The operating system must be upgraded to Windows Ultimate.
B. Flash the system's motherboard CMOS.
C. Upgrade to the latest Windows Media Player.
D. Install the manufacturer's drivers for the OS.
Answer: D. Install the manufacturer's drivers for the OS.
Computer Science & Information Technology
You might also like to view...
Cell references always use the row number , then the column letter
Indicate whether the statement is true or false
Computer Science & Information Technology
What will be displayed after the following statements execute?
int num1 = 5; int num2 = 3; cout << "The result is " << (num1 * num2 + 10) << endl; a. The result is 5 * 3 + 10 b. The result is (num1 * num2 + 10) c. The result is 25 d. The result is 65 e. None of these
Computer Science & Information Technology