CS411-Midterm
1 / 50
Events can be ______________.
2 / 50
__________ are inherited by classes which provide the real implementation.
3 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
4 / 50
Which statement is true?
5 / 50
The System.Console is a ___________ which enables us to do Console Input and Output.
6 / 50
Which of the following is not a feature of "C#"?
7 / 50
Ctor return any values and it initializes class members.
8 / 50
________ processing operations include reading, creating, transforming, and deleting events.
9 / 50
What is the default value of "ColumnSpan" property of "Dockpanel"?
10 / 50
_________ Method is used to move the file from one directory to another.
11 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
12 / 50
“FrameworkElement” is the base class that adds support for __________.
13 / 50
Identify the Correct statement?
14 / 50
___________ may contain events.
15 / 50
Auto-implemented properties do not allow simplified syntax.
16 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
17 / 50
__________let any classes behave like an array.
18 / 50
________ have already happened whereas ________ are asking something to happen.
19 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
20 / 50
AML is compressed representation of _________.
21 / 50
A single exception can be handled differently.
22 / 50
Types of class members in C# are ________ and ________.
23 / 50
A compiled C# file is called ________.
24 / 50
The common type system of C# has ________ types and ________ types.
25 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
26 / 50
Which of the following is an occurrence within a particular system or domain?
27 / 50
It is always possible to create an instance of a reference type.
28 / 50
Console class can reside in multiple libraries.
29 / 50
_________ are called by garbage collector.
30 / 50
Which of the following is built from request-response?
31 / 50
"Situation" is an event occurrence that requires a (n) __________.
32 / 50
Events are based on the principle of ____________.
33 / 50
The base class will have the _____ functionality of all derived classes.
34 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
35 / 50
The “this” pointer in methods refers to the ________ on which the method is called.
36 / 50
If we require to set components in table (column and row) format, then which panel will be used?
37 / 50
Which of the following events may or may not relate to an actual occurrence?
38 / 50
Wait for a single event is ____________operation.
39 / 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:
40 / 50
To delcare an anonymous method, you just use keyword “________”.
41 / 50
A (n) _____________is a subscription mechanism for events.
42 / 50
Event-based programming is also known as:
43 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
44 / 50
XML is a stricter version of ____________.
45 / 50
________ is basically array of arrays.
46 / 50
Instances of value types do not have referential identity.
47 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
48 / 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 __________.
49 / 50
A customer order can be represented as ________.
50 / 50
Attributes can be used at design time by application development tools.
Your score is
The average score is 78%
Restart quiz