Unit 8 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

A _________ is simply an executable program developed for the end user

A

Process

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

Which Processes should never be deleted because if terminated can cause a freeze or crash of your system? (7)

A
  1. System (ntoskrnl.exe)
  2. Windows Logon Application (winlogon.exe)
  3. Windows Start-Up Application (wininit.exe)
  4. Client Server Runtime Process (csrss.exe)
  5. Windows Session Manager (smss.exe)

6.Windows Shell Experience Host (ShellExperienceHost.exe)

  1. Windows Explorer (explorer.exe)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Where can Processes be located?

A

Windows Task Manager on the Processes tab

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

(True/False) Accessing the Processes tab via Task Manager and ending a web browser
(Chrome, Edge) process will cause irreparable damage to your computer.

A

False

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

(True/False) Server processes are typically initiated as automated processes but can also be started by a command

A

True

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

What are the two types of server processes?

A
  1. Work Processes
  2. Communication Processes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe work processes

A

Work processes do the actual server work

(Activate, generate, execute, monitor tasks)

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

Which processes hold connections to agents and the user interfaces?

A

Communication Processes

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

(True/False) Left clicking on a process from the Processes tab in Task Manager allows you to end tasks, create dump files, etc

A

False

(Right-clicking)

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