Os Flashcards

1
Q

What is an os

A

An intermedia between hardware and software which make a interface to users

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

When boostrap loads

A

At power up or reboot

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

Where boostrap stored

A

Rom known as firmware

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

Rom ?

A

Coded instructions stored permanently in Rom

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

What boostrap do

A

Initializes all aspects of system
Loads operating system kernel and starts execution

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

How bosstrap prosses works.what are the two stages

A

Rom holds the boostrap program.when the computer turns on cpu counter is set to the first instruction of boostrap and execute the instructions.when loading done the program counter is set to the first instruction of the os in ram

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

How the boostrap works? graphical?

A

boostrap runs
Os loads
Os runs

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

Innterput service routine?

A

Segements of code thatdeyerminea action to be taken for each type of interrupt

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

Interrupt vector means

A

Contain the adreessof service routines

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

What is done to prevent lost inrerrupt?

A

Incoming interupta are disabled while another interrupt is being processed.

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

Interrupt types?

A

Polling
Vectored

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

How do we know that i/o is complete in polling? Interrupt ?

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

How do we know that I/O is complete? (polling)

A

▪ Device sets a flag when it is busy.
▪ Program tests the flag in a loop waiting for completion of I/O.

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

How do we know that I/O is complete? (interrupts)

A

▪ On completion of I/O, device forces CPU to jump to a specific instruction address that contains
the interrupt service routine.
▪ After the interrupt has been processed, CPU returns to code it was executing prior to servicing
the interrupt

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