Skip to main content
Study Guide · A+ Core 2 · CompTIA 220-1202 V15

What each objective is asking you to know

Plain-English reference for every CompTIA A+ Core 2 V15 objective. Each entry covers what the exam tests, key facts, and how the concept connects to neighboring objectives. Pair with Quiz and Flashcards to lock it in.

Objective C2-1.8

Objective 1.8: Explain common features and tools of the macOS/desktop operating system

Cert: CompTIA A+ Core 2 (220-1202) V15 Domain: 1.0 Operating Systems Weight: Part of the 28% Operating Systems domain Depth: Explain. The candidate must identify macOS-specific install/uninstall patterns, system folders, settings, features, and best practices.

What this objective tests

You should be able to recognize macOS file types, navigate the macOS folder layout, locate common settings, use built-in tools like Disk Utility and Terminal, and apply macOS best practices for backups, security, and updates.

CompTIA expects basic literacy across major OSs even if you primarily support Windows. This objective is the macOS equivalent of the Windows 1.4-1.7 cluster.

Key facts

.dmg (Disk Image):

  • Mountable disk image. Double-click to mount, drag the app inside to /Applications to install.
  • Most common Mac app distribution format. Eject the .dmg when done.

.pkg (Package):

  • Installer package. Runs a guided install process that may copy files, run scripts, register components.
  • Used for apps that need more than a drag-and-drop install (system extensions, multi-component installs, services).

.app (Application Bundle):

  • The actual macOS application. Looks like a single file but is internally a directory containing the binary, resources, info plist.
  • Lives in /Applications. Drag to Trash to uninstall (for most apps; some leave config files behind in ~/Library).

