CompTIA A+ Operating Systems and Troubleshooting

By Jordan Blake · Updated May 25, 2026

Questions23
Passing Score75%
Format65% Multiple Choice
Sessions Logged1,578
Your progressLog in / Register to track times taken, best score, questions mastered, and coverage on this quiz.
Rating
Community rating 4.3 out of 5 from 32 ratings.
4.3 (32)

Topics covered

This quiz

Uncategorized23 (100%)

Uncategorized23 questions

Discussion

Log in to post a comment, reply, or expand a question.

Q-5702

Question Q-5702 A technician runs `sfc /scannow` on a Windows 10 PC…

1 comment · last active May 25, 2026

  • mark_marq · May 25, 5:47 PM

    Group Policy (gpedit.msc) only on Pro/Enterprise — Home doesn't have it.

    +1 votes
Q-5696

Question Q-5696 Which TWO file systems support file-level permissions and encryption natively…

1 comment · last active May 24, 2026

  • HospitalMadness · May 24, 4:42 PM

    Safe Mode loads minimal drivers — use it for malware removal and driver troubleshooting.

Q-5692

Question Q-5692 Which Windows command-line tool is used to check and repair…

1 comment · last active Apr 21, 2026

  • extraordinaryperson · Apr 21, 5:14 AM

    chkdsk = filesystem/volume errors. sfc = Windows system file integrity. dism /restorehealth if sfc fails.

    +1 votes
Q-5705

Question Q-5705 Place the following steps in the correct order for the…

1 comment · last active Apr 19, 2026

  • forever_a_monk · Apr 19, 7:13 PM

    Blue screen dump: C:\Windows\Minidump — analyze with WinDbg or BlueScreenView.

Q-5712

Question Q-5712 What is the function of UAC (User Account Control) in…

1 comment · last active Apr 15, 2026

  • OlyTag · Apr 15, 4:28 PM

    Linux apt install on Ubuntu — yum/dnf on RHEL family. Know one package manager per distro family.

Q-5693

Question Q-5693 What is the minimum RAM requirement for Windows 11 (64-bit)?

1 comment · last active Apr 14, 2026

  • Avdaq_ksp · Apr 14, 2:12 PM

    Win11 min RAM is 4GB — not 2GB like Win10 64-bit. They still test the number.

Q-5699

Question Q-5699 What is the purpose of the Windows command `ipconfig /flushdns`?

1 comment · last active Apr 11, 2026

  • draynas · Apr 11, 7:58 PM

    Task Manager Startup tab vs msconfig — modern Windows wants Task Manager for startup apps.

Q-5709

Question Q-5709 A technician discovers a Windows 10 workstation is infected with…

1 comment · last active Apr 10, 2026

  • hadenfarrell · Apr 10, 7:17 PM

    macOS Activity Monitor = Task Manager equivalent. Force quit from Apple menu too.

Question catalog for this preview

Catalog listing of the 5 preview questions for this quiz.

Question 1

The Windows Registry is a hierarchical database that stores configuration settings for the OS, hardware, applications, and user preferences.

Answer choices

  • A. True (Correct)

  • B. False

Explanation

The Windows Registry is organized into hives: HKEY_LOCAL_MACHINE (HKLM) — hardware and system-wide settings; HKEY_CURRENT_USER (HKCU) — current user settings; HKEY_USERS (HKU) — all user profiles; HKEY_CLASSES_ROOT (HKCR) — file associations and COM objects; HKEY_CURRENT_CONFIG (HKCC) — current hardware profile. The registry is edited with regedit.exe. Corruption can cause serious system issues. Technicians should always back up the registry before editing.

Question 2

A macOS user reports their Mac runs slowly after upgrading to the latest macOS version. Activity Monitor shows kernel_task consuming 100%+ of CPU. What is the MOST accurate explanation?

Answer choices

  • A. The Mac has a virus infecting the kernel process

  • B. kernel_task is artificially throttling CPU performance to manage thermal output (Correct)

  • C. The upgrade corrupted the kernel and the OS must be reinstalled

  • D. kernel_task always runs at 100% CPU on modern Macs during boot

Explanation

kernel_task in macOS is intentionally designed to consume high CPU percentages when the CPU is running hot. By occupying CPU cycles, it prevents user applications from using the CPU, which reduces heat generation — an intentional thermal management strategy by Apple. This is not a bug or malware. Common trigger: using USB-C/Thunderbolt ports on the left side of MacBook Pros (left-side thermal zone). Solutions: use right-side USB-C ports, ensure ventilation, or clean vents. Resetting SMC (System Management Controller) may also help if temperatures seem incorrect.

Question 3

Place the following steps in the correct order for the CompTIA A+ troubleshooting methodology:

1. Document findings, actions, and outcomes

2. Identify the problem (gather information, question the user)

3. Implement the solution or escalate

4. Establish a theory of probable cause

5. Verify full system functionality and apply preventive measures

6. Test the theory to determine the cause

7. Establish a plan of action to resolve the problem

Answer choices

  • A. Document findings, actions, and outcomes

  • B. Identify the problem (gather information, question the user)

  • C. Implement the solution or escalate

  • D. Establish a theory of probable cause

  • E. Verify full system functionality and apply preventive measures

  • F. Test the theory to determine the cause

  • G. Establish a plan of action to resolve the problem

Explanation

CompTIA A+ defines a 6-step troubleshooting process: (1) Identify the problem — question users, review symptoms, check recent changes, back up data; (2) Establish a theory of probable cause — consider multiple theories starting with most obvious; (3) Test the theory — if confirmed, determine resolution; if not, re-theorize or escalate; (4) Establish a plan of action — identify steps and their impact; (5) Implement the solution or escalate; (6) Verify full functionality; (7) Document everything. Documentation is always last.

Question 4

What is the purpose of the Windows command `ipconfig /flushdns`?

Answer choices

  • A. Releases and renews the DHCP IP address lease

  • B. Clears the local DNS resolver cache stored on the computer (Correct)

  • C. Flushes the TCP connection table

  • D. Resets the Windows Firewall DNS rules

Explanation

The DNS resolver cache stores recently resolved DNS lookups to speed up subsequent requests. If a website's IP address changes but the old record is still cached, users may be unable to reach the new address. `ipconfig /flushdns` clears this cache, forcing fresh DNS lookups. `ipconfig /release` releases the DHCP lease; `ipconfig /renew` requests a new DHCP lease. `ipconfig /displaydns` shows the current cache contents. This is a common first step when troubleshooting "site not found" errors after a DNS change.

Question 5

A technician discovers a Windows 10 workstation is infected with ransomware that has encrypted user files. The computer is still running. What should the technician do FIRST?

Answer choices

  • A. Run antivirus software to remove the ransomware

  • B. Pay the ransom to get the decryption key

  • C. Immediately disconnect the computer from the network to prevent spread (Correct)

  • D. Restore files from backup before removing the malware

Explanation

Ransomware is actively dangerous while running — it may still be encrypting files and could spread laterally to network shares, other computers, and backups connected to the network. The FIRST action is always containment: physically unplug the network cable and disable Wi-Fi. After isolation: (1) Identify the ransomware variant; (2) Check for available decryptors (nomoreransom.org); (3) Do NOT pay the ransom (no guarantee of key, funds criminal activity); (4) Restore from clean offline backups; (5) Rebuild the system. Never restore from backup while malware is active — it will re-encrypt restored files.