CS411-Midterm
1 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
2 / 50
The common type system of C# has ________ types and ________ types.
3 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
4 / 50
The ___________ method is used to read the whole file at once.
5 / 50
Identify the Correct statement?
6 / 50
A (n) ____________ is a set of associated events.
7 / 50
BAML is compressed representation of _________.
8 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
9 / 50
The base class will have the _____ functionality of all derived classes.
10 / 50
An initializer list can be used to use an alternate constructor.
11 / 50
An indexer enables your class to be treated like a/an ________.
12 / 50
The initial name for C# was ___________.
13 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
14 / 50
Attributes are generally applied ________ in front of type and type member declarations.
15 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
16 / 50
There are ________ methods to read XML document.
17 / 50
________ is basically array of arrays.
18 / 50
The default constructor initializes the integers with ___________ value.
19 / 50
________event consumer is an entity at the edge of an event processing system that receives events from the system.
20 / 50
__________ is an entity that receives events from the system.
21 / 50
CLI stands for:
22 / 50
Dependency properties are represented by _______________.
23 / 50
The code given below is equivalent to _________. White
24 / 50
Extension methods __________ access the private data members of the class in which they are extended.
25 / 50
Single Threaded Apartment model is used for communicating with unmanaged COM.
26 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
27 / 50
Default underlying type of an enum is ________.
28 / 50
Which of the following does NOT include in event processing operations?
29 / 50
In context of XAML child element rules, if the child is plain text and a type converter exists to transform the child into the parent type (and no properties are set on the parent element), treat the child as the input to the type converter and use the output as the __________.
30 / 50
Suppose we want to restrict the user to don’t decrease the height of a WPF element from a specific amount then which property will be used?
31 / 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!
32 / 50
________ contacts the service provider or the server.
33 / 50
A customer order can be represented as ________.
34 / 50
Which of the following is an entity that introduces event into the system?
35 / 50
Anonymous methods ____________ the code size.
36 / 50
________ have already happened whereas ________ are asking something to happen.
37 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
38 / 50
Every __________ is represented by an event-object.
39 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
40 / 50
Zero-based index is used in jagged arrays.
41 / 50
A method performs an action in a series of statements, called a ______________.
42 / 50
Polymorphism needs the signatures to be the ________.
43 / 50
Which is the right syntax to define an interface?
44 / 50
Indexers can take any number of ________.
45 / 50
Using xmldocument, the order is required.
46 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
47 / 50
Wait for a single event is ____________operation.
48 / 50
Which of the following is/are not derived from “Control” class?
49 / 50
Not implementing some methods of the interface in the class is _________________.
50 / 50
Attributes of a program can be queried at run time through __________.
Your score is
The average score is 78%
Restart quiz