Task Manager Flashcards

1
Q

What are the processes that can be seen in the Task Manager that don’t have the .exe extension?

A

Kernel processes that don’t have an executable (System, Registry, etc.)

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

What does Suspended status mean?

A

all threads within a given process are suspended and the app cannot make any furhter progress

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

What does the Not Responding status mean?

A

thread managing the UI didn’t examine its message queue for at least 5 seconds

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

What is the correct column in Task Manager to look at to determine the private memory used by a process (whether in physical memory or not)?

A

Commit size

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

How to add the Commit size column?

A

Task Manager > Details > right click > Select Columns > Commit size

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

What does Memory (active private working set) mean?

A

memory that is only used by the process and not shared with other processes (DLLs); only represents the physical memory - not good enough in terms of the total consumption of the process

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