Unit 4 System Software Flashcards

1
Q

What is a boot sequence

A

The initial set of operations that the computer performs when it is switched on

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

What is the boot loader

A

The program that performs the boot sequence is ends with the entire operating system being loaded

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
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
4
Q

What is bios responsible for

A

POST (power on self test) and loading the operating system

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

What is the process followed when the computer is turned on

A
  1. BIOS begins the POST to check the hardware
  2. An inventory of the hardware connected to the computer is obtained from the CMOS (complimentary metal oxide semiconductor)
  3. The hardware is tested to determine if it is functioning correctly
  4. The BIOS located the MBR (master boot record) a section of code usually stored in the hard disk drive. The MBR is responsible for loading and executing the operating system kernel which continues with the start up procedure
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does CMOS stand for

A

Complimentary metal oxide semiconductor

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

What is CMOS

A

A battery backed, volatile memory that stores hardware settings and user settings

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

What is hardware settings

A

The types of hardware installed on your computer such as the disk drive

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

What is user settings

A

The current date and time

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

What is a more efficient operating system than BIOS

A

UEFI (unified extended firmware interface)

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

What are the advantages of UEFI

A
  • the UEFI Firmware can boot from drives of 2.2 TB or larger
  • UEFI can run in 32-bit or 64-bit mode which has more address space than BIOS; this means that the boot process is faster
  • UEFI setup screens can be more user friendly than BIOS setting screens, including graphics drivers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What features does UEFI have

A
  • It supports secure boot, which means the operating can be checked for validity ensure no malware has tampered with the boot process
How well did you know this?
1
Not at all
2
3
4
5
Perfectly