CS411-Midterm
1 / 50
Attribute parameters can be either positional parameters or named parameters.
2 / 50
Structs can not have destructors.
3 / 50
Single Threaded Apartment model is used for communicating with unmanaged COM.
4 / 50
Which is the right syntax to define an interface?
5 / 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 __________.
6 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
7 / 50
An indexer enables your class to be treated like a/an ________.
8 / 50
Which of the following is an entity that introduces event into the system?
9 / 50
There is/are _____ type(s) of padding in WPF element.
10 / 50
Clean room design is also called__________.
11 / 50
A (n) _____________is a subscription mechanism for events.
12 / 50
Default value of first member is ________.
13 / 50
BAML stands for:
14 / 50
"Situation" is an event occurrence that requires a (n) __________.
15 / 50
The base class will have the _____ functionality of all derived classes.
16 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
17 / 50
XAML is a declarative programming language for creating and initializing objects.
18 / 50
Static ctor exists to initialize class static members and has many parameters.
19 / 50
A delegate is a reference to a method.
20 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
21 / 50
Anonymous methods ____________ the code size.
22 / 50
Wpf 3.5 released in__________.
23 / 50
Event-based programming is also known as:
24 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
25 / 50
A class can inherit from ___________class/classes.
26 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
27 / 50
IsNumeric(string s) is a function of ______________ class.
28 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
29 / 50
Ctor return any values and it initializes class members.
30 / 50
Events may live ________ events like in event logs.
31 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
32 / 50
Which of the following events may or may not relate to an actual occurrence?
33 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
34 / 50
During the program execution, program can be stopped with the help of _________.
35 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
36 / 50
BAML is compressed representation of _________.
37 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
38 / 50
Obsoleteattribute causes a ________ warning to appear.
39 / 50
________ is basically array of arrays.
40 / 50
Which of the following does NOT include in event processing operations?
41 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
42 / 50
The code given below is equivalent to _________. White
43 / 50
A (n) ____________ is a set of associated events.
44 / 50
The initial name for C# was ___________.
45 / 50
Which of the following grabs the “OK” button by only knowing its name?
46 / 50
_________ allows to keep the user interface description and implementation separate.
47 / 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?
48 / 50
g++ is a command of ____________.
49 / 50
________ is an occurrence within a particular system or domain.
50 / 50
XML is a stricter version of ____________.
Your score is
The average score is 78%
Restart quiz