ACSP System Preferences and macOS Settings Management 5 — Questions and Answers
Question 1: When a user opens System Preferences and sees a lock icon at the bottom of a pane, what does clicking it require?
- Restarting the Mac to apply changes
- Authenticating with an administrator account to make changes (Correct answer)
- Connecting to Apple ID to unlock the setting
- Entering a FileVault recovery key
Correct answer: Authenticating with an administrator account to make changes
A locked preference pane requires administrator credentials to unlock before changes can be made.
Question 2: A user wants their Mac to announce the time every hour using text-to-speech. Where is this setting found?
- Notifications
- Date & Time > Clock (Correct answer)
- Accessibility > Spoken Content
- Sound > Alerts
Correct answer: Date & Time > Clock
The option to announce the time is found in Date & Time preference pane under the Clock tab.
Question 3: Which System Preferences setting controls whether the Dock hides automatically when the cursor is not near it?
- Mission Control > Automatically rearrange Spaces
- Dock & Menu Bar > Automatically hide and show the Dock (Correct answer)
- Accessibility > Display > Reduce Motion
- General > Sidebar icon size
Correct answer: Dock & Menu Bar > Automatically hide and show the Dock
The 'Automatically hide and show the Dock' checkbox is in the Dock & Menu Bar preference pane.
Question 4: A technician needs to ensure that a specific Login Item launches for all users on a shared Mac, not just a single user. What is the correct approach?
- Add the item in Users & Groups > Login Items for each user manually
- Place the app in /Library/LaunchAgents as a LaunchAgent plist (Correct answer)
- Add it to System Preferences > General for all users
- Use Spotlight to set it as a startup item
Correct answer: Place the app in /Library/LaunchAgents as a LaunchAgent plist
Placing a LaunchAgent .plist in /Library/LaunchAgents makes it run at login for all users on the system.
Question 5: In the Accessibility preference pane, which feature makes the pointer larger so it is easier to see on high-resolution displays?
- Display > Cursor Size (Correct answer)
- Zoom > Use scroll gesture
- Display > Reduce transparency
- Mouse Keys
Correct answer: Display > Cursor Size
The Cursor Size slider in Accessibility > Display increases the size of the mouse pointer.
Question 6: A user wants to receive Focus (Do Not Disturb) status automatically while using a specific app. Which macOS System Preferences section supports Focus filters per app?
- Notifications & Focus > Focus (Correct answer)
- Screen Time > App Limits
- General > Focus
- Mission Control > Dashboard
Correct answer: Notifications & Focus > Focus
Focus modes with per-app filters are configured in System Preferences > Notifications & Focus > Focus.
Question 7: A technician uses the `defaults write` command to change a preference, but the change doesn't appear until the app restarts. What must happen for `defaults write` changes to take effect in a running application?
- The Mac must be rebooted
- The affected application must be quit and relaunched (Correct answer)
- The preference file must be manually copied to ~/Library/Preferences
- The change takes effect immediately without any action
Correct answer: The affected application must be quit and relaunched
Most applications read their preferences at launch, so they must be quit and relaunched to pick up changes written via `defaults write`.
When a user opens System Preferences and sees a lock icon at the bottom of a pane, what does clicking it require?