67 lines
1.5 KiB
Markdown
67 lines
1.5 KiB
Markdown
# OS-1 Quiz: Windows Editions and System Information
|
|
|
|
Take this after studying `notes/OS-1-windows-editions-system-info.md`.
|
|
|
|
Reply with answers like:
|
|
`1B 2A 3D 4C 5B 6A 7D`
|
|
|
|
## Questions
|
|
|
|
1. A small business needs Windows computers to join a domain and use Group Policy. Which Windows edition is the best minimum choice?
|
|
|
|
A. Windows Home
|
|
B. Windows Pro
|
|
C. Windows SE
|
|
D. Windows IoT
|
|
|
|
2. Which command opens a graphical dialog showing the Windows version and build?
|
|
|
|
A. `whoami`
|
|
B. `hostname`
|
|
C. `ping`
|
|
D. `winver`
|
|
|
|
3. Which command is best for collecting detailed Windows inventory information such as OS version, BIOS version, system type, and memory?
|
|
|
|
A. `systeminfo`
|
|
B. `ipconfig`
|
|
C. `netstat`
|
|
D. `gpupdate`
|
|
|
|
4. Which Linux command or file is commonly used to identify the distribution name and version?
|
|
|
|
A. `chmod`
|
|
B. `ping 127.0.0.1`
|
|
C. `cat /etc/os-release`
|
|
D. `net use`
|
|
|
|
5. A technician wants to verify which user account is currently active before making changes. Which command should they use on Windows or Linux?
|
|
|
|
A. `hostname`
|
|
B. `whoami`
|
|
C. `uname -a`
|
|
D. `tracert`
|
|
|
|
6. A PC cannot upgrade to Windows 11 because it does not meet a security hardware requirement. Which item should the technician check?
|
|
|
|
A. exFAT
|
|
B. Telnet
|
|
C. POP3
|
|
D. TPM 2.0
|
|
|
|
7. Which Windows tool can show BIOS Mode and Secure Boot State?
|
|
|
|
A. Disk Cleanup
|
|
B. Services
|
|
C. System Information
|
|
D. Resource Monitor
|
|
|
|
## Answer Key For Instructor
|
|
|
|
1. B
|
|
2. D
|
|
3. A
|
|
4. C
|
|
5. B
|
|
6. D
|
|
7. C
|