Booting Flashcards

1
Q

What is the primary goal of the booting process?

A

The main goal is to initialize the operating system and essential software to make the computer functional.

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

What are the key stages of the booting process?

A

Booting comprises three main stages: Power-On Self-Test (POST), bootloader, and loading the operating system.

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

What does the Power-On Self-Test (POST) do?

A

POST checks hardware components like CPU, RAM, and storage for errors.

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

What is a bootloader?

A

The bootloader is a small program that loads the operating system into memory from storage.

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

How does the bootloader know where to find the operating system?

A

It’s configured with information about the OS location in the boot configuration.

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

What’s the role of the Master Boot Record (MBR)?

A

MBR is a small section of the disk that contains the bootloader code and information.

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

What happens after the bootloader loads the OS?

A

Control is passed to the OS kernel, which initializes the software environment.

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

Can you explain the difference between cold boot and warm boot?

A

A cold boot starts the computer from a powered-off state, while a warm boot restarts it without a full power cycle.

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

What is hibernation in the booting context?

A

Hibernation saves the current system state to disk and allows a quick startup from where you left off.

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

Are there variations in the booting process for different operating systems?

A

Yes, different OSs have unique boot procedures, but they generally follow the same basic stages.

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