• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/11

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

11 Cards in this Set

  • Front
  • Back

What is a class object

A named group of functions that defines what you can do with the object it represents Example: HKEY_CLASSES_ROOT root key

What does the HKEY_LOCAL_MACHINE root key in the registry contain?

All the data for a system's non-user-specific configurations

In terms of the boot process, what is the difference between BIOS and UEFI systems?

In a BIOS-based system, the BIOS looks for the MBR which has the boot code to launch the OS. The UEFI loads the bootmgr directly.

In a command-line interface, what can the reg command do?

View registry keys and values, import and export the registry, and compare two different versions of a registry

In a command-line interface, what can the regsvr32 command do?

Can modify the registry by adding dynamic link library (DLL) files

When the bootmgr starts, what does it do first?

Reads data from a Boot Configuration Data (BCD) file

What does a Boot Configuration Data (BCD) file contain?

Info about the various OSes installed on the system and instruction on how to load (bootstrap) them

In Task Manager, what does the Set Affinity option do?

Specify which CPU cores a process can run on

In Performance Monitor, what is object and counter?

An object is a system component that is given a set of characteristics and can be managed by the OS. A counter tracks info about an object

What is Open Database Connectivity (ODBC)?

Allows different applications and OSes to access a database

What are Windows registry files called?

Hives