CS411-Midterm
1 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
2 / 50
Events may live ________ events like in event logs.
3 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
4 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
5 / 50
The code given below is equivalent to _________. White
6 / 50
An event is a list of___________.
7 / 50
BAML stands for:
8 / 50
During the program execution, program can be stopped with the help of _________.
9 / 50
An indexer enables your class to be treated like a/an ________.
10 / 50
An initializer list can be used to use an alternate constructor.
11 / 50
Which statement is true?
12 / 50
Interfaces define a contract.
13 / 50
Console class can reside in multiple libraries.
14 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
15 / 50
Default value of first member is ________.
16 / 50
Which of the following is not a feature of "C#"?
17 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
18 / 50
Types not defined in any namespace are said reside in the ___________ namespace.
19 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
20 / 50
The using directive can be used to rename a long namespace in the current file.
21 / 50
A class can inherit from ___________class/classes.
22 / 50
Derived class is exactly the same as base.
23 / 50
What is the default value of "ColumnSpan" property of "Dockpanel"?
24 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
25 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
26 / 50
The Main method returns a non-zero value which indicates the_____________.
27 / 50
________ is a static class in the System namespace.
28 / 50
The common type system of C# has ________ types and ________ types.
29 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
30 / 50
Which of the following does NOT include in event processing operations?
31 / 50
"Situation" is an event occurrence that requires a (n) __________.
32 / 50
Which of the following is/are not derived from “Control” class?
33 / 50
________ is basically array of arrays.
34 / 50
___________ reads entire document in memory.
35 / 50
___________ method reads the whole document in memory.
36 / 50
Using xmldocument, the order is required.
37 / 50
_________ are called by garbage collector.
38 / 50
A customer order can be represented as ________.
39 / 50
Events can be ______________.
40 / 50
Derived Event is:
41 / 50
Events and ________ work hand in hand.
42 / 50
Attributes can be used at design time by application development tools.
43 / 50
Instances of value types do not have referential identity.
44 / 50
It is always possible to create an instance of a reference type.
45 / 50
Attributes add ____________to your program.
46 / 50
Single Threaded Apartment model is used for communicating with unmanaged COM.
47 / 50
BAML is compressed representation of _________.
48 / 50
__________ events may or may not relate to an actual occurrence
49 / 50
________ operations are completed before the next operation can be started.
50 / 50
Value-types hold their value in ________where they are declared.
Your score is
The average score is 78%
Restart quiz