Chapter 4 Flashcards

1
Q

What are system calls

A

Kernel execute piece of codes on certain situations. It is called system calls.

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

What is layered approach in OS

A

The OS is broken into number of layers. Bottom layer is hardware and top most layer is user interface. Lower layer provide services to its upper layer. Its example is IBM’s OS/2.

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

What is microkernel approach

A

We minimize the kernel in it. It is easy to port to another hardware. Its example is Windows NT

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

What is virtual machine approach

A

We use CPU scheduling and virtual memory techniques to emulate an underlying hardware on OS. In this way, we can run VM on Windows and install another OS on virtual machine.

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

What is the root directory in linux/unix

A

/

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

Which directory holds binary executable files

A

bin

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

Which directory holds essential boot files

A

boot

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

What is super user in real time system

A

Super user is system administrator

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

Does linux/unix has command line interface

A

Yes

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