CS411-Midterm
1 / 50
CLI stands for:
2 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
3 / 50
The base class will have the _____ functionality of all derived classes.
4 / 50
Console class can reside in multiple libraries.
5 / 50
g++ is a command of ____________.
6 / 50
Value-types hold their value in ________where they are declared.
7 / 50
A customer order can be represented as ________.
8 / 50
Anonymous method is a method without a name.
9 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
10 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
11 / 50
The common type system of C# has ________ types and ________ types.
12 / 50
An initializer list can be used to use an alternate constructor.
13 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
14 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
15 / 50
Which of the following does NOT include in event processing operations?
16 / 50
Attributes can be used at design time by application development tools.
17 / 50
XML is a stricter version of ____________.
18 / 50
_________ Method is used to move the file from one directory to another.
19 / 50
________ is a static class in the System namespace.
20 / 50
At the time an event is fired, the _____________ methods will be invoked.
21 / 50
Ctor return any values and it initializes class members.
22 / 50
Indexers can take any number of ________.
23 / 50
C# is a _________ and .NET is a _________.
24 / 50
Events are based on the principle of ____________.
25 / 50
BAML is compressed representation of _________.
26 / 50
Which of the following events may or may not relate to an actual occurrence?
27 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
28 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
29 / 50
AML is compressed representation of _________.
30 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
31 / 50
Multiple ________ are conventionally stored in multiple files.
32 / 50
_________ allows to keep the user interface description and implementation separate.
33 / 50
Overloaded operators must be static and must be declared in the class for which the operator is defined.
34 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
35 / 50
Cast back to base type to call a/an ________ method of base.
36 / 50
___________methods do not have names.
37 / 50
Using xmldocument, the order is required.
38 / 50
It is always possible to create an instance of a reference type.
39 / 50
"Console" is a/an __________ class in the "System" namespace.
40 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
41 / 50
If we require to set components in table (column and row) format, then which panel will be used?
42 / 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?
43 / 50
To use kbhit() command, you need to include which header file in your program?
44 / 50
WPF4 was released in _________________________.
45 / 50
__________ are inherited by classes which provide the real implementation.
46 / 50
The code given below is equivalent to _________. White
47 / 50
The default constructor initializes the integers with ___________ value.
48 / 50
Attribute parameters can be either positional parameters or named parameters.
49 / 50
Identify the Correct statement?
50 / 50
Extension methods __________ access the private data members of the class in which they are extended.
Your score is
The average score is 78%
Restart quiz