CS411-Midterm
1 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
2 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
3 / 50
Reference types hold a reference to an object in memory.
4 / 50
Which of the following is/are not derived from “Control” class?
5 / 50
g++ is a command of ____________.
6 / 50
Clean room design is useful as a defense against __________.
7 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
8 / 50
Anonymous methods ____________ the code size.
9 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
10 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
11 / 50
Namespaces do not allow name reuse.
12 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
13 / 50
Attribute parameters can be either positional parameters or named parameters.
14 / 50
Cool stands for_________.
15 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
16 / 50
Events and ________ work hand in hand.
17 / 50
Ctor return any values and it initializes class members.
18 / 50
Static ctor exists to initialize class static members and has many parameters.
19 / 50
_________ allows to keep the user interface description and implementation separate.
20 / 50
Derived Event is:
21 / 50
What is the default value of "ColumnSpan" property of "Dockpanel"?
22 / 50
To delcare an anonymous method, you just use keyword “________”.
23 / 50
Instances of value types do not have referential identity.
24 / 50
Extension methods __________ access the private data members of the class in which they are extended.
25 / 50
26 / 50
__________let any classes behave like an array.
27 / 50
__________ events may or may not relate to an actual occurrence
28 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
29 / 50
An indexer enables your class to be treated like a/an ________.
30 / 50
_________ are called by garbage collector.
31 / 50
When the data is passed from one place to another in chunks, this data is called __________.
32 / 50
Clean room design is also called__________.
33 / 50
"Console" is a/an __________ class in the "System" namespace.
34 / 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?
35 / 50
C# is a _________ and .NET is a _________.
36 / 50
Which of the following statements is TRUE about raw event?
37 / 50
The code given below is equivalent to _________. White
38 / 50
Anonymous method is a method without a name.
39 / 50
________ operations are completed before the next operation can be started.
40 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
41 / 50
Obsoleteattribute causes a ________ warning to appear.
42 / 50
Dependency properties are represented by _______________.
43 / 50
There is/are _____ type(s) of padding in WPF element.
44 / 50
If we require to set components in table (column and row) format, then which panel will be used?
45 / 50
The ___________ method is used to read the whole file at once.
46 / 50
Named parameters come before positional parameters.
47 / 50
________ processing operations include reading, creating, transforming, and deleting events.
48 / 50
Enum of one type may not be ________ assigned to an enum of another type.
49 / 50
The System.Console is a ___________ which enables us to do Console Input and Output.
50 / 50
___________ may contain events.
Your score is
The average score is 78%
Restart quiz