CS411-Midterm
1 / 50
An "object" element can have _________ type/s of children.
2 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
3 / 50
“FrameworkElement” is the base class that adds support for __________.
4 / 50
Which statement is True about interfaces?
5 / 50
Named parameters come before positional parameters.
6 / 50
A (n) ____________ is a set of associated events.
7 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
8 / 50
CLI stands for:
9 / 50
Ctor return any values and it initializes class members.
10 / 50
A delegate is a reference to a method.
11 / 50
Attributes can be used at design time by application development tools.
12 / 50
A class can inherit from ___________class/classes.
13 / 50
_________ Method is used to move the file from one directory to another.
14 / 50
Multiple ________ are conventionally stored in multiple files.
15 / 50
Zero-based index is used in jagged arrays.
16 / 50
Clean room design is useful as a defense against __________.
17 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
18 / 50
Suppose we want to restrict the user to don’t decrease the height of a WPF element from a specific amount then which property will be used?
19 / 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?
20 / 50
At the time an event is fired, the _____________ methods will be invoked.
21 / 50
Which of the following is not a feature of "C#"?
22 / 50
Overloaded operators must be static and must be declared in the class for which the operator is defined.
23 / 50
________ is a static class in the System namespace.
24 / 50
An indexer enables your class to be treated like a/an ________.
25 / 50
Dependency properties are represented by _______________.
26 / 50
___________ may contain events.
27 / 50
AML is compressed representation of _________.
28 / 50
Interfaces define a contract.
29 / 50
________ operations are completed before the next operation can be started.
30 / 50
Default underlying type of an enum is ________.
31 / 50
During the program execution, program can be stopped with the help of _________.
32 / 50
________ decouple producers and consumers.
33 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
34 / 50
Which statement is true?
35 / 50
_________ is an event that is introduced into an event processing system by an event producer.
36 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
37 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
38 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
39 / 50
All the members of interfaces are implicitly__________.
40 / 50
________ have already happened whereas ________ are asking something to happen.
41 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
42 / 50
A compiled C# file is called ________.
43 / 50
Instances of value types do not have referential identity.
44 / 50
A single exception can be handled differently.
45 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
46 / 50
________ events may or may not relate to an actual occurrence.
47 / 50
Which of the following is/are not derived from “Control” class?
48 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
49 / 50
There is no order requirement on named parameters.
50 / 50
___________methods do not have names.
Your score is
The average score is 78%
Restart quiz