CS411-Midterm
1 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
2 / 50
Which of the following statements is TRUE about raw event?
3 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
4 / 50
Default underlying type of an enum is ________.
5 / 50
To delcare an anonymous method, you just use keyword “________”.
6 / 50
CLI stands for:
7 / 50
________ is basically array of arrays.
8 / 50
C# is a _________ and .NET is a _________.
9 / 50
________ processing is computing that performs operations on events.
10 / 50
Which statement is True about interfaces?
11 / 50
Anonymous methods ____________ the code size.
12 / 50
A delegate is a reference to a method.
13 / 50
Reference types hold a reference to an object in memory.
14 / 50
Which of the following does NOT include in event processing operations?
15 / 50
Types not defined in any namespace are said reside in the ___________ namespace.
16 / 50
________ contacts the service provider or the server.
17 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
18 / 50
________ decouple producers and consumers.
19 / 50
Clean room design is useful as a defense against __________.
20 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
21 / 50
There is/are _____ type(s) of padding in WPF element.
22 / 50
Which statement is true?
23 / 50
The System.Console is a ___________ which enables us to do Console Input and Output.
24 / 50
Types of class members in C# are ________ and ________.
25 / 50
________ is an occurrence within a particular system or domain.
26 / 50
__________ is an entity that receives events from the system.
27 / 50
"Console" is a/an __________ class in the "System" namespace.
28 / 50
The result of Exception can bring __________ in the program.
29 / 50
Events are based on the principle of ____________.
30 / 50
g++ is a command of ____________.
31 / 50
Extension methods __________ access the private data members of the class in which they are extended.
32 / 50
__________let any classes behave like an array.
33 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
34 / 50
Which of the following is an occurrence within a particular system or domain?
35 / 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?
36 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
37 / 50
WPF stands for:
38 / 50
Every __________ is represented by an event-object.
39 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
40 / 50
Attributes add ____________to your program.
41 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
42 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
43 / 50
________ add declarative information to your programs.
44 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
45 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
46 / 50
The base class will have the _____ functionality of all derived classes.
47 / 50
If we require to set components in table (column and row) format, then which panel will be used?
48 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
49 / 50
________ events may or may not relate to an actual occurrence.
50 / 50
Events may live ________ events like in event logs.
Your score is
The average score is 78%
Restart quiz