CS411-Midterm
1 / 50
The default constructor initializes the integers with ___________ value.
2 / 50
________ operations are completed before the next operation can be started.
3 / 50
Which of the following is/are not derived from “Control” class?
4 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
5 / 50
The initial name for C# was ___________.
6 / 50
Derived class is exactly the same as base.
7 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
8 / 50
A compiled C# file is called ________.
9 / 50
A single exception can be handled differently.
10 / 50
"Situation" is an event occurrence that requires a (n) __________.
11 / 50
At the time an event is fired, the _____________ methods will be invoked.
12 / 50
If we require to set components in table (column and row) format, then which panel will be used?
13 / 50
AML is compressed representation of _________.
14 / 50
A class can inherit from ___________class/classes.
15 / 50
Events may live ________ events like in event logs.
16 / 50
17 / 50
Default underlying type of an enum is ________.
18 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
19 / 50
________ add declarative information to your programs.
20 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
21 / 50
________ is a static class in the System namespace.
22 / 50
Which of the following does NOT include in event processing operations?
23 / 50
If we exclude the mechanism of calling the objects through name then:
24 / 50
Anonymous method is a method without a name.
25 / 50
Object variables are references to the ________ object not the object themselves.
26 / 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:
27 / 50
________ have already happened whereas ________ are asking something to happen.
28 / 50
29 / 50
Clean room design is useful as a defense against __________.
30 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
31 / 50
All the members of interfaces are implicitly__________.
32 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
33 / 50
Static ctor exists to initialize class static members and has many parameters.
34 / 50
_________types have the notion of referential identity.
35 / 50
________ decouple producers and consumers.
36 / 50
The Main method returns a non-zero value which indicates the_____________.
37 / 50
Indexers can take any number of ________.
38 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
39 / 50
Static ctor exists to initialize class static members and called only ________.
40 / 50
Cast back to base type to call a/an ________ method of base.
41 / 50
Structs can not have destructors.
42 / 50
Using xmldocument, the order is required.
43 / 50
Interfaces define a contract.
44 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
45 / 50
Derived Event is:
46 / 50
Types not defined in any namespace are said reside in the ___________ namespace.
47 / 50
___________ method reads the whole document in memory.
48 / 50
g++ is a command of ____________.
49 / 50
Attributes are generally applied ________ in front of type and type member declarations.
50 / 50
Your score is
The average score is 78%
Restart quiz