A user requires more storage space on their computer. After a technician installs a second IDE drive in the computer, the system will not recognize that there are any hard drives installed. Which of the following is the MOST likely cause of the problem?
A. The second hard drive has not been formatted for NTFS.
B. The jumpers on both drives are set to the cable select position.
C. The jumper on the first drive is set to master and the second is set to slave.
D. The jumpers on both drives are set to the master position.
Answer: D. The jumpers on both drives are set to the master position.
You might also like to view...
A ________ features a line at the top and bottom of the primary characters
A) proportional typeface B) sans serif typeface C) monospaced typeface D) serif typeface
The circles in the figure above have the same diameter.
Answer the following statement true (T) or false (F)
Tables that simulate frames differ from actual frames in that with frames, a new link will open up within a different area of the current page, whereas with tables, the new link will open up in a completely new page.
Answer the following statement true (T) or false (F)
Consider the following statements: struct supplierType { string name; int supplierID; };struct applianceType { supplierType supplier; string modelNo; double cost; }; applianceType applianceList[25];Which of the following best describes applianceList?
A. It is a multidimensional array. B. It is a struct. C. It is an array of structs. D. It is a struct of arrays.