CS411-Midterm
1 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
2 / 50
Which of the following does NOT include in event processing operations?
3 / 50
WPF stands for:
4 / 50
The ___________ method is used to read the whole file at once.
5 / 50
There are ________ methods to read XML document.
6 / 50
If we require to set components in table (column and row) format, then which panel will be used?
7 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
8 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
9 / 50
WPF4 was released in _________________________.
10 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
11 / 50
_________ allows to keep the user interface description and implementation separate.
12 / 50
________ have already happened whereas ________ are asking something to happen.
13 / 50
Interfaces define a contract.
14 / 50
Cool stands for_________.
15 / 50
A customer order can be represented as ________.
16 / 50
Value-types hold their value in ________where they are declared.
17 / 50
"Console" is a/an __________ class in the "System" namespace.
18 / 50
Which statement is True about interfaces?
19 / 50
XML is a stricter version of ____________.
20 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
21 / 50
The initial name for C# was ___________.
22 / 50
Default value of first member is ________.
23 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
24 / 50
All the members of interfaces are implicitly__________.
25 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
26 / 50
Static ctor exists to initialize class static members and called only ________.
27 / 50
A delegate is a reference to a method.
28 / 50
Indexers can take any number of ________.
29 / 50
Stathread is stand for:
30 / 50
The result of Exception can bring __________ in the program.
31 / 50
Wait for a single event is ____________operation.
32 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
33 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
34 / 50
___________ may contain events.
35 / 50
Cast back to base type to call a/an ________ method of base.
36 / 50
A (n) ____________ is a set of associated events.
37 / 50
Every __________ is represented by an event-object.
38 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
39 / 50
"Situation" is an event occurrence that requires a (n) __________.
40 / 50
Extension methods __________ access the private data members of the class in which they are extended.
41 / 50
IsNumeric(string s) is a function of ______________ class.
42 / 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?
43 / 50
A class can inherit from ___________class/classes.
44 / 50
Object variables are references to the ________ object not the object themselves.
45 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
46 / 50
47 / 50
The Main method returns a non-zero value which indicates the_____________.
48 / 50
__________ is an entity that receives events from the system.
49 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
50 / 50
Zero-based index is used in jagged arrays.
Your score is
The average score is 78%
Restart quiz