BIOS + Booting Flashcards

1
Q

What does BIOS stand for?

A

Basic Input/Output Service

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

What is BIOS?

A

A software that helps initialize hardware and gets the operating system up and running. It’s stored in the ROM (read-only) memory chip, and NOT in the hard drive. The ROM chip is non-volatile (called firmware) and won’t erase the data once the machine is turned off. BIOS programs enable interaction with the motherboard before the OS loads.

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

What are the differences between BIOS and device drivers?

A

BIOS programs make hardware functional, while device drivers make hardware function WITH an operating system (OS) attached.

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

POST (Power On Self Test)

A
  • POST routines are built into firmware with BIOS.
  • POST performs diagnostics prior to the computer booting an OS. It only TESTS hardware. It doesn’t enable it.
  • It broadcasts a message to the parts of the computer, checks RAM, CPU, video cards, etc.
  • It will not run at all without a CPU installed, and it will not generate any beep codes in this case.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What do “NO RAM” beep codes from POST codes sound like?

A

They will keep beeping until you turn off the system. They tell you you have no storage.

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

What does one beep mean in POST?

A

The system is booting successfully.

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

What does a two beep code mean with POST?

A

There’s some error.

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

What are POST cards on the screen?

A

They’re two digit values that display on the screen when the system is booting.
For example: “2b-2f” could mean “memory initialization error”.
They’re useful for a system failing to boot, no sounds or BIOS, and “dead” computers.

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

What is System Setup?

A

The interface that we go to, to make changes to the BIOS and devices attached.
You can press certain keys like F2 and Delete before the system boots up.
System Setup is part of the firmware that enables changes to CPU frequencies, RAM timings, BIOS passwords, booting options, etc.

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

You’ve made a lot of changes in System Setup that you want to undo. What would you do then?

A

You can click “Default” or “Reset System Setup” to undo every change you just made. Also, you can Exit without Saving your changes.

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

What does a user password do in System Setup?

A

Prevents the OS from booting until the password is entered.

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

What does the administrator password do in System Setup?

A

prevents access to the setup program until the password is entered.

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

UEFI (Unified Extensible Firmware Interface)

A

The most modern and pre-dominate BIOS interface. It has better support and compatibility for newer hardware. It replaced traditional 16 bit BIOS in modern systems. Most hardware has UEFI built in.

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

What is the CMOS Battery on the motherboard?

A

A type of memory chip that stores basic data about booting of your computer like the date, time, and startup options chosen. CR2032 is the standard CMOS battery.

A weak or failing CMOS battery usually shows up as 20 minutes late or time is lagging behind.

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

RTC (Real Time Clock)

A

keeps the system time without any external power (aka when your system is shut off).

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

What is “flashing” the BIOS?

A

You update all the firmware on the flash chip that is on the motherboard.

17
Q

What is required when you’re flashing the BIOS?

A

Using a good power supply and don’t run out of power. Know why you’re completing the flash process. Have a complete copy of BIOS Flash Image/Update, which is found on the manufacturors website.

18
Q

What are good reasons to perform a Flash on the BIOS?

A
  1. So BIOS/ROM chip will recognize and accept new technology (like new CPU’s with faster processors).
  2. Some bugs showed up and the manufacturer will flash the BIOS to fix those bugs.
  3. Faster USB speeds require firmware updates.
19
Q

A technician wants to boot a computer from a bootable USB drive. To do this, they want to change the boot order of the computer. Where can this technician go to change the boot order?

A

BIOS.

At times, it is necessary to boot to a different location than the default. The boot order can be changed in the BIOS of the device.

20
Q

Where do you change or define the boot order on your system?

A

System Setup.

Make sure your system recognizes all your storage devices and pick a boot order.

You can set optical drives or USB devices (thumb drives) as bootable devices.

21
Q

What’s a good suspected reason why your computer couldn’t boot?

A

The boot order changed from a bootable to a non-bootable device.

22
Q

TPM - trusted platform module

A

security chip that stores cryptographic keys used by the BIOS or UEFI in booting authentication.

23
Q

HSM - Hardware Security Module

A

security device that can create, manage, and store encryption keys.

24
Q

encryption key

A

can be set to access an encrypted hard drive. If set, that key must be used for decryption, even if the drive is moved to another computer.