You are attempting to install a Windows Server 2008 guest OS to a SCSI based drive within a generation one virtual machine, however, you find you are unable to perform the install. What is the reason for this failure?
A. Windows Server 2008 does not support the virtual SCSI controller used by generation one VMs in Hyper-V.
B. A SCSI based drive can't be added to a generation one virtual machine.
C. Generation one virtual machines do not support a non-IDE based boot drive.
D. The BIOS of a generation one virtual machine will not recognize the SCSI controller.
Answer: C
You might also like to view...
Consider the statement below:
StringBuilder sb1 = new StringBuilder("a toyota"); Which of the following creates a String object with the value "toy"? a. String res = sb1.subString(2, 5); b. char dest[] = new char[sb1.length()]; sb1.getChars(2, 5, dest, 0); String res = new String(dest); c. char dest[] = new char[sb1.length]; dest = sb1.getChars(2, 5); String res = new String(dest); d. char dest[] = new char[sb1.length()]; dest = sb1.getChars(0, 3); String res = new String(dest);
Which of the following allows you to choose alternative file formats when you save a file?
A. Save as type B. Save as format C. Save with extension D. Save as document
A system should provide good response times to a(n) ________ process, whereas a(n) ________ process generally can withstand reasonable delays.
a) processor-bound, I/O-bound b) I/O-bound, processor-bound c) batch, interactive d) interactive, batch
The term undertone refers to how a specific hue of paint looks ______________.
a. when applied in a thin layer b. when applied normally c. when combined with other materials d. in a thick layer