CS411-Midterm
1 / 50
Stathread is stand for:
2 / 50
Types of class members in C# are ________ and ________.
3 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
4 / 50
Attributes of a program can be queried at run time through __________.
5 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
6 / 50
CLI stands for:
7 / 50
There are ________ methods to read XML document.
8 / 50
Which of the following does NOT include in event processing operations?
9 / 50
Dependency properties are represented by _______________.
10 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
11 / 50
Which of the following is built from request-response?
12 / 50
Which of the following is an entity that introduces event into the system?
13 / 50
The “this” pointer in methods refers to the ________ on which the method is called.
14 / 50
_________ allows to keep the user interface description and implementation separate.
15 / 50
Default value of first member is ________.
16 / 50
XML is a stricter version of ____________.
17 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
18 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
19 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
20 / 50
________ processing is computing that performs operations on events.
21 / 50
g++ is a command of ____________.
22 / 50
All the members of interfaces are implicitly__________.
23 / 50
Wpf 3.5 released in__________.
24 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
25 / 50
Enum of one type may not be ________ assigned to an enum of another type.
26 / 50
At the time an event is fired, the _____________ methods will be invoked.
27 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
28 / 50
XAML is a declarative programming language for creating and initializing objects.
29 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
30 / 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 __________.
31 / 50
Anonymous methods ____________ the code size.
32 / 50
We want the width of button should cover the whole width of StackPanel in WPF then what should be value of HorizontalAlignment property of button?
33 / 50
________ is an occurrence within a particular system or domain.
34 / 50
The Main method returns a non-zero value which indicates the_____________.
35 / 50
The ___________ method is used to read the whole file at once.
36 / 50
The common type system of C# has ________ types and ________ types.
37 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
38 / 50
To use kbhit() command, you need to include which header file in your program?
39 / 50
What is the default value of "ColumnSpan" property of "Dockpanel"?
40 / 50
If we require to set components in table (column and row) format, then which panel will be used?
41 / 50
Which of the following is/are not derived from “Control” class?
42 / 50
Multiple ________ are conventionally stored in multiple files.
43 / 50
"Situation" is an event occurrence that requires a (n) __________.
44 / 50
An "object" element can have _________ type/s of children.
45 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
46 / 50
47 / 50
Ctor return any values and it initializes class members.
48 / 50
Attributes add ____________to your program.
49 / 50
Cool stands for_________.
50 / 50
Extension methods __________ access the private data members of the class in which they are extended.
Your score is
The average score is 78%
Restart quiz