Chapter 7 Flashcards
What is the purpose of monitoring tools?
Monitor running programs, processes, applications, and system functions.
What abilities do monitoring tools have?
Shut down unresponsive applications, view processes and resource usage, view network usage and connected users, enable/disable startup applications, monitor logged-on users and disconnect them, modify process priority and terminate unwanted processes.
What is the purpose of the Control Panel?
Customize device features and configure computer appearance and behavior.
What are the applets available in the Control Panel?
System and Security, Network and Internet, Hardware and Sound, Programs, User Accounts, Appearance and Personalization, Clock, Language, and Region.
What does the System and Security applet manage?
Manage firewall, system information, power options, backups, and security settings.
What does the Network and Internet applet do?
View network status, connect to networks, and configure internet options.
What does the Hardware and Sound applet configure?
Configure sound settings, audio devices, printers, and other hardware.
What can you do in the Programs applet?
Uninstall programs, manage Windows features, and change default settings for media and devices.
What is the purpose of the User Accounts applet?
Manage user accounts, permissions, and credentials.
What is the Microsoft Management Console (MMC)?
A framework for system administration tasks, utilizing snap-ins for specific management functions.
What is Computer Management in MMC?
A saved MMC console with common snap-ins for tasks like Task Scheduler, Event Viewer, Shared Folders, Local Users and Groups, Performance, Device Manager, and Disk Management.
What does the Performance Monitor do?
Provides a comprehensive overview of computer operation.
What is the purpose of the Reliability Monitor?
Tracks operating system stability over time using a stability index and historical charts.
What does Windows Memory Diagnostics do?
Tests RAM for errors.
What is the purpose of the System Configuration Utility (msconfig.exe)?
Configures system startup settings and manages services and startup applications.
What information does the Direct Diagnostic Tool (DxDiag) display?
Displays information related to DirectX operation, including operating system, processor, memory, and multimedia drivers.
What is the function of the Command Prompt?
Executes command-line commands for various system management tasks.
What are some navigation commands in the Command Prompt?
cd, dir, md/mkdir, rd/rmdir
What commands are used for drive navigation?
C:, D:, X:
What networking commands can be used in the Command Prompt?
ipconfig, ping, hostname, netstat, nslookup
What commands are used for disk management?
chkdsk, format
What user management commands are available?
net user, net use
What troubleshooting commands can be used?
tracert, pathping
How can you check system information?
winver
What file management commands are available?
xcopy, copy, robocopy
What Group Policy commands can be used?
gpupdate, gpresult
What command is used to control the system shutdown?
shutdown
What does the System File Checker (sfc) do?
Scans and repairs system files.
What command is used for disk partitioning?
diskpart
What is the purpose of the Windows Settings App?
Provides a centralized location for configuring Windows operating system settings.
What are common bottleneck components in performance monitoring?
Processor (CPU), GPU, Hard disk, Memory
What are performance counters?
Specific statistics used to monitor system performance.
What tools are used for performance monitoring?
Task Manager, Resource Monitor, Performance Monitor, Event Viewer
What is the purpose of Application Compatibility Mode?
Allows running older programs using settings from previous Windows versions.
What is Hyper-V used for?
Create virtual machines running older Windows versions for incompatible applications.
What are UWP Apps?
Universal Windows Platform apps designed for cross-platform compatibility.
What is Windows Memory Diagnostics?
Tests RAM for errors.
What does the System Configuration Utility (msconfig.exe) do?
Configures system startup settings and manages services and startup applications.
What is the purpose of the Direct Diagnostic Tool (DxDiag)?
Displays information related to DirectX operation, including operating system, processor, memory, and multimedia drivers.
What is the Command Prompt used for?
Executes command-line commands for various system management tasks.
What are some system commands for navigation?
cd, dir, md/mkdir, rd/rmdir
What commands are used for drive navigation?
C:, D:, X:
What are common networking commands?
ipconfig, ping, hostname, netstat, nslookup
What commands are used for disk management?
chkdsk, format
What commands are used for user management?
net user, net use
What commands are used for troubleshooting?
tracert, pathping
What command provides system information?
winver
What commands are used for file management?
xcopy, copy, robocopy
What commands are related to Group Policy?
gpupdate, gpresult
What command is used for system control?
shutdown
What is the System File Checker?
sfc
What command is used for disk partitioning?
diskpart
What is the purpose of the Windows Settings App?
Provides a centralized location for configuring Windows operating system settings.
What are common bottleneck components in performance monitoring?
Processor (CPU), GPU, Hard disk, Memory
What are performance counters?
Specific statistics used to monitor system performance.
What tools are used for performance monitoring?
Task Manager, Resource Monitor, Performance Monitor, Event Viewer
What is included in desktop application management?
Physical media (CD, DVD, USB) and Digital downloads
What is Compatibility Mode?
Allows running older programs using settings from previous Windows versions.
What is Hyper-V used for?
Create virtual machines running older Windows versions for incompatible applications.
What are UWP Apps?
Universal Windows Platform apps designed for cross-platform compatibility.
What are the changes in the Microsoft Store?
Expanded app framework support and improved user interface.
What package manager is used for RPM-based distributions?
yum
Examples include Red Hat and CentOS.
What package managers are used for Debian-based distributions?
apt-get and apt
Examples include Debian and Ubuntu.
What is the purpose of scripting?
Automate tasks, manage systems, and manipulate data.
What are common scripting languages?
Python, Shell scripts, Batch files, PowerShell, VBScript, JavaScript.