CHAPTER 11: Application Support Flashcards

1
Q

A logical description of how different components, services, and resources work together to run applications.

A

application architecture

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

A collection of tools, advice, and methodologies that guides the IT administrator in determining which legacy applications are compatible with Windows 7 and how to help make them compatible.

A

Application Compatibility Toolkit

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

An abbreviation for Component Object Model, which is a generalized method used by some applications to cross-link to and access each other. This is a broader method than OLE

A

COM

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

Support systems designed for specifi c types of applications, such as Win32 applications. The environment hides the details of how the application must communicate with lower-level operating system components such as the Executive Services. Environment subsystems operate on a user-mode basis but have awareness of kernel mode services hosted through Executive Services.

A

environment subsystems

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

A collection of kernel model support modules to manage low-level duties in the operating system such as scheduling processes, managing memory, managing virtual environments, and running core kernel programming.

A

Executive Services

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

Part of the operating system that understands how to talk to the specifi c computer hardware on which the operating system is installed. This portion of the operating system runs at the lowest level of the application hierarchy in kernel mode.

A

Hardware Abstraction Layer (HAL)

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

A discrete body of registry keys and values stored in fi les as part of the operating system.

A

hives

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

The operating system software that runs in kernel mode on the computer?s processor and which provides low-level intelligence for the operating system.

A

kernel

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

An access mode for applications while they are running on the CPU that allows full access to all hardware devices and memory in the computer.

A

kernel mode

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

An abbreviation for Object Linking and Embedding, which is a method used by some applications to cross-link to each other.

A

OLE

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

A level in a hive?s hierarchy defi ned by its name and position relative to other keys in the hive hierarchy. A registry key can contain subkeys (other registry keys), values, or both.

A

registry key

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

An option to start an application with elevated security privileges.

A

Run as administrator

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

A coded value assigned to a user account when it is fi rst created to act as a unique identifi er that is not duplicated for any other account. The security identifi er is unique, regardless of what name is assigned to the user?s account.

A

security identifi er (SID)

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

A subordinate or lower level registry key within a hive that can contain values and other subkeys.

A

subkey

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

A method where data and parameters passed from 16-bit software to 32-bit software is translated in a bidirectional manner.

A

thunking

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

An access mode for applications while they are running on the CPU that allows restricted access to all hardware devices and memory in the computer. This mode makes it diffi cult for the running application to corrupt and crash the operating system. System-level applications may need more access than is allowed and must use kernel mode instead.

A

user mode

17
Q

A Win32 application that emulates a DOS environment for use by DOS and Win16 applications.

A

Virtual DOS Machine (VDM)

18
Q

Applications designed to run in a Windows 16-bit instruction environment.

A

Win16

19
Q

Applications designed to run in a Windows 32-bit instruction environment.

A

Win16

20
Q

Applications designed to run in a Windows 64-bit instruction environment.

A

Win64

21
Q

A standard for formatting information in a self-describing way for transfer between different applications.

A

XML