CS411-Midterm
1 / 50
There are ________ methods to read XML document.
2 / 50
Which of the following is/are not derived from “Control” class?
3 / 50
Clean room design is useful as a defense against __________.
4 / 50
Attributes add ____________to your program.
5 / 50
_________ are called by garbage collector.
6 / 50
There is no order requirement on named parameters.
7 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
8 / 50
Events can be ______________.
9 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
10 / 50
During the program execution, program can be stopped with the help of _________.
11 / 50
If we require to set components in table (column and row) format, then which panel will be used?
12 / 50
Polymorphism needs the signatures to be the ________.
13 / 50
Derived Event is:
14 / 50
________ add declarative information to your programs.
15 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
16 / 50
Using xmldocument, the order is required.
17 / 50
18 / 50
Instances of value types do not have referential identity.
19 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
20 / 50
21 / 50
Stathread is stand for:
22 / 50
_________ allows to keep the user interface description and implementation separate.
23 / 50
There is/are _____ type(s) of padding in WPF element.
24 / 50
___________ method reads the whole document in memory.
25 / 50
"Situation" is an event occurrence that requires a (n) __________.
26 / 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?
27 / 50
________ is basically array of arrays.
28 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
29 / 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:
30 / 50
A method performs an action in a series of statements, called a ______________.
31 / 50
CLI stands for:
32 / 50
An event is a list of___________.
33 / 50
C# is a _________ and .NET is a _________.
34 / 50
Multiple ________ are conventionally stored in multiple files.
35 / 50
To delcare an anonymous method, you just use keyword “________”.
36 / 50
___________methods do not have names.
37 / 50
“FrameworkElement” is the base class that adds support for __________.
38 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
39 / 50
Static ctor exists to initialize class static members and called only ________.
40 / 50
Enum of one type may not be ________ assigned to an enum of another type.
41 / 50
Not implementing some methods of the interface in the class is _________________.
42 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
43 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
44 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
45 / 50
Which of the following is built from request-response?
46 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
47 / 50
Which statement is true?
48 / 50
49 / 50
Default value of first member is ________.
50 / 50
Events and ________ work hand in hand.
Your score is
The average score is 78%
Restart quiz