CS411-Midterm
1 / 50
WPF stands for:
2 / 50
During the program execution, program can be stopped with the help of _________.
3 / 50
Clean room design is useful as a defense against __________.
4 / 50
________ processing is computing that performs operations on events.
5 / 50
Clean room design is also called__________.
6 / 50
_________ Method is used to move the file from one directory to another.
7 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
8 / 50
C# is a _________ and .NET is a _________.
9 / 50
Instances of value types do not have referential identity.
10 / 50
________ decouple producers and consumers.
11 / 50
The base class will have the _____ functionality of all derived classes.
12 / 50
Ctor return any values and it initializes class members.
13 / 50
Enum of one type may not be ________ assigned to an enum of another type.
14 / 50
__________let any classes behave like an array.
15 / 50
What is the default value of "ColumnSpan" property of "Dockpanel"?
16 / 50
Anonymous methods ____________ the code size.
17 / 50
CLI stands for:
18 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
19 / 50
A single exception can be handled differently.
20 / 50
Attributes add ____________to your program.
21 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
22 / 50
Named parameters come before positional parameters.
23 / 50
The default constructor initializes the integers with ___________ value.
24 / 50
System.Windows.Controls.Button b = new System.Windows.Controls.Button(); b.Content = "OK"; For the above code (written in C#) the corresponding XAML code will be:
25 / 50
An indexer enables your class to be treated like a/an ________.
26 / 50
Wpf 3.5 released in__________.
27 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
28 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
29 / 50
__________ events may or may not relate to an actual occurrence
30 / 50
A method performs an action in a series of statements, called a ______________.
31 / 50
Dependency properties are represented by _______________.
32 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
33 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
34 / 50
Attributes can be used at design time by application development tools.
35 / 50
At the time an event is fired, the _____________ methods will be invoked.
36 / 50
__________ is an entity that receives events from the system.
37 / 50
Visual Studio has a snippet called __________ that automatically expands into a definition of a dependency property, which makes defining one much faster than doing all the typing yourself!
38 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
39 / 50
________ invoke derived class methods through base class reference during run-time.
40 / 50
A delegate is a reference to a method.
41 / 50
XAML is a declarative programming language for creating and initializing objects.
42 / 50
Identify the Correct statement?
43 / 50
The “this” pointer in methods refers to the ________ on which the method is called.
44 / 50
Which of the following statements is TRUE about raw event?
45 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
46 / 50
Static ctor exists to initialize class static members and called only ________.
47 / 50
BAML stands for:
48 / 50
Event-based programming is also known as:
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
There are ________ methods to read XML document.
Your score is
The average score is 78%
Restart quiz