CS411-Midterm
1 / 50
There is no order requirement on named parameters.
2 / 50
_________ are called by garbage collector.
3 / 50
Derived class is exactly the same as base.
4 / 50
Which of the following is/are not derived from “Control” class?
5 / 50
________ is an occurrence within a particular system or domain.
6 / 50
Named parameters come before positional parameters.
7 / 50
________event consumer is an entity at the edge of an event processing system that receives events from the system.
8 / 50
A method performs an action in a series of statements, called a ______________.
9 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
10 / 50
________ processing operations include reading, creating, transforming, and deleting events.
11 / 50
Wpf 3.5 released in__________.
12 / 50
Which of the following does NOT include in event processing operations?
13 / 50
Every __________ is represented by an event-object.
14 / 50
________ operations are completed before the next operation can be started.
15 / 50
________ events may or may not relate to an actual occurrence.
16 / 50
___________ may contain events.
17 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
18 / 50
Attributes of a program can be queried at run time through __________.
19 / 50
Which of the following is not a feature of "C#"?
20 / 50
All the members of interfaces are implicitly__________.
21 / 50
Which is the right syntax to define an interface?
22 / 50
An event is a list of___________.
23 / 50
Attribute parameters can be either positional parameters or named parameters.
24 / 50
Value-types hold their value in ________where they are declared.
25 / 50
Event-based programming is also known as:
26 / 50
An indexer enables your class to be treated like a/an ________.
27 / 50
Default value of first member is ________.
28 / 50
A class can inherit from ___________class/classes.
29 / 50
Zero-based index is used in jagged arrays.
30 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
31 / 50
Extension methods __________ access the private data members of the class in which they are extended.
32 / 50
BAML is compressed representation of _________.
33 / 50
Attributes can be used at design time by application development tools.
34 / 50
Which of the following is built from request-response?
35 / 50
________ processing is computing that performs operations on events.
36 / 50
Clean room design is also called__________.
37 / 50
The System.Console is a ___________ which enables us to do Console Input and Output.
38 / 50
A (n) _____________is a subscription mechanism for events.
39 / 50
Events may live ________ events like in event logs.
40 / 50
Syntax of struct and class are very ________.
41 / 50
WPF4 was released in _________________________.
42 / 50
Anonymous method is a method without a name.
43 / 50
Enum of one type may not be ________ assigned to an enum of another type.
44 / 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:
45 / 50
Clean room design is useful as a defense against __________.
46 / 50
________ have already happened whereas ________ are asking something to happen.
47 / 50
Instances of value types do not have referential identity.
48 / 50
Static ctor exists to initialize class static members and has many parameters.
49 / 50
The result of Exception can bring __________ in the program.
50 / 50
There is/are _____ type(s) of padding in WPF element.
Your score is
The average score is 78%
Restart quiz