Windows Under The Hood Flashcards

1
Q

Complex binary file used to store configuration data about a particular Windows system. To edit it, users can use the applets found in the Control Panel

A

Registry

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

Registry files

A

Hives

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

Programs used to edit the Windows Registry

A

Registry Editor/regedit

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

Five main categories in the Windows Registry

A

Root keys

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

Root key that defined the standard class objects used by Windows

A

HKEY_CLASSES_ROOT

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

A named group of functions that defines what you can do with the object it represents

A

Class Object

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

Root key that stores the current user settings

A

HKEY_CURRENT_USER

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

Root key that stores all of the personalized information for each user

A

HKEY_USERS

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

Root key that contains all the data for a system’s non-user-specific configurations. Encompasses every device and every program in your computer

A

HKEY_LOCAL_MACHINE

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

If the values in HKEY_LOCAL_MACHINE have more than one option, this root key defines which one is currently being used

A

HKEY_CURRENT_CONFIG

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

These are the most flexible type of value and are very common. Can put any form of data in these

A

String Value

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

These values store nothing more than long strings of ones and zeros

A

Binary Value

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

These values are like Binary values but are limited to exactly 32 bits

A

DWORD Value

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

These values are like Binary values but are limited to exactly 64 bits

A

QWORD Value

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

A full Registry editing tool in the Command-Line interface. Can view Registry keys and values, import and export some or all of a Registry, and even compare two different versions of a Registry

A

Reg command

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

A command that can modify the Registry in only one way, adding/registering dynamic link library (DLL) files as command components in the Registry

A

regsvr32 command

17
Q

Manages the boot process using the information from the Boot Configuration Data

A

Boot Manager/bootmgr

18
Q

A file that contains information about the various OSes installed on the system as well as instructions for how to actually load (bootstrap) them

A

Boot Configuration Data (BCD)

19
Q

Segment of code in a system’s BIOS that scans for an OS, looks specifically for a valid boot sector, and, when one is found, hands control over to the boot sector; then the bootstrap loader removes itself from memory

A

Bootstrap Loader

20
Q

A program that enables you to perform a specific task on a computer, such as write a document or play a game

A

Applications

21
Q

Tab in Task Manager that lists all running processes on a system. Frequently, a handy tool for ending buggy or unresponsive ones

22
Q

A process that runs in the background of a PC but displays no icons anywhere. You can view a list of them in the Task Manager

23
Q

Gives you the ability to devote more or less processor time to a process

A

Set Priority

24
Q

Enables you to specify which CPU cores a process can run on

A

Set Affinity

25
Windows command line tool for listing and managing processes
Tasklist
26
Windows command line took for killing running processes
taskkill
27
Windows utility that displays detailed performance information about a computer’s CPU, memory, disk, and network activity
Resource Monitor
28
A system component that is given a set of characteristics and can be managed by the OS as a single entity
Object
29
Tracks specific information about an object
Counter
30
Programming tools in Windows for the sharing of data objects between programs
Component Services
31
Windows log repository that accepts log entries from other Windows computers
Data Collector Sets
32
Coding standard that enables programmers to write databases and the applications that use them in a way that they can query it on how to locate and access a database without any concern about what application or OS is used
Open Database Connectivity (ODBC)
33
Windows programming tool for configuring the ODBC coding standard. Data Source Administrator enables you to create and manage entries called Data Source Names (DSNs) that point ODBC to a database. DSNs are used by ODBC-aware applications to query ODBC to find their databases
ODBC Data Source Administrator