CS411-Midterm
1 / 50
_________ Method is used to move the file from one directory to another.
2 / 50
BAML is compressed representation of _________.
3 / 50
Events and ________ work hand in hand.
4 / 50
A single exception can be handled differently.
5 / 50
Clean room design is useful as a defense against __________.
6 / 50
There is/are _____ type(s) of padding in WPF element.
7 / 50
________ is a static class in the System namespace.
8 / 50
There is no order requirement on named parameters.
9 / 50
The default constructor initializes the integers with ___________ value.
10 / 50
WPF stands for:
11 / 50
Stathread is stand for:
12 / 50
AML is compressed representation of _________.
13 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
14 / 50
Which is the right syntax to define an interface?
15 / 50
To delcare an anonymous method, you just use keyword “________”.
16 / 50
Which of the following is an occurrence within a particular system or domain?
17 / 50
The Main method returns a non-zero value which indicates the_____________.
18 / 50
XAML is a declarative programming language for creating and initializing objects.
19 / 50
Anonymous methods ____________ the code size.
20 / 50
Attributes of a program can be queried at run time through __________.
21 / 50
There are ________ methods to read XML document.
22 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
23 / 50
Default value of first member is ________.
24 / 50
___________ reads entire document in memory.
25 / 50
Multiple ________ are conventionally stored in multiple files.
26 / 50
Instances of value types do not have referential identity.
27 / 50
Types of class members in C# are ________ and ________.
28 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
29 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
30 / 50
A class can inherit from ___________class/classes.
31 / 50
C# is a _________ and .NET is a _________.
32 / 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?
33 / 50
_________types have the notion of referential identity.
34 / 50
Extension methods __________ access the private data members of the class in which they are extended.
35 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
36 / 50
Which statement is True about interfaces?
37 / 50
___________methods do not have names.
38 / 50
An event is a list of___________.
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
Cool stands for_________.
41 / 50
At the time an event is fired, the _____________ methods will be invoked.
42 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
43 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
44 / 50
___________ may contain events.
45 / 50
__________ is an entity that receives events from the system.
46 / 50
"Console" is a/an __________ class in the "System" namespace.
47 / 50
Events are based on the principle of ____________.
48 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
49 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
50 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
Your score is
The average score is 78%
Restart quiz