CS411-Midterm
1 / 50
________ contacts the service provider or the server.
2 / 50
Structs can not have destructors.
3 / 50
AML is compressed representation of _________.
4 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
5 / 50
WPF4 was released in _________________________.
6 / 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?
7 / 50
________ is a static class in the System namespace.
8 / 50
IsNumeric(string s) is a function of ______________ class.
9 / 50
Attributes can be used at design time by application development tools.
10 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
11 / 50
Which of the following is built from request-response?
12 / 50
The using directive can be used to rename a long namespace in the current file.
13 / 50
_________ are called by garbage collector.
14 / 50
"Console" is a/an __________ class in the "System" namespace.
15 / 50
Namespaces do not allow name reuse.
16 / 50
Derived Event is:
17 / 50
Events can be ______________.
18 / 50
During the program execution, program can be stopped with the help of _________.
19 / 50
Which of the following events may or may not relate to an actual occurrence?
20 / 50
Which of the following statements is TRUE about raw event?
21 / 50
________ operations are completed before the next operation can be started.
22 / 50
________ add declarative information to your programs.
23 / 50
Multiple ________ are conventionally stored in multiple files.
24 / 50
BAML stands for:
25 / 50
Types not defined in any namespace are said reside in the ___________ namespace.
26 / 50
________ processing is computing that performs operations on events.
27 / 50
___________methods do not have names.
28 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
29 / 50
WPF stands for:
30 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
31 / 50
________ invoke derived class methods through base class reference during run-time.
32 / 50
To delcare an anonymous method, you just use keyword “________”.
33 / 50
__________ events may or may not relate to an actual occurrence
34 / 50
XML is a stricter version of ____________.
35 / 50
The result of Exception can bring __________ in the program.
36 / 50
Stathread is stand for:
37 / 50
"Situation" is an event occurrence that requires a (n) __________.
38 / 50
Named parameters come before positional parameters.
39 / 50
XAML is a declarative programming language for creating and initializing objects.
40 / 50
A delegate is a reference to a method.
41 / 50
Event-based programming is also known as:
42 / 50
The base class will have the _____ functionality of all derived classes.
43 / 50
We want the width of button should cover the whole width of StackPanel in WPF then what should be value of HorizontalAlignment property of button?
44 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
45 / 50
________ is an occurrence within a particular system or domain.
46 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
47 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
48 / 50
It is always possible to create an instance of a reference type.
49 / 50
Identify the Correct statement?
50 / 50
Which of the following is/are not derived from “Control” class?
Your score is
The average score is 78%
Restart quiz