CSLB General Building (B) — All Questions

Back to practice

28 questions

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

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.

Operating Systems

A technician needs to open an elevated Command Prompt to run a command that modifies system files. What is the correct way to do this?

  • a.Right-click Command Prompt and choose 'Run as administrator'
  • b.Double-click cmd.exe from the Windows folder
  • c.Type the command into the Run dialog
  • d.Open Command Prompt and press Ctrl+Shift+Enter after typing the command

Elevated privileges are obtained by right-clicking the app and selecting 'Run as administrator', which triggers a UAC prompt. A normal launch runs with standard user rights. Elevation must be granted before the command is typed.

Operating Systems

In Windows, which command-line utility checks the integrity of protected system files and repairs them if corruption is found?

  • a.chkdsk
  • b.sfc /scannow
  • c.diskpart
  • d.gpupdate

System File Checker (sfc /scannow) scans protected operating system files and restores corrupted ones from a cached copy. chkdsk repairs file-system errors on a disk, not system files. diskpart manages partitions.

Operating Systems

Which file system is required to format a volume that will host a Windows installation and take advantage of file permissions, encryption (EFS), and journaling?

  • a.FAT32
  • b.exFAT
  • c.ext4
  • d.NTFS

NTFS supports file-level permissions, EFS encryption, compression, and journaling, and is required for the Windows system volume. FAT32 lacks permissions and has a 4 GB file-size limit. ext4 is a Linux file system.

Operating Systems

A user wants to remove a Windows application cleanly. Which built-in location lists installed programs and provides an uninstall option?

  • a.Settings > Apps > Installed apps (or Programs and Features)
  • b.Task Manager > Processes
  • c.Disk Management
  • d.Device Manager

Installed desktop and Store apps are managed under Settings > Apps, historically the Programs and Features Control Panel item, where uninstall is offered. Task Manager only stops running processes. Device Manager handles hardware drivers.

Operating Systems

Which Windows tool lets an administrator create, shrink, extend, and delete disk partitions through a graphical interface?

  • a.Resource Monitor
  • b.Performance Monitor
  • c.Disk Management
  • d.Event Viewer

Disk Management (diskmgmt.msc) provides a GUI for creating, formatting, shrinking, extending, and deleting volumes. Event Viewer only shows logs. Performance and Resource Monitor report on system utilization.

Operating Systems

A technician wants to see startup impact and disable programs that launch at boot on a modern Windows client. Which tool is most appropriate?

  • a.msconfig Boot tab
  • b.Task Manager Startup tab
  • c.Registry Editor Run key only
  • d.Services console

On Windows 10/11, the Startup tab in Task Manager lists auto-start apps with their startup impact and allows disabling them. msconfig no longer manages the startup app list. Editing the registry directly is riskier and less convenient.

Operating Systems

Which macOS feature provides automated, incremental backups to an external or network drive and lets a user restore previous versions of files?

  • a.Mission Control
  • b.Spotlight
  • c.Keychain
  • d.Time Machine

Time Machine performs scheduled incremental backups and lets users browse and restore prior versions of files. Spotlight is search, Mission Control manages windows/spaces, and Keychain stores credentials.

Operating Systems

On a Linux system, which command displays the current working directory's contents in a long listing that includes permissions and ownership?

  • a.ls -l
  • b.pwd
  • c.cd
  • d.chmod

ls -l produces a long listing showing permissions, owner, group, size, and modification time. pwd only prints the current path. cd changes directories and chmod changes permissions.

Operating Systems

A Linux administrator must run a single command with superuser privileges without logging in as root. Which command should prefix the command?

  • a.chown
  • b.grep
  • c.sudo
  • d.apt

sudo executes a single command with elevated (root) privileges for authorized users, logging the action. chown changes file ownership. apt is a package manager and grep searches text.

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

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.

Operating Systems

Which Windows command releases and then requests a new IP address configuration from a DHCP server?

  • a.ping then tracert
  • b.netstat -a
  • c.nslookup then ipconfig /all
  • d.ipconfig /release then ipconfig /renew

ipconfig /release drops the current DHCP lease and ipconfig /renew requests a new one. ping and tracert test connectivity, netstat shows connections, and nslookup queries DNS.

Operating Systems

A 32-bit version of Windows has a hard limit on how much system RAM it can address. What is that practical limit?

  • a.About 4 GB
  • b.About 8 GB
  • c.About 16 GB
  • d.About 128 GB

A 32-bit operating system can address only about 4 GB of RAM because of the 32-bit memory address space. Installing more RAM provides no benefit under 32-bit Windows. A 64-bit OS is required to use larger amounts.

Operating Systems

Which Windows feature encrypts an entire drive volume and can use a TPM chip to protect the encryption keys?

  • a.EFS
  • b.Windows Defender Firewall
  • c.Credential Manager
  • d.BitLocker

BitLocker provides full-volume encryption and can seal its keys to a TPM so the drive only unlocks on the trusted hardware. EFS encrypts individual files, not the whole volume. Credential Manager stores saved logons.

Operating Systems

