CS411-Midterm
1 / 50
Visual Studio has a snippet called __________ that automatically expands into a definition of a dependency property, which makes defining one much faster than doing all the typing yourself!
2 / 50
Default value of first member is ________.
3 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
4 / 50
___________methods do not have names.
5 / 50
Which is the right syntax to define an interface?
6 / 50
The code given below is equivalent to _________. White
7 / 50
During the program execution, program can be stopped with the help of _________.
8 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
9 / 50
Auto-implemented properties do not allow simplified syntax.
10 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
11 / 50
Events and ________ work hand in hand.
12 / 50
________event consumer is an entity at the edge of an event processing system that receives events from the system.
13 / 50
Which of the following is/are not derived from “Control” class?
14 / 50
Default underlying type of an enum is ________.
15 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
16 / 50
__________let any classes behave like an array.
17 / 50
_________ is an event that is introduced into an event processing system by an event producer.
18 / 50
_________types have the notion of referential identity.
19 / 50
20 / 50
Structs can not have destructors.
21 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
22 / 50
Anonymous method is a method without a name.
23 / 50
"Situation" is an event occurrence that requires a (n) __________.
24 / 50
CLI stands for:
25 / 50
The initial name for C# was ___________.
26 / 50
Syntax of struct and class are very ________.
27 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
28 / 50
Which of the following does NOT include in event processing operations?
29 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
30 / 50
An indexer enables your class to be treated like a/an ________.
31 / 50
Which of the following is an entity that introduces event into the system?
32 / 50
Obsoleteattribute causes a ________ warning to appear.
33 / 50
At the time an event is fired, the _____________ methods will be invoked.
34 / 50
The “this” pointer in methods refers to the ________ on which the method is called.
35 / 50
Instances of value types do not have referential identity.
36 / 50
________ operations are completed before the next operation can be started.
37 / 50
WPF stands for:
38 / 50
Clean room design is useful as a defense against __________.
39 / 50
__________ are inherited by classes which provide the real implementation.
40 / 50
A single exception can be handled differently.
41 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
42 / 50
________ processing is computing that performs operations on events.
43 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
44 / 50
Using xmldocument, the order is required.
45 / 50
Derived class is exactly the same as base.
46 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
47 / 50
_________ are called by garbage collector.
48 / 50
Attributes add ____________to your program.
49 / 50
Event-based programming is also known as:
50 / 50
Anonymous methods ____________ the code size.
Your score is
The average score is 78%
Restart quiz