Operating Systems Processes Flashcards

1
Q

What are operating system services?

A

They provide an environment for execution of programs.

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

Example of a system call?

A

fork(), exec(), wait(), exit()

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

What is a process?

A

An instance of a program in execution.

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

Define process control block (PCB).

A

Data structure containing process info like state, ID, registers.

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

What are system programs?

A

Programs that provide basic non-kernel functionalities.

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

Purpose of system programs?

A

Support system operation like file manipulation, status info.

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

Example of process state?

A

Ready, Running, Waiting, Terminated.

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