8A 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

It is the action happening when something is occurring. For example, when you click on the application Yahoo, the ____ is Yahoo.exe, the executing file.

A

process

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

However, there are some processes that should never be deleted because if terminated, they can freeze or crash your system. Seven such processes are:

A
  • System (ntoskrnl.exe)
  • Windows Logon Application (winlogon.exe)
  • Windows Start-Up Application (wininit.exe)
  • Client Server Runtime Process (csrss.exe)
  • Windows Session Manager (smss.exe)
  • Windows Shell Experience Host (ShellExperienceHost.exe)
  • Windows Explorer (explorer.exe)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Processes can be located in the ___ ___ ___ on the Processes tab. This can be accessed by the Ctrl-Alt-Del command and then selecting Task Manager.

A

Windows Task Manager

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

A ___ ___ is a task that is performed on a server.

A

server process

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

Server processes are typically initiated as ___ ___ on the server. The server process can also be started by a command.

A

automated processes

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

Many server processes can be run in the FOREGROUND or synchronously. Processes that run in the foreground can be initiated by a command using the _____ parameter.

A

WAIT=YES

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

Commands that start server processes that do not allow the WAIT=YES parameter or commands, specified with WAIT=NO, are run in the ____ or asynchronously.

A

BACKGROUND

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

There are two types of server processes: ____ processes and ____ processes

A

work processes and communication processes

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

All server processes communicate with each other. If one process fails, the remaining ones ___ ___ ___ ___.

A

assume its queued tasks

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

Work processes do the ___ ___ ___. They activate, generate, and execute tasks, and monitor them until they are finished.

A

actual server work

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

The primary work process is used for ___ ___. It performs central work-process tasks which must not be allocated (time basis, process administration, etc.).

A

special tasks

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

The ___ ___ hold the connections to the agents and the user interfaces

A

communication processes

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

The Processes tab in ___ ___ breaks down how everything on your system is currently performing, giving insight into how system resources are being used. This is a great way to see if a program or service is causing issues with your PC.

A

Task Manager

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