Zach wants to install Windows 10 over his existing copy of Windows 10. He wants to keep his personal files, apps, and Windows settings. He currently has a USB drive with a Windows 10 ISO.
 
What type of installation will you recommend for Zach?

A. Custom installation
B. In-place upgrade
C. Repair upgrade
D. Network installation

Answer: C

Computer Science & Information Technology

You might also like to view...

To count the number of Finance majors in a list of students and their college majors, use the ________ function

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the output of the following code?

float x = 2.3, y = 4.7, z = 1.4; if (!(x < 7) && (y >= z)) cout << x << ” “ << y; else cout << y << “ “ << z;

Computer Science & Information Technology