CS411-Midterm
1 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
2 / 50
The “this” pointer in methods refers to the ________ on which the method is called.
3 / 50
Zero-based index is used in jagged arrays.
4 / 50
Which is the right syntax to define an interface?
5 / 50
Event-based programming is also known as:
6 / 50
An indexer enables your class to be treated like a/an ________.
7 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
8 / 50
________ add declarative information to your programs.
9 / 50
During the program execution, program can be stopped with the help of _________.
10 / 50
To delcare an anonymous method, you just use keyword “________”.
11 / 50
Events are based on the principle of ____________.
12 / 50
Which of the following statements is TRUE about raw event?
13 / 50
Attribute parameters can be either positional parameters or named parameters.
14 / 50
An "object" element can have _________ type/s of children.
15 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
16 / 50
Console class can reside in multiple libraries.
17 / 50
________ is an occurrence within a particular system or domain.
18 / 50
________ processing is computing that performs operations on events.
19 / 50
WPF stands for:
20 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
21 / 50
The base class will have the _____ functionality of all derived classes.
22 / 50
Identify the Correct statement?
23 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
24 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
25 / 50
A class can inherit from ___________class/classes.
26 / 50
A delegate is a reference to a method.
27 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
28 / 50
The using directive can be used to rename a long namespace in the current file.
29 / 50
Static ctor exists to initialize class static members and has many parameters.
30 / 50
Cast back to base type to call a/an ________ method of base.
31 / 50
Not implementing some methods of the interface in the class is _________________.
32 / 50
33 / 50
Which of the following is/are not derived from “Control” class?
34 / 50
"Situation" is an event occurrence that requires a (n) __________.
35 / 50
Default value of first member is ________.
36 / 50
Wpf 3.5 released in__________.
37 / 50
A method performs an action in a series of statements, called a ______________.
38 / 50
Stathread is stand for:
39 / 50
Which of the following is built from request-response?
40 / 50
An initializer list can be used to use an alternate constructor.
41 / 50
Multiple ________ are conventionally stored in multiple files.
42 / 50
If we require to set components in table (column and row) format, then which panel will be used?
43 / 50
Auto-implemented properties do not allow simplified syntax.
44 / 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!
45 / 50
BAML is compressed representation of _________.
46 / 50
Anonymous method is a method without a name.
47 / 50
BAML stands for:
48 / 50
Enum of one type may not be ________ assigned to an enum of another type.
49 / 50
_________ allows to keep the user interface description and implementation separate.
50 / 50
Which of the following is an occurrence within a particular system or domain?
Your score is
The average score is 78%
Restart quiz