CS411-Midterm
1 / 50
Which of the following is/are not derived from “Control” class?
2 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
3 / 50
Clean room design is also called__________.
4 / 50
An initializer list can be used to use an alternate constructor.
5 / 50
Identify the Correct statement?
6 / 50
Derived Event is:
7 / 50
Object variables are references to the ________ object not the object themselves.
8 / 50
Cool stands for_________.
9 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
10 / 50
Events may live ________ events like in event logs.
11 / 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?
12 / 50
Events can be ______________.
13 / 50
Dependency properties are represented by _______________.
14 / 50
__________ events may or may not relate to an actual occurrence
15 / 50
Polymorphism needs the signatures to be the ________.
16 / 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 __________.
17 / 50
A delegate is a reference to a method.
18 / 50
Derived class is exactly the same as base.
19 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
20 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
21 / 50
Events are based on the principle of ____________.
22 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
23 / 50
An event is a list of___________.
24 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
25 / 50
The using directive can be used to rename a long namespace in the current file.
26 / 50
There are ________ methods to read XML document.
27 / 50
The common type system of C# has ________ types and ________ types.
28 / 50
Indexers can take any number of ________.
29 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
30 / 50
Wpf 3.5 released in__________.
31 / 50
Multiple ________ are conventionally stored in multiple files.
32 / 50
Single Threaded Apartment model is used for communicating with unmanaged COM.
33 / 50
CLI stands for:
34 / 50
Value-types hold their value in ________where they are declared.
35 / 50
A method performs an action in a series of statements, called a ______________.
36 / 50
________ is basically array of arrays.
37 / 50
The ___________ method is used to read the whole file at once.
38 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
39 / 50
Stathread is stand for:
40 / 50
Using xmldocument, the order is required.
41 / 50
___________ reads entire document in memory.
42 / 50
All the members of interfaces are implicitly__________.
43 / 50
Anonymous method is a method without a name.
44 / 50
Zero-based index is used in jagged arrays.
45 / 50
46 / 50
XML is a stricter version of ____________.
47 / 50
The base class will have the _____ functionality of all derived classes.
48 / 50
___________methods do not have names.
49 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
50 / 50
________ add declarative information to your programs.
Your score is
The average score is 78%
Restart quiz