CS411-Midterm
1 / 50
________ decouple producers and consumers.
2 / 50
Which of the following is an entity that introduces event into the system?
3 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
4 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
5 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
6 / 50
Ctor return any values and it initializes class members.
7 / 50
Cast back to base type to call a/an ________ method of base.
8 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
9 / 50
Multiple ________ are conventionally stored in multiple files.
10 / 50
Stathread is stand for:
11 / 50
Dependency properties are represented by _______________.
12 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
13 / 50
Events can be ______________.
14 / 50
Which statement is True about interfaces?
15 / 50
The code given below is equivalent to _________. White
16 / 50
___________ may contain events.
17 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
18 / 50
The base class will have the _____ functionality of all derived classes.
19 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
20 / 50
When the data is passed from one place to another in chunks, this data is called __________.
21 / 50
All the members of interfaces are implicitly__________.
22 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
23 / 50
To delcare an anonymous method, you just use keyword “________”.
24 / 50
Using xmldocument, the order is required.
25 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
26 / 50
An "object" element can have _________ type/s of children.
27 / 50
The common type system of C# has ________ types and ________ types.
28 / 50
The ___________ method is used to read the whole file at once.
29 / 50
During the program execution, program can be stopped with the help of _________.
30 / 50
Not implementing some methods of the interface in the class is _________________.
31 / 50
Which statement is true?
32 / 50
“FrameworkElement” is the base class that adds support for __________.
33 / 50
Attributes add ____________to your program.
34 / 50
"Situation" is an event occurrence that requires a (n) __________.
35 / 50
Enum of one type may not be ________ assigned to an enum of another type.
36 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
37 / 50
To use kbhit() command, you need to include which header file in your program?
38 / 50
Which of the following is/are not derived from “Control” class?
39 / 50
________ is basically array of arrays.
40 / 50
__________ events may or may not relate to an actual occurrence
41 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
42 / 50
Which of the following is not a feature of "C#"?
43 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
44 / 50
WPF stands for:
45 / 50
Obsoleteattribute causes a ________ warning to appear.
46 / 50
An initializer list can be used to use an alternate constructor.
47 / 50
Value-types hold their value in ________where they are declared.
48 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
49 / 50
________ processing is computing that performs operations on events.
50 / 50
Types of class members in C# are ________ and ________.
Your score is
The average score is 78%
Restart quiz