CS411-Midterm
1 / 50
Events may live ________ events like in event logs.
2 / 50
Default value of first member is ________.
3 / 50
Which of the following events may or may not relate to an actual occurrence?
4 / 50
Extension methods can only be defined in ______________ class.
5 / 50
Default underlying type of an enum is ________.
6 / 50
Stathread is stand for:
7 / 50
_________ is an event that is introduced into an event processing system by an event producer.
8 / 50
AML is compressed representation of _________.
9 / 50
__________ events may or may not relate to an actual occurrence
10 / 50
A class can inherit from ___________class/classes.
11 / 50
To delcare an anonymous method, you just use keyword “________”.
12 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
13 / 50
________ processing is computing that performs operations on events.
14 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
15 / 50
_________ allows to keep the user interface description and implementation separate.
16 / 50
A customer order can be represented as ________.
17 / 50
__________let any classes behave like an array.
18 / 50
Which is the right syntax to define an interface?
19 / 50
________ is a static class in the System namespace.
20 / 50
Which of the following is/are not derived from “Control” class?
21 / 50
Attributes can be used at design time by application development tools.
22 / 50
There are ________ methods to read XML document.
23 / 50
A compiled C# file is called ________.
24 / 50
Anonymous methods ____________ the code size.
25 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
26 / 50
Which statement is true?
27 / 50
There is no order requirement on named parameters.
28 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
29 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
30 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
31 / 50
Wait for a single event is ____________operation.
32 / 50
Cool stands for_________.
33 / 50
Clean room design is useful as a defense against __________.
34 / 50
Which of the following does NOT include in event processing operations?
35 / 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!
36 / 50
37 / 50
An event is a list of___________.
38 / 50
At the time an event is fired, the _____________ methods will be invoked.
39 / 50
___________ reads entire document in memory.
40 / 50
___________ method reads the whole document in memory.
41 / 50
The “this” pointer in methods refers to the ________ on which the method is called.
42 / 50
Not implementing some methods of the interface in the class is _________________.
43 / 50
44 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
45 / 50
_________ Method is used to move the file from one directory to another.
46 / 50
47 / 50
________ contacts the service provider or the server.
48 / 50
Which of the following is not a feature of "C#"?
49 / 50
Static ctor exists to initialize class static members and has many parameters.
50 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
Your score is
The average score is 78%
Restart quiz