Chapter 6 Flashcards

1
Q

Where is the BIOS stored?

A

On ROM chips on the Chipset.

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

What allows you to control the system settings like Drive Order and Power settings before the operating system starts?

A

The BIOS

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

To update the BIOS, you must first _____ it.

A

Flash.

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

True / False: Flashing the BIOS is completely safe.

A

False. Interrupting the flashing processes or installing the wrong software can render the device useless.

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

How do you Enter the BIOS/CMOS setup program?

A

Delete or F10, but it may vary.

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

What windows software can scan your computer for compatability issues when upgrading?

A

The Windows 7 Upgrade Advisor

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

If you set a service to Automatic…

A

It starts automatically upon system start.

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

If you set a service to Manual…

A

Stops automatic startup, but allows other services/users to start the service.

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

If you set a service to disable…

A

Prevents the service from running period.

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

What is the Registry?

A

The central, secure database where indows stores all configuration into and system security policies.

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

HKEY_CLASSES_ROOT

A

Stores info about registered applications I.E. where file extensions point to.

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

HKEY_CURRENt_USERS

A

Stores settings specific to the currently logged in user, upon logoff info saved in HKEY_USERS.

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

HKEY_LOCAL_MACHINE

A

Saves settings specific to the local computer.

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

HKEY_USERS

A

Contrains subkeys corrosponding to the info in HKCU for each user profile on a machine.

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

HKEY_CURRENT_CONFIG

A

Contains information gathered at runtime. Not permanently stored on disk, generated at boot.

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

How can you edit the registry?

A

Run regedit.exe

17
Q

After the MBR is read, list the programs that execute to load windows.

A
  1. BOOTMGR 2. WINload 3. MTOSKERNL.EXE 4. Boot-class device drivers
18
Q

What does BOOTMGR do?

A

Loads and accesses the Boot Configuration Data Store to display the boot menu or to boot from a partition of volume

19
Q

What is WINload?

A

The operating system boot loader that loads the rest of the OS that BOOTMGR does not.

20
Q

What is NTOSKERL.EXE?

A

The main part of windows. Responsible for various system services, processes, and memory management.

21
Q

MBR

A

Master Boot Record

22
Q

What is the MBR?

A

The first 512 byte boot sector of a partitioned drive. Contains the primary partition table/entries and bootstrap.

23
Q

VBR

A

Volume Boot Record

24
Q

What is the VBR?

A

Its a boot sector that takes control from the MBR, and contains the code for booting an operating system (such as BOOTMGR)

25
Q

What is the Active Partition?

A

The Partition or Volume that is marked as the Partition to boot form.

26
Q

What is the Active Partition/Volume that contains the boot file known as?

A

The system partition/volume

27
Q

What does the system partition/volume contain?

A

The Boot file (BOOTMGR)

28
Q

What is the partition of volume that contains the Windows OS files/Windows folder?

A

The Boot Partition.

29
Q

The component that initalizes hardware and finds an OS to load is…

A

The ROM BIOS (HW) / POST (SW)