CS411-Midterm
1 / 50
Which of the following is an occurrence within a particular system or domain?
2 / 50
___________methods do not have names.
3 / 50
Wait for a single event is ____________operation.
4 / 50
CLI stands for:
5 / 50
Extension methods can only be defined in ______________ class.
6 / 50
Derived Event is:
7 / 50
Console class can reside in multiple libraries.
8 / 50
The initial name for C# was ___________.
9 / 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!
10 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
11 / 50
Enum of one type may not be ________ assigned to an enum of another type.
12 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
13 / 50
BAML stands for:
14 / 50
___________ method reads the whole document in memory.
15 / 50
Attributes of a program can be queried at run time through __________.
16 / 50
All the members of interfaces are implicitly__________.
17 / 50
Which of the following events may or may not relate to an actual occurrence?
18 / 50
Attributes are generally applied ________ in front of type and type member declarations.
19 / 50
To delcare an anonymous method, you just use keyword “________”.
20 / 50
Derived class is exactly the same as base.
21 / 50
There is no order requirement on named parameters.
22 / 50
Obsoleteattribute causes a ________ warning to appear.
23 / 50
Which of the following statements is TRUE about raw event?
24 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
25 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
26 / 50
The “this” pointer in methods refers to the ________ on which the method is called.
27 / 50
Wpf 3.5 released in__________.
28 / 50
Indexers can take any number of ________.
29 / 50
Which of the following is/are not derived from “Control” class?
30 / 50
Which is the right syntax to define an interface?
31 / 50
WPF4 was released in _________________________.
32 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
33 / 50
Which of the following does NOT include in event processing operations?
34 / 50
An event is a list of___________.
35 / 50
A method performs an action in a series of statements, called a ______________.
36 / 50
Which of the following is built from request-response?
37 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
38 / 50
The common type system of C# has ________ types and ________ types.
39 / 50
Attributes can be used at design time by application development tools.
40 / 50
"Situation" is an event occurrence that requires a (n) __________.
41 / 50
Which of the following is not a feature of "C#"?
42 / 50
Anonymous methods ____________ the code size.
43 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
44 / 50
Auto-implemented properties do not allow simplified syntax.
45 / 50
Attribute parameters can be either positional parameters or named parameters.
46 / 50
The System.Console is a ___________ which enables us to do Console Input and Output.
47 / 50
Which statement is True about interfaces?
48 / 50
The result of Exception can bring __________ in the program.
49 / 50
C# is a _________ and .NET is a _________.
50 / 50
Object variables are references to the ________ object not the object themselves.
Your score is
The average score is 78%
Restart quiz