CS411-Midterm
1 / 50
System.Windows.Controls.Button b = new System.Windows.Controls.Button(); b.Content = "OK"; For the above code (written in C#) the corresponding XAML code will be:
2 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
3 / 50
“FrameworkElement” is the base class that adds support for __________.
4 / 50
__________ is an entity that receives events from the system.
5 / 50
A single exception can be handled differently.
6 / 50
A compiled C# file is called ________.
7 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
8 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
9 / 50
Attribute parameters can be either positional parameters or named parameters.
10 / 50
The result of Exception can bring __________ in the program.
11 / 50
________ is an occurrence within a particular system or domain.
12 / 50
________ operations are completed before the next operation can be started.
13 / 50
"Console" is a/an __________ class in the "System" namespace.
14 / 50
__________ are inherited by classes which provide the real implementation.
15 / 50
________ processing operations include reading, creating, transforming, and deleting events.
16 / 50
_________types have the notion of referential identity.
17 / 50
To delcare an anonymous method, you just use keyword “________”.
18 / 50
Static ctor exists to initialize class static members and called only ________.
19 / 50
Which of the following does NOT include in event processing operations?
20 / 50
There are ________ methods to read XML document.
21 / 50
An event is a list of___________.
22 / 50
The code given below is equivalent to _________. White
23 / 50
Enum of one type may not be ________ assigned to an enum of another type.
24 / 50
Obsoleteattribute causes a ________ warning to appear.
25 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
26 / 50
Using xmldocument, the order is required.
27 / 50
Events are based on the principle of ____________.
28 / 50
Wpf 3.5 released in__________.
29 / 50
Which of the following is an entity that introduces event into the system?
30 / 50
At the time an event is fired, the _____________ methods will be invoked.
31 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
32 / 50
AML is compressed representation of _________.
33 / 50
Anonymous method is a method without a name.
34 / 50
Interfaces define a contract.
35 / 50
Console class can reside in multiple libraries.
36 / 50
Attributes are generally applied ________ in front of type and type member declarations.
37 / 50
Namespaces do not allow name reuse.
38 / 50
________ decouple producers and consumers.
39 / 50
Attributes add ____________to your program.
40 / 50
Reference types hold a reference to an object in memory.
41 / 50
Which of the following is/are not derived from “Control” class?
42 / 50
Which statement is True about interfaces?
43 / 50
The using directive can be used to rename a long namespace in the current file.
44 / 50
Default underlying type of an enum is ________.
45 / 50
Which property will be used if we want to restrict the user to don’t increase the width of a WPF element from a specific amount?
46 / 50
Stathread is stand for:
47 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
48 / 50
Instances of value types do not have referential identity.
49 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
50 / 50
Identify the Correct statement?
Your score is
The average score is 78%
Restart quiz