CS411-Midterm
1 / 50
Attributes add ____________to your program.
2 / 50
"Situation" is an event occurrence that requires a (n) __________.
3 / 50
At the time an event is fired, the _____________ methods will be invoked.
4 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
5 / 50
Derived class is exactly the same as base.
6 / 50
The result of Exception can bring __________ in the program.
7 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
8 / 50
Not implementing some methods of the interface in the class is _________________.
9 / 50
A (n) ____________ is a set of associated events.
10 / 50
Namespaces do not allow name reuse.
11 / 50
During the program execution, program can be stopped with the help of _________.
12 / 50
Which of the following does NOT include in event processing operations?
13 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
14 / 50
An indexer enables your class to be treated like a/an ________.
15 / 50
Which of the following is built from request-response?
16 / 50
When the data is passed from one place to another in chunks, this data is called __________.
17 / 50
Interfaces define a contract.
18 / 50
All the members of interfaces are implicitly__________.
19 / 50
__________ events may or may not relate to an actual occurrence
20 / 50
_________ is an event that is introduced into an event processing system by an event producer.
21 / 50
Polymorphism needs the signatures to be the ________.
22 / 50
Event-based programming is also known as:
23 / 50
To use kbhit() command, you need to include which header file in your program?
24 / 50
A delegate is a reference to a method.
25 / 50
“FrameworkElement” is the base class that adds support for __________.
26 / 50
________ add declarative information to your programs.
27 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
28 / 50
BAML stands for:
29 / 50
Attributes are generally applied ________ in front of type and type member declarations.
30 / 50
__________ are inherited by classes which provide the real implementation.
31 / 50
A method performs an action in a series of statements, called a ______________.
32 / 50
Which of the following events may or may not relate to an actual occurrence?
33 / 50
An "object" element can have _________ type/s of children.
34 / 50
________ operations are completed before the next operation can be started.
35 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
36 / 50
Stathread is stand for:
37 / 50
WPF stands for:
38 / 50
A single exception can be handled differently.
39 / 50
Reference types hold a reference to an object in memory.
40 / 50
Ctor return any values and it initializes class members.
41 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
42 / 50
__________ is an entity that receives events from the system.
43 / 50
Console class can reside in multiple libraries.
44 / 50
"Console" is a/an __________ class in the "System" namespace.
45 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
46 / 50
IsNumeric(string s) is a function of ______________ class.
47 / 50
________event consumer is an entity at the edge of an event processing system that receives events from the system.
48 / 50
Cast back to base type to call a/an ________ method of base.
49 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
50 / 50
Named parameters come before positional parameters.
Your score is
The average score is 78%
Restart quiz