1.5 - Done Flashcards

1
Q

What does the Computer Management utility do?

A

A single console that a user can build to do whatever s/he needs to do.

S/he can add predefined mix of plugins (i.e. Event Viewer, Services, etc.)

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

What does the Device Manager do?

A

Allows the OS to talk directly to the hardware through device drivers.

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

What does the “Local Users and Groups” utility do?

A

Separates the users of a computer into specific groups in which each group has a different amount of rights and permissions.

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

What does the Local Security Policy utility so?

A

It’s the local equivalent of an active directory, except only one or few users rather than multiple users.

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

What does Active Directory allow?

A

Group policy management

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

What does the Performance Monitor do?

A

Allows user to gather OS metrics

It also allows a user to look for particular values and if a certain value is reached you can set the PM to send you an alert.

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

What does the Services utlity do?

A

Shows all of the things that happens behind the scenes

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

What is Services useful for?

A

Troubleshooting the startup process

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

What does Task Scheduler allow you to do?

A

Allows you to schedule an application start-up or batch file execution automatically

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

What is Component Services used for?

A

Used by Windows application developers to see how the app is configured in the OS.

It is used alongside the Event Viewer and Services so they can get a complete view of everything that is happening with the app.

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

What does ODBC stand for?

A

Open Database Connectivity

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

What is the purpose of ODBC?

A

Allows the app developer to write an app without any concern of the type of database that may be running on the back end.

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

What does Print Management allow you to do?

A

View all network printers, share printers from one central console, and add/manage printer drivers.

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

What do you use Memory diagnostics for?

A

To automatically or manually run multiple tests that check for faulty chips/modules

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

What does the Event Viewer do?

A

Breaks down all events of a computer into different categories and then classifies them

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

What does Windows (Defender) Firewall do?

A

Allows “allowed” apps to receive and send traffic.

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

Where would you go for detailed firewall configurations?

A

Advanced Settings

18
Q

What is the purpose of the System Configuration tool?

A

Allows you to manage the boot processes, startup, and services.

19
Q

True or False: Easy access to popular admin tools that are used for troubleshooting would be found under the Task Manager tool.

A

False; System Configuration

20
Q

What does the Task Manager provide?

A

Real-time system statistics

21
Q

True or False: To see who is connected to the network and what they are doing, you would go to the “Networking” tab of the Task Manager tool?

A

False; “Users” tab

22
Q

What does the Disk Management tool do?

A

Manages all disk operations

23
Q

True or False: “Healthy” disk status indicates the disk is good to go.

24
Q

True or False: “Healthy (at Risk)” disk status indicates the disk has experienced errors before, but does not have a chance to fail.

A

False; has a chance to fail

25
True or False: "Initializing" disk status indicates that a disk under a Raid 5 array has failed and it is in process of recreating data based off parity.
False; This is the normal startup message What is described would display "Regenerating"
26
True or False: "Resynching" disk status indicates that a disk under a Raid 1 array has failed and the mirrored volume is in process of syncing the data.
True
27
What does it mean to "mount" a drive?
Extend available storage space by mounting a separate storage device as a folder
28
What is a storage space?
Allocated space pulled from a storage pool that can be used to create a Raid array.
29
What does the run line allow you to do?
Start an application as a command instead of using the graphical interface
30
What is regedit and when would you use it?
Windows Registry Editor Used when needing to make minor changes to a service of an application
31
What is the command to access the Services tool?
services.msc
32
What does mmc stand for? What does it do?
Microsoft Management Console Allows you to build your own management framework. (e.g. Computer Management tool)
33
What does mstsc stand for? What does it do?
Microsfot Terminal Services Client Allows Remote Desktop Connection
34
What tool is used for file management and allows easy access to network resources?
Windows Explorer / File Explorer (Windows 10)
35
What is msinfo32? What is it used for?
Windows System Information tool View hardware, software, and components information and details
36
What is dxdiag? What is it used for?
DirectX Diagnostic Tool Used to troubleshoot graphics or sound issues.
37
What is does Defrag do?
Initiates the disk defragmentation process which improves disk read and write time
38
How would you initiate defrag through the command line?
defrag defrag C:
39
What does system restore do?
Allows you to go back in time to correct problems
40
How do you access the system restore tool from the start-up window?
F8 -> Advanced Boot Options -> Repair
41
True or False: System Restore will recover from virus and spyware attacks guaranteed.
False; whole system could be affected, so no guarantees a recovery can be made
42
What does Windows update do?
Allows you to keep your OS up-to-date through security patches and bug fixes.