CS411-Midterm
1 / 50
The result of Exception can bring __________ in the program.
2 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
3 / 50
Which of the following is/are not derived from “Control” class?
4 / 50
Instances of value types do not have referential identity.
5 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
6 / 50
Default value of first member is ________.
7 / 50
Events may live ________ events like in event logs.
8 / 50
XML is a stricter version of ____________.
9 / 50
g++ is a command of ____________.
10 / 50
Derived class is exactly the same as base.
11 / 50
The common type system of C# has ________ types and ________ types.
12 / 50
The using directive can be used to rename a long namespace in the current file.
13 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
14 / 50
Clean room design is useful as a defense against __________.
15 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
16 / 50
_________types have the notion of referential identity.
17 / 50
Not implementing some methods of the interface in the class is _________________.
18 / 50
Which property will be used if we want to restrict the user to don’t increase the width of a WPF element from a specific amount?
19 / 50
Anonymous methods ____________ the code size.
20 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
21 / 50
Auto-implemented properties do not allow simplified syntax.
22 / 50
XAML is a declarative programming language for creating and initializing objects.
23 / 50
A compiled C# file is called ________.
24 / 50
Wpf 3.5 released in__________.
25 / 50
________event consumer is an entity at the edge of an event processing system that receives events from the system.
26 / 50
___________methods do not have names.
27 / 50
A delegate is a reference to a method.
28 / 50
An indexer enables your class to be treated like a/an ________.
29 / 50
Which of the following does NOT include in event processing operations?
30 / 50
Types of class members in C# are ________ and ________.
31 / 50
The “this” pointer in methods refers to the ________ on which the method is called.
32 / 50
The Main method returns a non-zero value which indicates the_____________.
33 / 50
Attributes can be used at design time by application development tools.
34 / 50
C# is a _________ and .NET is a _________.
35 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
36 / 50
IsNumeric(string s) is a function of ______________ class.
37 / 50
If we require to set components in table (column and row) format, then which panel will be used?
38 / 50
A single exception can be handled differently.
39 / 50
Namespaces do not allow name reuse.
40 / 50
________ operations are completed before the next operation can be started.
41 / 50
________ is a static class in the System namespace.
42 / 50
Every __________ is represented by an event-object.
43 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
44 / 50
________ is an occurrence within a particular system or domain.
45 / 50
Polymorphism needs the signatures to be the ________.
46 / 50
What is the default value of "ColumnSpan" property of "Dockpanel"?
47 / 50
Multiple ________ are conventionally stored in multiple files.
48 / 50
Event-based programming is also known as:
49 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
50 / 50
________ invoke derived class methods through base class reference during run-time.
Your score is
The average score is 78%
Restart quiz