52 lines
1.3 KiB
Markdown
52 lines
1.3 KiB
Markdown
# OS-2 Quiz: Windows Installation, Boot, and Recovery
|
|
|
|
Take this after studying `notes/OS-2-windows-installation-recovery.md`.
|
|
|
|
Reply with answers like:
|
|
`1B 2A 3D 4C 5B`
|
|
|
|
## Questions
|
|
|
|
1. A technician needs to install Windows on a used PC and remove the previous operating system and data. Which installation type is best?
|
|
|
|
A. Upgrade install
|
|
B. In-place repair
|
|
C. Clean install
|
|
D. PXE boot only
|
|
|
|
2. A user wants to move to a newer supported Windows version while keeping compatible apps and files. Which installation type fits best?
|
|
|
|
A. Clean install
|
|
B. Upgrade install
|
|
C. System image recovery
|
|
D. Low-level format
|
|
|
|
3. Windows fails to boot after a power loss. Which recovery option should the technician try first for common startup issues?
|
|
|
|
A. Disk Cleanup
|
|
B. Device Manager
|
|
C. Credential Manager
|
|
D. Startup Repair
|
|
|
|
4. Which statement best describes System Restore?
|
|
|
|
A. It restores personal documents from cloud storage.
|
|
B. It securely erases the drive.
|
|
C. It rolls system files and settings back to a restore point.
|
|
D. It changes the computer name.
|
|
|
|
5. Which command restarts Windows directly into Advanced Startup options?
|
|
|
|
A. `shutdown /s /t 0`
|
|
B. `shutdown /r /o /t 0`
|
|
C. `sfc /scannow`
|
|
D. `ipconfig /release`
|
|
|
|
## Answer Key For Instructor
|
|
|
|
1. C
|
|
2. B
|
|
3. D
|
|
4. C
|
|
5. B
|
|
|