Processes and Process Management Flashcards

1
Q

Process:

A

an active entity of an app that encapsulates entire state of a running app: code, data, heap and stack

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

when an app is ran multiple times:

A

multiple processes are created

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

address space:

A

encapsulates all of the process state

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

Process control block

A

a data structure that OS maintains for every process it manages
it is created and initialized when process is started

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