CSLB General Building (B) Trade Practice Test

常见问题

这里有多少道 CompTIA A+ Core 2 练习题?+

一整套原创 CompTIA A+ Core 2 练习题,覆盖官方内容板块、按真实考试权重分布、附解析。免费,无需注册。

CompTIA A+ Core 2 考试是什么样的?+

大约 100 道题。先在这里按主题刷题,再做完整计时模考检验准备度。

这些是真实考题吗?+

不是。每道题都是 100% 原创,依据公开一手来源编写并附解析。我们从不抄袭真题或付费备考资料。

我可以用中文或西班牙语学吗?+

PrepPass 练习提供英文、中文、西班牙文。官方考试以英文进行 —— 你随时可以把题目语言切回英文,熟悉考试当天的确切术语。

样题与解析

以下是本题库中的部分真题与完整解析。完整题库请用上方的刷题工具。

  1. 1. Operating Systems

    Which Windows edition is designed for large enterprises and is the only one that supports joining an on-premises Active Directory domain as well as BitLocker, but is licensed through volume agreements rather than retail?

    • a.Windows Home
    • b.Windows Education
    • c.Windows Enterprise
    • d.Windows Pro for Workstations

    答案: c

    解析: Windows Enterprise is aimed at large organizations and is distributed through volume licensing rather than retail. It supports domain join, BitLocker, and advanced management features. Home lacks domain join and BitLocker.

  2. 2. Operating Systems

    Which macOS utility is used to install applications simply by dragging their bundle into a specific folder, and where are most applications stored?

    • a.The Dock; /System
    • b.Finder; the Applications folder
    • c.Launchpad; /Users
    • d.Terminal; /bin

    答案: b

    解析: In macOS, most apps are self-contained bundles installed by dragging them into the Applications folder using Finder. Launchpad only launches apps, and the Dock is a shortcut bar. System binaries live elsewhere.

  3. 3. Operating Systems

    A macOS user wants to force an unresponsive application to close. Which method accomplishes this?

    • a.Press Command+Option+Esc to open Force Quit
    • b.Press Command+Q once
    • c.Restart the router
    • d.Delete the app from Applications

    答案: a

    解析: Command+Option+Esc opens the Force Quit Applications window, letting the user end a frozen app. Command+Q requests a normal quit that a hung app may ignore. Deleting the app is unnecessary for a temporary hang.

  4. 4. Security

    An attacker follows an authorized employee through a secured door before it closes, without presenting their own badge. What is this physical technique called?

    • a.Phishing
    • b.Shoulder surfing
    • c.Tailgating
    • d.Whaling

    答案: c

    解析: Tailgating (piggybacking) is when an unauthorized person follows an authorized one through a controlled entrance. Shoulder surfing is watching someone enter credentials. Whaling is phishing that targets executives.

  5. 5. Security

    Which best practice reduces the risk that a stolen password alone can compromise an account?

    • a.Requiring multifactor authentication
    • b.Reusing one password everywhere
    • c.Disabling account lockout
    • d.Writing passwords on a sticky note

    答案: a

    解析: Requiring MFA means a stolen password is not enough because an additional factor is needed. Reusing passwords and disabling lockout increase exposure, and writing passwords down risks disclosure.

  6. 6. Security

    Which practice helps protect users from entering credentials on a fraudulent website that mimics a real one?

    • a.Disabling the firewall
    • b.Turning off automatic updates
    • c.Verifying the site's URL and valid HTTPS certificate
    • d.Reusing the same password everywhere

    答案: c

    解析: Checking the exact domain and confirming a valid HTTPS certificate helps users detect lookalike phishing sites before entering credentials. Disabling the firewall or reusing passwords increases risk rather than reducing it.

  7. 7. Software Troubleshooting

    A user cannot install updates and sees low-disk-space warnings on the Windows system drive. Which action most directly addresses the root cause?

    • a.Free up space with Disk Cleanup and remove unneeded files
    • b.Increase the monitor brightness
    • c.Disable the network adapter
    • d.Change the desktop wallpaper

    答案: a

    解析: Update failures tied to low disk space are resolved by freeing storage, for example with Disk Cleanup or by removing unneeded files. The other actions do not affect available disk space.

  8. 8. Software Troubleshooting

    During malware remediation best practices, when should the technician re-enable System Restore and create a fresh restore point?

    • a.Before scanning, so restore points are preserved
    • b.Never, System Restore must stay off
    • c.After the system is verified clean, to establish a new known-good point
    • d.Only if the antivirus fails

    答案: c

    解析: Best practice is to disable System Restore during cleanup so infected restore points are purged, then re-enable it and create a new restore point once the system is confirmed clean. Preserving infected restore points risks reinfection.

  9. 9. Operational Procedures

    Which scripting file type is native to Windows and commonly used to automate administrative tasks with cmdlets?

    • a..sh (Bash)
    • b..py (Python) only
    • c.VBScript only
    • d..ps1 (PowerShell)

    答案: d

    解析: PowerShell scripts (.ps1) use cmdlets and are the native automation language for Windows administration. Bash (.sh) is native to Linux/Unix. Python and VBScript can be used but .ps1 is the Windows-native choice described.

  10. 10. Operational Procedures

    Which purpose does a 'bill of materials' (BOM) or asset inventory serve in IT operations?

    • a.It measures Wi-Fi signal strength
    • b.It lists components or assets and their details for tracking and procurement
    • c.It encrypts the hard drive
    • d.It configures the firewall

    答案: b

    解析: A bill of materials or asset inventory itemizes components or devices with relevant details, supporting tracking, procurement, and lifecycle management. It does not measure signal strength or configure security controls.

反馈