CS411-Midterm
1 / 50
The Main method returns a non-zero value which indicates the_____________.
2 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
3 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
4 / 50
Default underlying type of an enum is ________.
5 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
6 / 50
All the members of interfaces are implicitly__________.
7 / 50
XAML is a declarative programming language for creating and initializing objects.
8 / 50
The using directive can be used to rename a long namespace in the current file.
9 / 50
Derived class is exactly the same as base.
10 / 50
________ processing operations include reading, creating, transforming, and deleting events.
11 / 50
“FrameworkElement” is the base class that adds support for __________.
12 / 50
Which of the following is an occurrence within a particular system or domain?
13 / 50
The initial name for C# was ___________.
14 / 50
Console class can reside in multiple libraries.
15 / 50
BAML stands for:
16 / 50
Which of the following is/are not derived from “Control” class?
17 / 50
________ events may or may not relate to an actual occurrence.
18 / 50
Events and ________ work hand in hand.
19 / 50
Ctor return any values and it initializes class members.
20 / 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?
21 / 50
The code given below is equivalent to _________. White
22 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
23 / 50
CLI stands for:
24 / 50
Interfaces define a contract.
25 / 50
_________ is an event that is introduced into an event processing system by an event producer.
26 / 50
Attributes are generally applied ________ in front of type and type member declarations.
27 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
28 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
29 / 50
The result of Exception can bring __________ in the program.
30 / 50
Events may live ________ events like in event logs.
31 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
32 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
33 / 50
34 / 50
Cast back to base type to call a/an ________ method of base.
35 / 50
Value-types hold their value in ________where they are declared.
36 / 50
If we require to set components in table (column and row) format, then which panel will be used?
37 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
38 / 50
An event is a list of___________.
39 / 50
BAML is compressed representation of _________.
40 / 50
Which statement is true?
41 / 50
Which of the following is an entity that introduces event into the system?
42 / 50
Events are based on the principle of ____________.
43 / 50
Cool stands for_________.
44 / 50
Which of the following grabs the “OK” button by only knowing its name?
45 / 50
_________types have the notion of referential identity.
46 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
47 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
48 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
49 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
50 / 50
g++ is a command of ____________.
Your score is
The average score is 78%
Restart quiz