CS411-Midterm
1 / 50
Structs can not have destructors.
2 / 50
___________ may contain events.
3 / 50
Zero-based index is used in jagged arrays.
4 / 50
A delegate is a reference to a method.
5 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
6 / 50
Multiple ________ are conventionally stored in multiple files.
7 / 50
A single exception can be handled differently.
8 / 50
At the time an event is fired, the _____________ methods will be invoked.
9 / 50
A customer order can be represented as ________.
10 / 50
Namespaces do not allow name reuse.
11 / 50
________ processing operations include reading, creating, transforming, and deleting events.
12 / 50
The ___________ method is used to read the whole file at once.
13 / 50
Events are based on the principle of ____________.
14 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
15 / 50
Anonymous method is a method without a name.
16 / 50
__________let any classes behave like an array.
17 / 50
The result of Exception can bring __________ in the program.
18 / 50
Which of the following is/are not derived from “Control” class?
19 / 50
20 / 50
Dependency properties are represented by _______________.
21 / 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?
22 / 50
_________ allows to keep the user interface description and implementation separate.
23 / 50
Default value of first member is ________.
24 / 50
________event consumer is an entity at the edge of an event processing system that receives events from the system.
25 / 50
___________ reads entire document in memory.
26 / 50
Clean room design is useful as a defense against __________.
27 / 50
Events and ________ work hand in hand.
28 / 50
The common type system of C# has ________ types and ________ types.
29 / 50
WPF stands for:
30 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
31 / 50
___________methods do not have names.
32 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
33 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
34 / 50
________ is an occurrence within a particular system or domain.
35 / 50
__________ are inherited by classes which provide the real implementation.
36 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
37 / 50
_________ is an event that is introduced into an event processing system by an event producer.
38 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
39 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
40 / 50
Attributes of a program can be queried at run time through __________.
41 / 50
Every __________ is represented by an event-object.
42 / 50
Instances of value types do not have referential identity.
43 / 50
_________types have the notion of referential identity.
44 / 50
Attributes can be used at design time by application development tools.
45 / 50
A class can inherit from ___________class/classes.
46 / 50
Console class can reside in multiple libraries.
47 / 50
BAML is compressed representation of _________.
48 / 50
Named parameters come before positional parameters.
49 / 50
A compiled C# file is called ________.
50 / 50
Attributes are generally applied ________ in front of type and type member declarations.
Your score is
The average score is 78%
Restart quiz