CS411-Midterm
1 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
2 / 50
Derived Event is:
3 / 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?
4 / 50
g++ is a command of ____________.
5 / 50
________ contacts the service provider or the server.
6 / 50
Identify the Correct statement?
7 / 50
Attributes can be used at design time by application development tools.
8 / 50
Zero-based index is used in jagged arrays.
9 / 50
The default constructor initializes the integers with ___________ value.
10 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
11 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
12 / 50
Events are based on the principle of ____________.
13 / 50
Attributes of a program can be queried at run time through __________.
14 / 50
Using xmldocument, the order is required.
15 / 50
An indexer enables your class to be treated like a/an ________.
16 / 50
The result of Exception can bring __________ in the program.
17 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
18 / 50
XML is a stricter version of ____________.
19 / 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!
20 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
21 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
22 / 50
___________ reads entire document in memory.
23 / 50
Which of the following does NOT include in event processing operations?
24 / 50
Clean room design is useful as a defense against __________.
25 / 50
________ processing is computing that performs operations on events.
26 / 50
Cool stands for_________.
27 / 50
Dependency properties are represented by _______________.
28 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
29 / 50
________ events may or may not relate to an actual occurrence.
30 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
31 / 50
Extension methods __________ access the private data members of the class in which they are extended.
32 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
33 / 50
Which of the following statements is TRUE about raw event?
34 / 50
Anonymous methods ____________ the code size.
35 / 50
Ctor return any values and it initializes class members.
36 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
37 / 50
Enum of one type may not be ________ assigned to an enum of another type.
38 / 50
An event is a list of___________.
39 / 50
C# is a _________ and .NET is a _________.
40 / 50
Object variables are references to the ________ object not the object themselves.
41 / 50
Which statement is true?
42 / 50
Namespaces do not allow name reuse.
43 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
44 / 50
"Situation" is an event occurrence that requires a (n) __________.
45 / 50
If we require to set components in table (column and row) format, then which panel will be used?
46 / 50
WPF stands for:
47 / 50
_________ is an event that is introduced into an event processing system by an event producer.
48 / 50
It is always possible to create an instance of a reference type.
49 / 50
Which of the following is/are not derived from “Control” class?
50 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
Your score is
The average score is 78%
Restart quiz