CS411-Midterm
1 / 50
AML is compressed representation of _________.
2 / 50
The using directive can be used to rename a long namespace in the current file.
3 / 50
There is/are _____ type(s) of padding in WPF element.
4 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
5 / 50
_________ Method is used to move the file from one directory to another.
6 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
7 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
8 / 50
System.Windows.Controls.Button b = new System.Windows.Controls.Button(); b.Content = "OK"; For the above code (written in C#) the corresponding XAML code will be:
9 / 50
The common type system of C# has ________ types and ________ types.
10 / 50
Event-based programming is also known as:
11 / 50
Extension methods can only be defined in ______________ class.
12 / 50
When the data is passed from one place to another in chunks, this data is called __________.
13 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
14 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
15 / 50
A method performs an action in a series of statements, called a ______________.
16 / 50
Ctor return any values and it initializes class members.
17 / 50
Auto-implemented properties do not allow simplified syntax.
18 / 50
The Main method returns a non-zero value which indicates the_____________.
19 / 50
Cast back to base type to call a/an ________ method of base.
20 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
21 / 50
_________ is an event that is introduced into an event processing system by an event producer.
22 / 50
IsNumeric(string s) is a function of ______________ class.
23 / 50
Wpf 3.5 released in__________.
24 / 50
Which of the following grabs the “OK” button by only knowing its name?
25 / 50
________ processing is computing that performs operations on events.
26 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
27 / 50
Which of the following is built from request-response?
28 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
29 / 50
A customer order can be represented as ________.
30 / 50
Stathread is stand for:
31 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
32 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
33 / 50
Which is the right syntax to define an interface?
34 / 50
There is no order requirement on named parameters.
35 / 50
________ processing operations include reading, creating, transforming, and deleting events.
36 / 50
Console class can reside in multiple libraries.
37 / 50
Value-types hold their value in ________where they are declared.
38 / 50
Every __________ is represented by an event-object.
39 / 50
An "object" element can have _________ type/s of children.
40 / 50
Instances of value types do not have referential identity.
41 / 50
A class can inherit from ___________class/classes.
42 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
43 / 50
To use kbhit() command, you need to include which header file in your program?
44 / 50
CLI stands for:
45 / 50
Static ctor exists to initialize class static members and has many parameters.
46 / 50
Zero-based index is used in jagged arrays.
47 / 50
BAML is compressed representation of _________.
48 / 50
_________ are called by garbage collector.
49 / 50
Identify the Correct statement?
50 / 50
Polymorphism needs the signatures to be the ________.
Your score is
The average score is 78%
Restart quiz