CS411-Midterm
1 / 50
An "object" element can have _________ type/s of children.
2 / 50
___________ reads entire document in memory.
3 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
4 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
5 / 50
________ processing is computing that performs operations on events.
6 / 50
Console class can reside in multiple libraries.
7 / 50
Attributes are generally applied ________ in front of type and type member declarations.
8 / 50
Anonymous methods ____________ the code size.
9 / 50
________ add declarative information to your programs.
10 / 50
It is always possible to create an instance of a reference type.
11 / 50
The default constructor initializes the integers with ___________ value.
12 / 50
All the members of interfaces are implicitly__________.
13 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
14 / 50
The base class will have the _____ functionality of all derived classes.
15 / 50
__________ is an entity that receives events from the system.
16 / 50
The Main method returns a non-zero value which indicates the_____________.
17 / 50
________ operations are completed before the next operation can be started.
18 / 50
The initial name for C# was ___________.
19 / 50
Attribute parameters can be either positional parameters or named parameters.
20 / 50
Event-based programming is also known as:
21 / 50
Polymorphism needs the signatures to be the ________.
22 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
23 / 50
CLI stands for:
24 / 50
"Console" is a/an __________ class in the "System" namespace.
25 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
26 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
27 / 50
Stathread is stand for:
28 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
29 / 50
___________ may contain events.
30 / 50
WPF4 was released in _________________________.
31 / 50
Overloaded operators must be static and must be declared in the class for which the operator is defined.
32 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
33 / 50
The result of Exception can bring __________ in the program.
34 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
35 / 50
g++ is a command of ____________.
36 / 50
At the time an event is fired, the _____________ methods will be invoked.
37 / 50
Obsoleteattribute causes a ________ warning to appear.
38 / 50
Which of the following is an occurrence within a particular system or domain?
39 / 50
XML is a stricter version of ____________.
40 / 50
AML is compressed representation of _________.
41 / 50
Every __________ is represented by an event-object.
42 / 50
Anonymous method is a method without a name.
43 / 50
__________ are inherited by classes which provide the real implementation.
44 / 50
Reference types hold a reference to an object in memory.
45 / 50
Attributes can be used at design time by application development tools.
46 / 50
The ___________ method is used to read the whole file at once.
47 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
48 / 50
Derived class is exactly the same as base.
49 / 50
IsNumeric(string s) is a function of ______________ class.
50 / 50
Indexers can take any number of ________.
Your score is
The average score is 78%
Restart quiz