If you upgrade from Windows XP to Windows 7, and the Windows XP computer was formatted with the FAT file system, what must you do?

a. You cannot upgrade, but must perform a clean install of Windows 7.
b. Upgrade using the FAT file system.
c. Run the Upgrade utility, and the FAT file system will be automatically upgraded to NTFS.
d. Run convert c: /fs:ntfs from XP before installing Windows 7.


D.

Computer Science & Information Technology

You might also like to view...

After the following statement executes, what value will the MAPLE enumerator be stored as, in memory?

``` enum Tree { OAK, MAPLE, PINE }; ``` a. "MAPLE" b. 2 c. 'M' d. 1 e. 1.0

Computer Science & Information Technology

What-if analysis is the process of substituting values to see the effect on dependent calculations

Indicate whether the statement is true or false

Computer Science & Information Technology

You are at PC1 and have opened a Telnet session with R1. Which one of the following commands could you issue to see the router ARP cache?

A) show ip interface brief B) show mac address-table C) show arp D) show protocols

Computer Science & Information Technology

The onsubmit event handler is placed ____.

A. in the document head B. within the

element C. at the end of a form D. after the onreset event handler

Computer Science & Information Technology