CS411-Midterm
1 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
2 / 50
Cool stands for_________.
3 / 50
_________ Method is used to move the file from one directory to another.
4 / 50
Interfaces define a contract.
5 / 50
An event is a list of___________.
6 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
7 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
8 / 50
Events and ________ work hand in hand.
9 / 50
There are ________ methods to read XML document.
10 / 50
Derived class is exactly the same as base.
11 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
12 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
13 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
14 / 50
Which of the following statements is TRUE about raw event?
15 / 50
The “this” pointer in methods refers to the ________ on which the method is called.
16 / 50
Clean room design is useful as a defense against __________.
17 / 50
Static ctor exists to initialize class static members and has many parameters.
18 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
19 / 50
Derived Event is:
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
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
22 / 50
"Console" is a/an __________ class in the "System" namespace.
23 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
24 / 50
_________types have the notion of referential identity.
25 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
26 / 50
XAML is a declarative programming language for creating and initializing objects.
27 / 50
Ctor return any values and it initializes class members.
28 / 50
The result of Exception can bring __________ in the program.
29 / 50
"Situation" is an event occurrence that requires a (n) __________.
30 / 50
Events can be ______________.
31 / 50
___________ may contain events.
32 / 50
Types of class members in C# are ________ and ________.
33 / 50
Zero-based index is used in jagged arrays.
34 / 50
_________ are called by garbage collector.
35 / 50
Syntax of struct and class are very ________.
36 / 50
An initializer list can be used to use an alternate constructor.
37 / 50
Attributes are generally applied ________ in front of type and type member declarations.
38 / 50
A single exception can be handled differently.
39 / 50
Attributes can be used at design time by application development tools.
40 / 50
Which statement is True about interfaces?
41 / 50
Console class can reside in multiple libraries.
42 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
43 / 50
If we exclude the mechanism of calling the objects through name then:
44 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
45 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
46 / 50
When the data is passed from one place to another in chunks, this data is called __________.
47 / 50
Identify the Correct statement?
48 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
49 / 50
WPF stands for:
50 / 50
Named parameters come before positional parameters.
Your score is
The average score is 78%
Restart quiz