You are planning to install a Windows 7 guest operating system on a virtual hard disk using VMware Workstation 12 Pro, and you intend to use a partition that is 3 TB in size. What should you do to ensure that the partition is bootable?

A. Use a UEFI firmware type.
B. Enable large drive support in the BIOS screen.
C. Use a dynamic virtual disk.
D. Enable "LBA mode" in the drive controller window.

Answer: A

Computer Science & Information Technology

You might also like to view...

If there are seven variables sorted in ascending order, the ________ value is the 4th variable in the list where there are three variables above and three variables below

Fill in the blank(s) with correct word

Computer Science & Information Technology

Given the function prototype: ? double testAlpha(int u, char v, double t); ? which of the following statements is legal?

A. cout << testAlpha(5, 'A', 2); B. cout << testAlpha( int 5, char 'A', int 2); C. cout << testAlpha('5.0', 'A', '2.0'); D. cout << testAlpha(5.0, "65", 2.0);

Computer Science & Information Technology