Chapter 5 Flashcards

1
Q
Use the \_\_\_\_\_\_\_\_\_ property of the ServiceInstaller class to specify a brief comment that 
explains the purpose of the service.
A

Description

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
The \_\_\_\_\_\_\_\_\_ property of the \_\_\_\_\_\_\_\_\_ class indicates the account type under 
which a Windows service will run.
A

Account, ServiceProcessInstaller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
The \_\_\_\_\_\_\_\_\_ property of the EventLog class is used to specify the application name 
to use when writing to an event log
A

Source

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

_________ allows you to reuse existing functionality and layout for Windows Forms.

A

Visual inheritance

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

_________ applications are applications in which multiple child windows reside under a
single parent window.

A

Multiple document interface (MDI)

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

A(n) _________ is ideal for creating long-running applications that run in the
background and do not have any user interface

A

Windows service

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

_________ do not have a graphical user interface and use a text-mode console window
to interact with the user.

A

Console-based applications

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

_________ applications provide their own window management functionality, whereas
_________ applications rely on the operating system for window management.

A

multiple document interface (MDI), single document interface (SDI)

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

A delegate can be bound to any method whose signature matches that of the ________.

A

delegate declaration

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

The _________ can be bound to more than one method, allowing one-to-many
notifications when an event is fired

A

multicast delegates

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