CS411-Midterm
1 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
2 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
3 / 50
If we require to set components in table (column and row) format, then which panel will be used?
4 / 50
WPF4 was released in _________________________.
5 / 50
A single exception can be handled differently.
6 / 50
________ have already happened whereas ________ are asking something to happen.
7 / 50
Which of the following is built from request-response?
8 / 50
The “this” pointer in methods refers to the ________ on which the method is called.
9 / 50
Which of the following is an occurrence within a particular system or domain?
10 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
11 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
12 / 50
Enum of one type may not be ________ assigned to an enum of another type.
13 / 50
Which of the following is/are not derived from “Control” class?
14 / 50
Dependency properties are represented by _______________.
15 / 50
Zero-based index is used in jagged arrays.
16 / 50
Default underlying type of an enum is ________.
17 / 50
Events can be ______________.
18 / 50
________ is an occurrence within a particular system or domain.
19 / 50
20 / 50
________ is basically array of arrays.
21 / 50
Wait for a single event is ____________operation.
22 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
23 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
24 / 50
Which statement is true?
25 / 50
The ___________ method is used to read the whole file at once.
26 / 50
27 / 50
There is/are _____ type(s) of padding in WPF element.
28 / 50
BAML is compressed representation of _________.
29 / 50
Events and ________ work hand in hand.
30 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
31 / 50
When the data is passed from one place to another in chunks, this data is called __________.
32 / 50
A class can inherit from ___________class/classes.
33 / 50
Default value of first member is ________.
34 / 50
WPF stands for:
35 / 50
________ contacts the service provider or the server.
36 / 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!
37 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
38 / 50
Obsoleteattribute causes a ________ warning to appear.
39 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
40 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
41 / 50
________ events may or may not relate to an actual occurrence.
42 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
43 / 50
There are ________ methods to read XML document.
44 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
45 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
46 / 50
___________ reads entire document in memory.
47 / 50
________ invoke derived class methods through base class reference during run-time.
48 / 50
Identify the Correct statement?
49 / 50
A compiled C# file is called ________.
50 / 50
Static ctor exists to initialize class static members and called only ________.
Your score is
The average score is 78%
Restart quiz