Initial Core 2 study project

This commit is contained in:
Ken Patmonk 2026-06-11 20:17:44 -05:00
commit 10de90430c
120 changed files with 12696 additions and 0 deletions

68
quizzes/OS-7-quiz.md Normal file
View file

@ -0,0 +1,68 @@
# OS-7 Quiz: Windows Networking
Take this after studying `notes/OS-7-windows-networking.md`.
Reply with answers like:
`1B 2A 3D 4C 5B 6A 7D`
## Questions
1. A Windows client has an address beginning with `169.254`. What is the most likely issue?
A. DNS is resolving too slowly
B. The firewall is disabled
C. The computer joined a domain
D. The client did not receive an address from DHCP
2. Which Windows network profile is best for public Wi-Fi?
A. Public
B. Private
C. Domain
D. Metered only
3. Which command displays current mapped network drives?
A. `gpresult /r`
B. `sfc /scannow`
C. `net use`
D. `winver`
4. Which command opens Network Connections to view or change network adapter settings?
A. `firewall.cpl`
B. `ncpa.cpl`
C. `appwiz.cpl`
D. `powercfg.cpl`
5. Which setting converts hostnames like `example.com` into IP addresses?
A. Gateway
B. Subnet mask
C. SSID
D. DNS server
6. A company wants centralized login and Group Policy management. Which network model fits best?
A. Workgroup
B. Public profile
C. Domain
D. APIPA
7. Which Windows feature should be enabled for a cellular hotspot with limited data?
A. Hidden share
B. Metered connection
C. Disk quota
D. Fast Startup
## Answer Key For Instructor
1. D
2. A
3. C
4. B
5. D
6. C
7. B