Question

Difficulty: EasyWindows Administrative and System Management Tools

Match each Windows administrative tool on the left with its primary management function on the right.

  • Event ViewerReviewing system, application, and security event logs to diagnose operational errors.
  • Services Console (services.msc)Configuring background processes to start automatically, manually, or be disabled upon system startup.
  • Task SchedulerAutomating scripts or maintenance programs to execute at specific times or upon system events.
  • Performance MonitorTracking real-time and historical system resource usage counters such as CPU, memory, and disk activity.

Answer

Event Viewer matches reviewing log files; Services Console matches managing background process startup types; Task Scheduler matches executing automated routines based on triggers; Performance Monitor matches collecting system counter telemetry.
Each administrative tool is correctly aligned with its standard Windows administrative function. Event Viewer manages logging, Services handles background service execution modes, Task Scheduler handles automated script triggers, and Performance Monitor tracks telemetry counters.

Step-by-Step Solution

1
Identify the primary purpose of Event Viewer.
Event Viewer tracks system log messages, error events, and security audits.
Administrative diagnosis often starts with inspecting recorded log entries.
2
Identify the primary purpose of Services Console.
Services Console controls background operations without a user interface.
Managing service startup types ensures optimal background program operation.
3
Identify the primary purpose of Task Scheduler.
Task Scheduler launches tasks, maintenance scripts, or applications on a defined timetable or trigger.
Automating repetitive admin work reduces manual overhead.
4
Identify the primary purpose of Performance Monitor.
Performance Monitor tracks hardware and OS counter statistics over time.
Performance tracking aids in capacity planning and performance bottleneck analysis.

Key Concept

Windows Administrative snap-ins each perform specialized system management tasks, such as logging, service lifecycle management, task automation, and metrics tracking.
Rate this question