CS411-Midterm
1 / 50
________ operations are completed before the next operation can be started.
2 / 50
If we require to set components in table (column and row) format, then which panel will be used?
3 / 50
Derived Event is:
4 / 50
Anonymous method is a method without a name.
5 / 50
Attributes of a program can be queried at run time through __________.
6 / 50
Clean room design is also called__________.
7 / 50
Polymorphism needs the signatures to be the ________.
8 / 50
Which of the following does NOT include in event processing operations?
9 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
10 / 50
Wait for a single event is ____________operation.
11 / 50
________ invoke derived class methods through base class reference during run-time.
12 / 50
When the data is passed from one place to another in chunks, this data is called __________.
13 / 50
XML is a stricter version of ____________.
14 / 50
Single Threaded Apartment model is used for communicating with unmanaged COM.
15 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
16 / 50
Not implementing some methods of the interface in the class is _________________.
17 / 50
A (n) ____________ is a set of associated events.
18 / 50
To use kbhit() command, you need to include which header file in your program?
19 / 50
__________let any classes behave like an array.
20 / 50
All the members of interfaces are implicitly__________.
21 / 50
Which is the right syntax to define an interface?
22 / 50
Which of the following is an entity that introduces event into the system?
23 / 50
Which of the following grabs the “OK” button by only knowing its name?
24 / 50
What is the default value of "ColumnSpan" property of "Dockpanel"?
25 / 50
Which of the following is an occurrence within a particular system or domain?
26 / 50
A single exception can be handled differently.
27 / 50
________ is basically array of arrays.
28 / 50
An initializer list can be used to use an alternate constructor.
29 / 50
An "object" element can have _________ type/s of children.
30 / 50
31 / 50
It is always possible to create an instance of a reference type.
32 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
33 / 50
Which of the following events may or may not relate to an actual occurrence?
34 / 50
The code given below is equivalent to _________. White
35 / 50
An indexer enables your class to be treated like a/an ________.
36 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
37 / 50
Attributes are generally applied ________ in front of type and type member declarations.
38 / 50
Reference types hold a reference to an object in memory.
39 / 50
Named parameters come before positional parameters.
40 / 50
Which of the following is/are not derived from “Control” class?
41 / 50
Visual Studio has a snippet called __________ that automatically expands into a definition of a dependency property, which makes defining one much faster than doing all the typing yourself!
42 / 50
Clean room design is useful as a defense against __________.
43 / 50
The using directive can be used to rename a long namespace in the current file.
44 / 50
Which of the following statements is TRUE about raw event?
45 / 50
Suppose we want to restrict the user to don’t decrease the height of a WPF element from a specific amount then which property will be used?
46 / 50
C# is a _________ and .NET is a _________.
47 / 50
Every __________ is represented by an event-object.
48 / 50
At the time an event is fired, the _____________ methods will be invoked.
49 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
50 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
Your score is
The average score is 78%
Restart quiz