CS411-Midterm
1 / 50
Indexers can take any number of ________.
2 / 50
Single Threaded Apartment model is used for communicating with unmanaged COM.
3 / 50
Attributes add ____________to your program.
4 / 50
Attributes are generally applied ________ in front of type and type member declarations.
5 / 50
Suppose we want to restrict the user to don’t decrease the height of a WPF element from a specific amount then which property will be used?
6 / 50
__________ are inherited by classes which provide the real implementation.
7 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
8 / 50
Default underlying type of an enum is ________.
9 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
10 / 50
_________ Method is used to move the file from one directory to another.
11 / 50
Which of the following is/are not derived from “Control” class?
12 / 50
_________types have the notion of referential identity.
13 / 50
Which of the following does NOT include in event processing operations?
14 / 50
Which of the following statements is TRUE about raw event?
15 / 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?
16 / 50
An indexer enables your class to be treated like a/an ________.
17 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
18 / 50
"Situation" is an event occurrence that requires a (n) __________.
19 / 50
Object variables are references to the ________ object not the object themselves.
20 / 50
Obsoleteattribute causes a ________ warning to appear.
21 / 50
22 / 50
Static ctor exists to initialize class static members and has many parameters.
23 / 50
Cast back to base type to call a/an ________ method of base.
24 / 50
At the time an event is fired, the _____________ methods will be invoked.
25 / 50
AML is compressed representation of _________.
26 / 50
Derived Event is:
27 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
28 / 50
Polymorphism needs the signatures to be the ________.
29 / 50
Clean room design is useful as a defense against __________.
30 / 50
To use kbhit() command, you need to include which header file in your program?
31 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
32 / 50
The Main method returns a non-zero value which indicates the_____________.
33 / 50
Which of the following is an entity that introduces event into the system?
34 / 50
Syntax of struct and class are very ________.
35 / 50
36 / 50
___________ reads entire document in memory.
37 / 50
Wpf 3.5 released in__________.
38 / 50
Anonymous method is a method without a name.
39 / 50
There is/are _____ type(s) of padding in WPF element.
40 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
41 / 50
If we require to set components in table (column and row) format, then which panel will be used?
42 / 50
_________ are called by garbage collector.
43 / 50
Events can be ______________.
44 / 50
The code given below is equivalent to _________. White
45 / 50
Types not defined in any namespace are said reside in the ___________ namespace.
46 / 50
Every __________ is represented by an event-object.
47 / 50
During the program execution, program can be stopped with the help of _________.
48 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
49 / 50
Cool stands for_________.
50 / 50
Ctor return any values and it initializes class members.
Your score is
The average score is 78%
Restart quiz