App Store:

  • Apple's curated app distribution channel. One-click installs, automatic updates, Apple ID-tied.
  • Some apps are App Store only (Apple's own iWork apps, many indie apps); some are web-only because they don't fit App Store rules.

Uninstallation process:

  • Drag .app from /Applications to Trash. Empty Trash.
  • Some apps leave preferences in ~/Library/Preferences, caches in ~/Library/Caches, app support in ~/Library/Application Support. Third-party uninstaller apps (AppCleaner) chase these down.
  • .pkg-installed apps may have an Uninstaller in the original .pkg or in the app folder.

/Applications:

  • Top-level system folder where most apps live.
  • Available to all users on the Mac.

/Users:

  • Top-level folder containing every user account's home folder.
  • Each user has ~/Documents, ~/Downloads, ~/Desktop, ~/Pictures, etc.

/Library:

  • System-wide library: fonts, frameworks, preferences for all users, drivers, daemons, launch agents.
  • Modifying this affects all users on the Mac.

/System:

  • Apple's OS files. Protected by System Integrity Protection (SIP); even root can't modify most of this in normal mode.
  • Don't touch unless you really know what you're doing.

/Users/Library (user library, often hidden):

  • Per-user equivalent of /Library. App preferences (~/Library/Preferences), caches, application support, Mail and Calendar data.
  • Hidden by default in Finder. Press Cmd+Shift+G and type ~/Library, or hold Option in the Finder Go menu.

Apple ID and corporate restrictions:

  • Apple ID is the user's identity for App Store, iCloud, FaceTime, iMessage.
  • Corporate macOS environments often restrict personal Apple ID use or require an Apple Business Manager managed Apple ID for institutional features.
  • Managed Apple IDs limit some personal-cloud features (some iCloud services, App Store purchases) by policy.

Backups (Time Machine):

  • Built-in backup to an external drive or networked Time Capsule / SMB share.
  • Snapshot-based; you can restore individual files or the whole system at a point in time.
  • Best practice: every Mac should have Time Machine pointed at a destination.

Antivirus:

  • macOS has built-in protections: Gatekeeper (verifies app signatures), XProtect (malware blocklist), MRT (Malware Removal Tool).
  • Third-party AV exists (Sophos, Malwarebytes, CrowdStrike) and is common in enterprise environments. For most home users, Apple's built-in tools are adequate.

Updates / patches:

  • System Settings > General > Software Update. Apple delivers OS updates here.
  • Updates are signed by Apple; you can't disable signature verification.

Rapid Security Response (RSR):

  • Small, fast-deploying security patches Apple ships between full OS updates.
  • Install automatically by default. Roll back individually if one causes a problem.
  • Introduced with macOS Ventura / iOS 16.

Displays (System Settings):

  • Resolution, refresh rate, scaling, arrangement of multiple monitors, Night Shift, True Tone.

Networks (System Settings):

  • Wi-Fi, Ethernet, VPN, Bluetooth PAN. Configure IP, DNS, proxies per service.

Printers (System Settings > Printers & Scanners):

  • Add network or USB printers. Set defaults, view queue, manage drivers.

Scanners (System Settings > Printers & Scanners):

  • Same panel as printers; most modern MFPs install both functions together.

Privacy & Security:

  • Per-app permissions for camera, microphone, location, full disk access, accessibility, screen recording, automation.
  • New apps prompt the user the first time they request access; admins can grant in advance via MDM.

Accessibility (System Settings):

  • VoiceOver, Zoom, Display contrast, captions, switch control, voice control.

Time Machine (System Settings):

  • Configure Time Machine backup destinations and schedule.

Mission Control:

  • Overview of all open windows and desktops. Activate with F3 or four-finger swipe up.
  • Drag windows between desktops; create new desktops by hovering at top edge.

Multiple desktops (Spaces):

  • Multiple virtual desktops, each with its own set of windows.
  • Switch with Ctrl+Left/Right arrow or three-finger horizontal swipe.

Keychain:

  • Built-in password manager. Stores Wi-Fi passwords, website logins, certificates, app credentials.
  • Syncs across Apple devices via iCloud Keychain when enabled.

Spotlight:

  • System-wide search. Activate with Cmd+Space.
  • Finds files, apps, calculations, definitions, web results. Indexes the entire filesystem.

iCloud (iMessage, FaceTime, Drive):

  • Apple's cloud sync and services. Files in iCloud Drive sync across devices. iMessage and FaceTime are tied to Apple ID.
  • Sign in via System Settings > Apple ID.

Gestures:

  • Trackpad and Magic Mouse gestures: tap to click, two-finger scroll, pinch, three-finger swipe, four-finger swipe.
  • Configurable in System Settings > Trackpad / Mouse.

Finder:

  • macOS file manager (equivalent to Windows File Explorer). Always running; activate via Dock or Cmd+Tab.

Dock:

  • App launcher and switcher at the bottom (or side) of the screen.
  • Persistent apps on left, recent apps in middle, minimized windows + Trash on right.

Continuity:

  • Cross-device features: Handoff (start a doc on iPhone, finish on Mac), Universal Clipboard, Continuity Camera (use iPhone camera in Mac apps), AirDrop, AirPlay.
  • Requires Apple ID, Bluetooth, Wi-Fi, devices logged in to the same Apple ID.

Disk Utility:

  • Built-in tool for partition management, drive formatting, First Aid (verify and repair filesystem), creating disk images.
  • Found in /Applications/Utilities.

FileVault:

  • Full-disk encryption for macOS, equivalent to Windows BitLocker.
  • Enable in System Settings > Privacy & Security > FileVault.
  • Encryption key can be tied to Apple ID, escrowed to MDM, or stored as a recovery key.

Terminal:

  • Command-line interface. /Applications/Utilities/Terminal.app.
  • Default shell is zsh (since macOS Catalina); bash still available.
  • Unix-style commands (ls, cd, mv, cp, rm, sudo, chmod, chown) work as in Linux.

Force Quit:

  • Kill an unresponsive app. Cmd+Option+Esc opens the Force Quit Applications window.
  • Pick the app and click Force Quit.

Common gotchas

  • Drag-to-Trash leaves preferences behind. Most apps' uninstall removes the .app bundle but leaves config files in ~/Library. Use an uninstaller utility if you need a clean removal.
  • System Settings vs System Preferences naming. macOS Ventura renamed "System Preferences" to "System Settings" and reorganized the layout. Older docs and older Macs use the legacy name and layout.
  • FileVault key lost. Without the recovery key (or Apple ID with iCloud Keychain), encrypted Mac data is unrecoverable. Escrow the key when enabling.
  • /System folder modification attempt. SIP blocks even root. The fix isn't "disable SIP"; it's understanding that Apple's OS files are protected by design.
  • Time Machine drive disconnects. If the user unplugs the backup drive, Time Machine warns once and then quietly fails until the drive returns. Verify recent backups exist before relying on the policy.
  • Personal Apple ID on a managed Mac. Corporate restrictions may prevent App Store or iCloud use; user signs in but features are gated by policy.
  • App permission prompts dismissed. App asks for Screen Recording permission; user clicks "Don't Allow" once; now the feature is broken and the user doesn't know why. Re-enable via Privacy & Security.

Real-world context

Helpdesk tasks specific to Macs:

  • "App won't install." Check if it's a .dmg, .pkg, or App Store app. Verify it's signed (Gatekeeper). Check Privacy & Security for blocked-app override.
  • "Mac is full." Apple > About This Mac > More Info > Storage Settings. Find big consumers; offload old Time Machine local snapshots, downloads, mail attachments.
  • "User can't connect to Wi-Fi." System Settings > Wi-Fi. Forget network and rejoin. Check certificate trust for 802.1X enterprise Wi-Fi.
  • "User forgot login password." Reset via Apple ID (if enabled) or recovery mode. FileVault complicates this; need the recovery key.
  • "Backup failing." Check Time Machine destination. Reformat the backup drive if corrupt (you lose history).
  • "App is unresponsive." Cmd+Option+Esc > Force Quit.

For a Windows-shop MSP picking up a Mac client: install your RMM agent, configure Time Machine, enable FileVault with key escrow, set up the user's email accounts, document the recovery contacts.

Sources

  • [CompTIA A+ 220-1202 Exam Objectives Version 4.0, Section 1.8](../../../../../../30-RevyTechJourney/CompTIA%20A%2B%20220-1202%20Exam%20Objectives%20%284.0%29.pdf)
  • [Apple: macOS User Guide](https://support.apple.com/guide/mac-help/welcome/mac)
  • [Apple: Time Machine](https://support.apple.com/en-us/HT201250)
  • [Apple: FileVault](https://support.apple.com/guide/mac-help/protect-data-on-your-mac-with-filevault-mh11785/mac)
  • [Apple: Rapid Security Responses](https://support.apple.com/en-us/HT201224)
  • [Apple: Apple File System (APFS)](https://support.apple.com/guide/disk-utility/file-system-formats-dsku19ed921c/mac)