CS411-Midterm
1 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
2 / 50
Cool stands for_________.
3 / 50
The code given below is equivalent to _________. White
4 / 50
Interfaces define a contract.
5 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
6 / 50
Value-types hold their value in ________where they are declared.
7 / 50
Clean room design is also called__________.
8 / 50
Attributes can be used at design time by application development tools.
9 / 50
Dependency properties are represented by _______________.
10 / 50
Anonymous method is a method without a name.
11 / 50
A delegate is a reference to a method.
12 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
13 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
14 / 50
Indexers can take any number of ________.
15 / 50
________ have already happened whereas ________ are asking something to happen.
16 / 50
Events and ________ work hand in hand.
17 / 50
If we require to set components in table (column and row) format, then which panel will be used?
18 / 50
Console class can reside in multiple libraries.
19 / 50
________ processing operations include reading, creating, transforming, and deleting events.
20 / 50
CLI stands for:
21 / 50
Attributes are generally applied ________ in front of type and type member declarations.
22 / 50
Ctor return any values and it initializes class members.
23 / 50
"Situation" is an event occurrence that requires a (n) __________.
24 / 50
Identify the Correct statement?
25 / 50
Which of the following is an entity that introduces event into the system?
26 / 50
“FrameworkElement” is the base class that adds support for __________.
27 / 50
"Console" is a/an __________ class in the "System" namespace.
28 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
29 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
30 / 50
Zero-based index is used in jagged arrays.
31 / 50
Static ctor exists to initialize class static members and has many parameters.
32 / 50
An initializer list can be used to use an alternate constructor.
33 / 50
________event consumer is an entity at the edge of an event processing system that receives events from the system.
34 / 50
Types of class members in C# are ________ and ________.
35 / 50
The using directive can be used to rename a long namespace in the current file.
36 / 50
The Main method returns a non-zero value which indicates the_____________.
37 / 50
There is no order requirement on named parameters.
38 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
39 / 50
The result of Exception can bring __________ in the program.
40 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
41 / 50
________ is an occurrence within a particular system or domain.
42 / 50
Which of the following does NOT include in event processing operations?
43 / 50
C# is a _________ and .NET is a _________.
44 / 50
Anonymous methods ____________ the code size.
45 / 50
Which property will be used if we want to restrict the user to don’t increase the width of a WPF element from a specific amount?
46 / 50
________ processing is computing that performs operations on events.
47 / 50
If we exclude the mechanism of calling the objects through name then:
48 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
49 / 50
At the time an event is fired, the _____________ methods will be invoked.
50 / 50
Which of the following events may or may not relate to an actual occurrence?
Your score is
The average score is 78%
Restart quiz