CS411-Midterm
1 / 50
To delcare an anonymous method, you just use keyword “________”.
2 / 50
Events and ________ work hand in hand.
3 / 50
Overloaded operators must be static and must be declared in the class for which the operator is defined.
4 / 50
________ operations are completed before the next operation can be started.
5 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
6 / 50
An event is a list of___________.
7 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
8 / 50
Attributes can be used at design time by application development tools.
9 / 50
Which is the right syntax to define an interface?
10 / 50
Which of the following does NOT include in event processing operations?
11 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
12 / 50
The result of Exception can bring __________ in the program.
13 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
14 / 50
Attributes of a program can be queried at run time through __________.
15 / 50
Anonymous method is a method without a name.
16 / 50
At the time an event is fired, the _____________ methods will be invoked.
17 / 50
An initializer list can be used to use an alternate constructor.
18 / 50
Indexers can take any number of ________.
19 / 50
Attributes add ____________to your program.
20 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
21 / 50
________ is basically array of arrays.
22 / 50
A (n) ____________ is a set of associated events.
23 / 50
Events are based on the principle of ____________.
24 / 50
Which of the following is an occurrence within a particular system or domain?
25 / 50
________ invoke derived class methods through base class reference during run-time.
26 / 50
A delegate is a reference to a method.
27 / 50
Which statement is True about interfaces?
28 / 50
"Situation" is an event occurrence that requires a (n) __________.
29 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
30 / 50
________ add declarative information to your programs.
31 / 50
Enum of one type may not be ________ assigned to an enum of another type.
32 / 50
___________ method reads the whole document in memory.
33 / 50
Syntax of struct and class are very ________.
34 / 50
Default underlying type of an enum is ________.
35 / 50
The base class will have the _____ functionality of all derived classes.
36 / 50
“FrameworkElement” is the base class that adds support for __________.
37 / 50
Cool stands for_________.
38 / 50
Types not defined in any namespace are said reside in the ___________ namespace.
39 / 50
Which of the following statements is TRUE about raw event?
40 / 50
Event-based programming is also known as:
41 / 50
Wpf 3.5 released in__________.
42 / 50
Auto-implemented properties do not allow simplified syntax.
43 / 50
_________ allows to keep the user interface description and implementation separate.
44 / 50
_________ Method is used to move the file from one directory to another.
45 / 50
When the data is passed from one place to another in chunks, this data is called __________.
46 / 50
A customer order can be represented as ________.
47 / 50
Which of the following is an entity that introduces event into the system?
48 / 50
Namespaces do not allow name reuse.
49 / 50
Ctor return any values and it initializes class members.
50 / 50
It is always possible to create an instance of a reference type.
Your score is
The average score is 78%
Restart quiz