POST, BIOS, CMOS and UEFI Flashcards

1
Q

What does BIOS stand for?

A

Basic Input/Output System.

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

What does POST stand for?

A

Power-on Self-test.

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

What happens when a computer is booted?

A

The BIOS performs a hardware check on the main components of the computer. This is called a POST.

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

If there is a problem at bootup, then what is the likely outcome?

A

Either the computer emitting a series of beeps, or the screen goes blank and the beeps are emitted.
This error code indicates there is a hardware problem.

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

Are the error codes uniform across different BIOS?

A

No. There are usually similarities, however, motherboard manufacturers tend to use many different codes. Always consult the documentation.

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

What is a safe method of determining whether or not the POST is functioning correctly?

A

Remove the RAM modules from the computer, then power it on. It should emit the error code, but not damage your computer.

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

What is BIOS?

A

BIOS is a ROM chip on the motherboard that contains a small program. This program controls the communication between the operating system and the hardware.

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

What do POST/BIOS do together?

A

They identify:
Which drives are available.
Which drives are bootable.
How the memory is configured and when it can be used.
How PCIe and PCI expansion slots are configured.
How SATA and USB ports are configured.
Motherboard power management features.

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

Where are the BIOS settings stored?

A

In a Complimentary Metal Oxide Semiconductor chip.

CMOS Chip

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

How are BIOS settings retained by the CMOS?

A

The CMOS is battery powered. However, if the battery fails then settings can be lost. To this end it is always recommended that the BIOS settings be documented.

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

What is an easy way of documenting the BIOS settings?

A

By simply taking a picture of them.

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

What could the computers time and date being incorrect mean?

A

That the CMOS battery is bad or getting low.

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

What does UEFI mean?

A

Unified Extensible Firmware Interface.

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

What booting system do new computers utilise?

A

They use UEFI with legacy BIOS. This is because is provides additional features whilst addressing security issues with base BIOS.

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

Why may you see BIOS/UEFI when booting your BIOS?

A

Because Intel chips currently support backwards compatibility with legacy BIOS. They will stop with this practice past 2020.

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

How do many manufacturers label UEFI?

A

They label it as BIOS, in order for most users to understand that it fulfills the same function.

17
Q

What other advantages does UEFI have over BIOS?

A

A GUI interface.
It can run on both 32 and 64 bit systems.
Secure boot ensures your computer boots to your specified operating system. This prevents rootkits from taking hold.