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-8-quiz.md Normal file
View file

@ -0,0 +1,68 @@
# OS-8 Quiz: macOS Tools and Features
Take this after studying `notes/OS-8-macos-tools-features.md`.
Reply with answers like:
`1B 2A 3D 4C 5B 6A 7D`
## Questions
1. Which macOS feature provides built-in backups?
A. Time Machine
B. FileVault
C. Spotlight
D. Keychain
2. Which macOS feature provides full disk encryption?
A. Finder
B. Dock
C. FileVault
D. Mission Control
3. Which macOS tool stores passwords, certificates, and keys?
A. Disk Utility
B. Keychain Access
C. Time Machine
D. Remote Disc
4. Which macOS tool is most similar to Windows File Explorer?
A. FileVault
B. Terminal
C. Spaces
D. Finder
5. Which shortcut opens Force Quit on macOS?
A. `Command-Space`
B. `Control-Alt-Delete`
C. `Command-Option-Escape`
D. `Windows-R`
6. Which command shows the macOS version from Terminal?
A. `gpresult /r`
B. `sw_vers`
C. `ipconfig /all`
D. `chkdsk`
7. Which macOS tool is used to manage disks, partitions, and disk images?
A. Spotlight
B. Dock
C. Continuity
D. Disk Utility
## Answer Key For Instructor
1. A
2. C
3. B
4. D
5. C
6. B
7. D