Chapter 12 - Windows Under the Hood Flashcards

1
Q

The Registry

A

The primary binary database that stores all your windows settings. The Registry can only be read by Registry Editor(regedit.exe).

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

Registry Editor

A

Is the program that reads the binary file called The Registry.

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

HKLM is what?

A

Is shorthand for HKEY_Local_Machine

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

Two types of programs running on your computer

A

applications and Services

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

Applications

A

Your large programs like email, internet browser, Microsoft word.

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

Services

A

Services are programs or processes that run in the background. You can stop and start services, along with disable and enable them.

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

Process is made of what two programs

A

Apps + Services = Process.

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

PID stands for what?

A

Process ID

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

Dependency Heirarchy

A

In other words is the Process Tree. Dependency Hierarchy is a program or process using other processes to run.

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

Services tool

A

Older programs that come with windows. Managers Services that run on a system.

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

Right-clicking

A

You can right on an object to view its content menu.

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

Control Panel

A

Control Panel handles many setting and information for your system. CompTIA exams assume Large icons view for Control Panel.

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

Administrative Tools

A

Has a lot of important things that you can access.

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

System Configure

A

System configure is important to configuring your system when booting up.

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

How can Task Manager be accessed?

A

Can be accessed by CLt + Alt + del, or Clt + Shift + Esc.

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

Pages are what?

A

When a program is running in memory it gets allocated to or into pages.

17
Q

Windows 7 Task Manger

A

Needed a lot of help from Resource Manager.

18
Q

msinfo32 is what?

A

is System Information(msinfo32). Old information tool provides information about your system.

19
Q

msconfig is what?

A

System Configuration(msconfig). Lists startup, boot, and services options

20
Q

Safe Boot

A

Shuts down devices drives, shuts down other components.

21
Q

Active Directory Repair

A

Active Directory Repair repairs reestablishes connection between a system and the network if you has a good username and password.

22
Q

System in Control Panel

A

Is good for information and configuration for your system.

23
Q

System Protection

A

Found in System on the control panel. Where you create restore points.

24
Q

Advanced System Settings.

A

Again found in System on the control panel.

25
DEP stands for what?
Data Execution Prevention(DEP). Helps protect against damage from viruses and other security threats.
26
MMC stands for what?
Microsoft Management Console(MMC). Allows you to customize/create your own utility tool.
27
Performance Baseline
Gives you an idea as to how your system runs
28
Performance Monitor
a windows tool that uses counters to monitor your system.
29
Event Viewer
Logs thousands of activities that take place on a Windows system.
30
Event Viewer logs what?
1. Applications, 2. Security, 3. Setup, 4. System.
31
Audit Policy
Tracks information that can be seen in event viewer.
32
Local Security Policy
Sets up policies for your system. And adjust Audit Policy in Local Security Policy.
33
ODBC stands for what?
Open Database Connectivity(ODBC). A tool that lets a windows system locate shared databases. Is based on SQL.
34
SQL stands for what?
Structured Query Language(SQL).
35
COM+ stands for what?
Component Object Model(COM+).
36
Component Services
Is a utility tool that enables users to edit component object model features.