CS411-Midterm
1 / 50
The base class will have the _____ functionality of all derived classes.
2 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
3 / 50
The result of Exception can bring __________ in the program.
4 / 50
Single Threaded Apartment model is used for communicating with unmanaged COM.
5 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
6 / 50
A (n) ____________ is a set of associated events.
7 / 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 __________.
8 / 50
________ is an occurrence within a particular system or domain.
9 / 50
________ processing operations include reading, creating, transforming, and deleting events.
10 / 50
At the time an event is fired, the _____________ methods will be invoked.
11 / 50
Interfaces define a contract.
12 / 50
Static ctor exists to initialize class static members and called only ________.
13 / 50
Polymorphism needs the signatures to be the ________.
14 / 50
Identify the Correct statement?
15 / 50
“FrameworkElement” is the base class that adds support for __________.
16 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
17 / 50
Which statement is true?
18 / 50
________ processing is computing that performs operations on events.
19 / 50
___________methods do not have names.
20 / 50
When the data is passed from one place to another in chunks, this data is called __________.
21 / 50
Extension methods can only be defined in ______________ class.
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
Named parameters come before positional parameters.
24 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
25 / 50
An indexer enables your class to be treated like a/an ________.
26 / 50
AML is compressed representation of _________.
27 / 50
The ___________ method is used to read the whole file at once.
28 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
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
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
31 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
32 / 50
A delegate is a reference to a method.
33 / 50
The common type system of C# has ________ types and ________ types.
34 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
35 / 50
________ invoke derived class methods through base class reference during run-time.
36 / 50
Clean room design is useful as a defense against __________.
37 / 50
Indexers can take any number of ________.
38 / 50
The “this” pointer in methods refers to the ________ on which the method is called.
39 / 50
___________ reads entire document in memory.
40 / 50
Which of the following is/are not derived from “Control” class?
41 / 50
Attribute parameters can be either positional parameters or named parameters.
42 / 50
g++ is a command of ____________.
43 / 50
Which of the following statements is TRUE about raw event?
44 / 50
Anonymous method is a method without a name.
45 / 50
Ctor return any values and it initializes class members.
46 / 50
To delcare an anonymous method, you just use keyword “________”.
47 / 50
Events are based on the principle of ____________.
48 / 50
If we exclude the mechanism of calling the objects through name then:
49 / 50
WPF stands for:
50 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
Your score is
The average score is 78%
Restart quiz