CS411-Midterm
1 / 50
There are ________ methods to read XML document.
2 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
3 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
4 / 50
Events can be ______________.
5 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
6 / 50
C# is a _________ and .NET is a _________.
7 / 50
Static ctor exists to initialize class static members and called only ________.
8 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
9 / 50
Enum of one type may not be ________ assigned to an enum of another type.
10 / 50
Event-based programming is also known as:
11 / 50
All the members of interfaces are implicitly__________.
12 / 50
Which of the following is/are not derived from “Control” class?
13 / 50
A (n) _____________is a subscription mechanism for events.
14 / 50
___________ may contain events.
15 / 50
Clean room design is also called__________.
16 / 50
Not implementing some methods of the interface in the class is _________________.
17 / 50
Events and ________ work hand in hand.
18 / 50
________ events may or may not relate to an actual occurrence.
19 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
20 / 50
Which of the following does NOT include in event processing operations?
21 / 50
Events are based on the principle of ____________.
22 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
23 / 50
24 / 50
________ add declarative information to your programs.
25 / 50
Auto-implemented properties do not allow simplified syntax.
26 / 50
The System.Console is a ___________ which enables us to do Console Input and Output.
27 / 50
The default constructor initializes the integers with ___________ value.
28 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
29 / 50
The Main method returns a non-zero value which indicates the_____________.
30 / 50
Attributes add ____________to your program.
31 / 50
A single exception can be handled differently.
32 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
33 / 50
An indexer enables your class to be treated like a/an ________.
34 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
35 / 50
________ processing operations include reading, creating, transforming, and deleting events.
36 / 50
"Console" is a/an __________ class in the "System" namespace.
37 / 50
An initializer list can be used to use an alternate constructor.
38 / 50
Wait for a single event is ____________operation.
39 / 50
Anonymous methods ____________ the code size.
40 / 50
A class can inherit from ___________class/classes.
41 / 50
Attributes can be used at design time by application development tools.
42 / 50
The code given below is equivalent to _________. White
43 / 50
BAML is compressed representation of _________.
44 / 50
Multiple ________ are conventionally stored in multiple files.
45 / 50
________ processing is computing that performs operations on events.
46 / 50
Namespaces do not allow name reuse.
47 / 50
Extension methods can only be defined in ______________ class.
48 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
49 / 50
When the data is passed from one place to another in chunks, this data is called __________.
50 / 50
An event is a list of___________.
Your score is
The average score is 78%
Restart quiz