Which command-line tool applies updated Group Policy settings to a Windows client immediately rather than waiting for the next refresh interval?

  • a.gpresult
  • b.gpupdate /force
  • c.secedit
  • d.regedit

gpupdate /force reapplies all Group Policy settings right away. gpresult only reports the resultant set of policies. secedit configures security templates and regedit edits the registry.

Operating Systems

A technician needs to view detailed hardware and software configuration, including the BIOS version and installed RAM, in a single Windows report. Which tool provides this?

  • a.Notepad
  • b.Calculator
  • c.Snipping Tool
  • d.System Information (msinfo32)

System Information (msinfo32) summarizes hardware resources, components, and the software environment, including BIOS version and installed memory. The other listed utilities are unrelated accessories.

Operating Systems

Which mobile operating system is open source, developed primarily by Google, and allows apps to be installed from multiple stores and sideloaded APK files?

  • a.Android
  • b.iOS
  • c.iPadOS
  • d.watchOS

Android is open source and supports installation from Google Play, third-party stores, and sideloaded APK files. iOS and iPadOS are closed platforms that normally restrict installs to the App Store.

Operating Systems

In Windows, which utility lets you start, stop, and set the startup type (Automatic, Manual, Disabled) of background services?

  • a.Task Scheduler
  • b.Device Manager
  • c.Services (services.msc)
  • d.Disk Cleanup

The Services console (services.msc) manages background services, including their state and startup type. Task Scheduler runs tasks on triggers, and Device Manager manages hardware drivers.

Operating Systems

Which upgrade method preserves user files, settings, and installed applications when moving to a newer version of Windows?

  • a.Clean install
  • b.In-place upgrade
  • c.Bare-metal reimage
  • d.Factory reset

An in-place upgrade installs the new Windows version while keeping user files, settings, and most applications. A clean install and bare-metal reimage wipe the existing environment. A factory reset returns the device to its shipped state.

Operating Systems

Which Windows command-line utility maps a network share to a drive letter?

  • a.ipconfig
  • b.tasklist
  • c.format
  • d.net use

net use maps a shared network folder to a drive letter and manages network connections. ipconfig shows IP configuration, tasklist lists processes, and format prepares a disk.

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

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.

Operating Systems

Which type of Windows installation partition style is required to boot from drives larger than 2 TB and supports more than four primary partitions?

  • a.MBR
  • b.FAT
  • c.GPT
  • d.EFS

GPT (GUID Partition Table) supports drives larger than 2 TB and many partitions, and pairs with UEFI. MBR is limited to 2 TB and four primary partitions. FAT and EFS are not partition styles.

Operating Systems

Which Windows Control Panel or Settings area is used to configure how the system behaves when the power button is pressed and to enable or disable fast startup?

  • a.Network and Sharing Center
  • b.Power Options
  • c.Programs and Features
  • d.Ease of Access

Power Options controls power plans, button actions, sleep behavior, and fast startup. Network and Sharing Center handles connections, and Programs and Features manages installed software.

Operating Systems

Which command in a Linux terminal changes the permissions of a file, for example granting the owner read/write/execute using numeric mode 700?

  • a.mv
  • b.cp
  • c.ps
  • d.chmod

chmod changes file and directory permission bits, and numeric mode 700 grants the owner full access while denying group and others. mv and cp move and copy files, and ps lists processes.

Operating Systems

A user reports that Windows shows only 3.5 GB of usable RAM even though 8 GB is installed. Which is the most likely cause?

  • a.A 32-bit version of Windows is installed
  • b.The RAM is faulty
  • c.The pagefile is disabled
  • d.The GPU is integrated

A 32-bit Windows install can address only about 4 GB total, so much of 8 GB appears unusable. Upgrading to 64-bit Windows resolves it. Faulty RAM usually causes crashes rather than a clean address-space limit.

Operating Systems

Which Windows tool schedules programs or scripts to run automatically at specific times or in response to events such as logon?

  • a.Disk Management
  • b.Registry Editor
  • c.Task Scheduler
  • d.Resource Monitor

Task Scheduler runs programs and scripts on time-based or event-based triggers, such as at logon or on a daily schedule. Disk Management handles volumes, and Resource Monitor reports utilization.

Operating Systems

Which file system is best suited for a large external flash drive that must be read and written on both Windows and macOS without a 4 GB file-size limit?

  • a.FAT32
  • b.exFAT
  • c.NTFS
  • d.EFS

exFAT is cross-platform, supported natively by Windows and macOS, and has no practical 4 GB file-size limit. FAT32 caps files at 4 GB. NTFS is read-only by default on macOS.

Operating Systems

A technician wants to verify whether a Windows installation is 32-bit or 64-bit and see the edition and version. Where is this shown most directly?

  • a.Recycle Bin properties
  • b.Network adapter properties
  • c.Printer preferences
  • d.Settings > System > About (or System Properties)

Settings > System > About (System Properties) reports the edition, version, and whether the system type is 32-bit or 64-bit. The other listed locations do not report OS architecture.

Reportar