What settings in the CMOS setup must you change to install an optical drive with a SATA interface?
a. Whether the jumpers on the drive are set to master or slave
b. None, because an optical drive should automatically configure itself in the CMOS setup
c. Whether the drive is installed on the primary or secondary IDE channel
d. Number of heads and cylinders used by the optical drive
Answer: b. None, because an optical drive should automatically configure itself in the CMOS setup
You might also like to view...
An overloaded function is one
A) that calls other functions. B) that has the same name as another function. C) that has too many parameters. D) that attempts to do too much in a single function. E) that does different things depending on who calls it.
The function ____ appends str2 to the end of str1.
A. strcpy(str1, str2) B. strcmp(str1, str2) C. strncpy(str1, str2,n) D. strcat(str1, str2)