CS411-Midterm
1 / 50
XML is a stricter version of ____________.
2 / 50
Which of the following is/are not derived from “Control” class?
3 / 50
________ decouple producers and consumers.
4 / 50
________ is an occurrence within a particular system or domain.
5 / 50
Syntax of struct and class are very ________.
6 / 50
Single Threaded Apartment model is used for communicating with unmanaged COM.
7 / 50
Which of the following is not a feature of "C#"?
8 / 50
__________ are inherited by classes which provide the real implementation.
9 / 50
Events are based on the principle of ____________.
10 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
11 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
12 / 50
C# is a _________ and .NET is a _________.
13 / 50
The initial name for C# was ___________.
14 / 50
_________types have the notion of referential identity.
15 / 50
If we require to set components in table (column and row) format, then which panel will be used?
16 / 50
________ processing is computing that performs operations on events.
17 / 50
Polymorphism needs the signatures to be the ________.
18 / 50
An event is a list of___________.
19 / 50
_________ are called by garbage collector.
20 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
21 / 50
Which of the following events may or may not relate to an actual occurrence?
22 / 50
When the data is passed from one place to another in chunks, this data is called __________.
23 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
24 / 50
If we exclude the mechanism of calling the objects through name then:
25 / 50
________ add declarative information to your programs.
26 / 50
WPF stands for:
27 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
28 / 50
A single exception can be handled differently.
29 / 50
Zero-based index is used in jagged arrays.
30 / 50
g++ is a command of ____________.
31 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
32 / 50
An "object" element can have _________ type/s of children.
33 / 50
Static ctor exists to initialize class static members and has many parameters.
34 / 50
A (n) ____________ is a set of associated events.
35 / 50
System.Windows.Controls.Button b = new System.Windows.Controls.Button(); b.Content = "OK"; For the above code (written in C#) the corresponding XAML code will be:
36 / 50
_________ allows to keep the user interface description and implementation separate.
37 / 50
Clean room design is useful as a defense against __________.
38 / 50
___________methods do not have names.
39 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
40 / 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?
41 / 50
CLI stands for:
42 / 50
________ processing operations include reading, creating, transforming, and deleting events.
43 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
44 / 50
Derived Event is:
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
What is the default value of "ColumnSpan" property of "Dockpanel"?
47 / 50
Event-based programming is also known as:
48 / 50
The code given below is equivalent to _________. White
49 / 50
The base class will have the _____ functionality of all derived classes.
50 / 50
Which is the right syntax to define an interface?
Your score is
The average score is 78%
Restart quiz