1.3 KiB
1.3 KiB
OS-4 Quiz: Windows Command Line
Take this after studying notes/OS-4-windows-command-line.md.
Reply with answers like:
1B 2A 3D 4C 5B 6A 7D
Questions
- Which command shows detailed Windows network adapter information, including DNS and DHCP details?
A. ping
B. hostname
C. winver
D. ipconfig /all
- A user can ping
8.8.8.8but cannot browse toexample.com. Which command should the technician use to test DNS resolution?
A. chkdsk /f
B. gpupdate /force
C. nslookup example.com
D. format
- Which command shows active connections, listening ports, and process IDs?
A. sfc /scannow
B. netstat -ano
C. dir
D. whoami
- Which command scans protected Windows system files and repairs them when possible?
A. tracert
B. net use
C. pathping
D. sfc /scannow
- Which command forces Group Policy to refresh on a Windows system?
A. gpupdate /force
B. gpresult /r
C. winver
D. hostname
- Which command-line tool can manage partitions and is dangerous if misused?
A. whoami
B. nslookup
C. diskpart
D. help dir
- Which command displays syntax help for many Windows commands?
A. ..
B. /?
C. 127.0.0.1
D. C:
Answer Key For Instructor
- D
- C
- B
- D
- A
- C
- B