Chapter 11 Flashcards

(24 cards)

1
Q

What is the Windows Desktop?

A

The primary workspace of the OS, containing the taskbar, icons, and the Start menu.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the purpose of the Task Manager?

A

To monitor system performance, view running processes, and force-close non-responsive applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the Windows Registry?

A

A hierarchical database that stores configuration settings for the OS, hardware, and software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Name the 5 main Registry Hives.

A
  • HKEY_CLASSES_ROOT
  • HKEY_CURRENT_USER
  • HKEY_LOCAL_MACHINE
  • HKEY_USERS
  • HKEY_CURRENT_CONFIG
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What utility is used to edit the Windows Registry?

A

regedit.exe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Microsoft Management Console (MMC)?

A

A framework that allows administrators to create custom consoles by adding “Snap-ins” (e.g., Device Manager, Event Viewer).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does Event Viewer allow a technician to do?

A

View logs about system, security, and application events to troubleshoot errors and warnings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the purpose of Services.msc?

A

To manage background processes that start with the OS, allowing users to Start, Stop, or Disable them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the System Information (msinfo32) tool?

A

A utility that provides a detailed summary of hardware, components, and software environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Contrast MSCONFIG vs. Services.msc.

A
  • MSCONFIG: Used to troubleshoot the boot process (Safe Mode, Startup apps)
  • Services: Used for ongoing management of background tasks.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Disk Management used for?

A

To initialize disks, create/resize partitions, and change drive letters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define a Dynamic Disk.

A

A disk that supports volumes that span multiple physical disks (Spanned, Striped, Mirrored).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the difference between Mounting and Initializing a drive?

A
  • Initializing: Preparing a new disk for use
  • Mounting: Mapping a drive to an empty folder on an NTFS volume rather than a drive letter.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are Administrative Tools?

A

A folder in the Control Panel containing shortcuts to system management tools like Computer Management and Performance Monitor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the System Restore utility?

A

A tool that returns the computer’s system files and settings to an earlier point in time (Restore Point) without affecting user files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Command Line: What does sfc /scannow do?

A

System File Checker: Scans for and repairs corrupted Windows system files.

17
Q

Command Line: What does chkdsk /f do?

A

Scans the file system and fixes logical errors on the hard drive.

18
Q

Command Line: What is the purpose of gpupdate?

A

To immediately refresh and apply local and Active Directory Group Policy settings.

19
Q

What is the Control Panel?

A

A centralized utility used to adjust system settings, such as hardware, networking, and user accounts.

20
Q

Contrast Workgroups vs. Domains.

A
  • Workgroup: Decentralized; each PC manages its own users
  • Domain: Centralized; managed by a Windows Server (Active Directory).
21
Q

What is a Power Plan?

A

A collection of hardware and system settings that manage how your computer uses power (e.g., Balanced, Power Saver, High Performance).

22
Q

What is the DirectX Diagnostic Tool (dxdiag)?

A

A utility used to troubleshoot display and sound-related issues and verify DirectX versions.

23
Q

Symptom: A computer is running very slow and the hard drive light is constantly blinking. What should you do?

A

Use Resource Monitor to identify which process is causing high Disk I/O.

24
Q

Symptom: A specific device is not working after a Windows Update. What should you do?

A

Use Device Manager to “Roll Back Driver” to the previous version.