CS411-Midterm
1 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
2 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
3 / 50
Attributes add ____________to your program.
4 / 50
What is the default value of "ColumnSpan" property of "Dockpanel"?
5 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
6 / 50
g++ is a command of ____________.
7 / 50
Cast back to base type to call a/an ________ method of base.
8 / 50
Which of the following is built from request-response?
9 / 50
Value-types hold their value in ________where they are declared.
10 / 50
Which of the following is an occurrence within a particular system or domain?
11 / 50
_________ are called by garbage collector.
12 / 50
Which of the following events may or may not relate to an actual occurrence?
13 / 50
A compiled C# file is called ________.
14 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
15 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
16 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
17 / 50
__________ events may or may not relate to an actual occurrence
18 / 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!
19 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
20 / 50
________ have already happened whereas ________ are asking something to happen.
21 / 50
Which of the following is not a feature of "C#"?
22 / 50
___________ method reads the whole document in memory.
23 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
24 / 50
Zero-based index is used in jagged arrays.
25 / 50
Named parameters come before positional parameters.
26 / 50
Overloaded operators must be static and must be declared in the class for which the operator is defined.
27 / 50
Events can be ______________.
28 / 50
Stathread is stand for:
29 / 50
_________ allows to keep the user interface description and implementation separate.
30 / 50
Reference types hold a reference to an object in memory.
31 / 50
An indexer enables your class to be treated like a/an ________.
32 / 50
Which of the following is/are not derived from “Control” class?
33 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
34 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
35 / 50
Which of the following is an entity that introduces event into the system?
36 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
37 / 50
The Main method returns a non-zero value which indicates the_____________.
38 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
39 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
40 / 50
Static ctor exists to initialize class static members and has many parameters.
41 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
42 / 50
________ processing operations include reading, creating, transforming, and deleting events.
43 / 50
44 / 50
A (n) _____________is a subscription mechanism for events.
45 / 50
Cool stands for_________.
46 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
47 / 50
48 / 50
The code given below is equivalent to _________. White
49 / 50
Anonymous method is a method without a name.
50 / 50
_________ Method is used to move the file from one directory to another.
Your score is
The average score is 78%
Restart quiz