CS411-Midterm
1 / 50
If we require to set components in table (column and row) format, then which panel will be used?
2 / 50
Static ctor exists to initialize class static members and called only ________.
3 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
4 / 50
The result of Exception can bring __________ in the program.
5 / 50
Which statement is True about interfaces?
6 / 50
If we exclude the mechanism of calling the objects through name then:
7 / 50
A method performs an action in a series of statements, called a ______________.
8 / 50
Using xmldocument, the order is required.
9 / 50
The System.Console is a ___________ which enables us to do Console Input and Output.
10 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
11 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
12 / 50
Extension methods __________ access the private data members of the class in which they are extended.
13 / 50
A delegate is a reference to a method.
14 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
15 / 50
Instances of value types do not have referential identity.
16 / 50
Dependency properties are represented by _______________.
17 / 50
_________ allows to keep the user interface description and implementation separate.
18 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
19 / 50
Ctor return any values and it initializes class members.
20 / 50
XAML is a declarative programming language for creating and initializing objects.
21 / 50
It is always possible to create an instance of a reference type.
22 / 50
g++ is a command of ____________.
23 / 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?
24 / 50
Which of the following statements is TRUE about raw event?
25 / 50
AML is compressed representation of _________.
26 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
27 / 50
There are ________ methods to read XML document.
28 / 50
Not implementing some methods of the interface in the class is _________________.
29 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
30 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
31 / 50
_________ Method is used to move the file from one directory to another.
32 / 50
Attribute parameters can be either positional parameters or named parameters.
33 / 50
________ operations are completed before the next operation can be started.
34 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
35 / 50
A (n) _____________is a subscription mechanism for events.
36 / 50
Namespaces do not allow name reuse.
37 / 50
BAML stands for:
38 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
39 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
40 / 50
CLI stands for:
41 / 50
An event is a list of___________.
42 / 50
Auto-implemented properties do not allow simplified syntax.
43 / 50
At the time an event is fired, the _____________ methods will be invoked.
44 / 50
________ is basically array of arrays.
45 / 50
________ is a static class in the System namespace.
46 / 50
Extension methods can only be defined in ______________ class.
47 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
48 / 50
Named parameters come before positional parameters.
49 / 50
Cast back to base type to call a/an ________ method of base.
50 / 50
Reference types hold a reference to an object in memory.
Your score is
The average score is 78%
Restart quiz