CS411-Midterm
1 / 50
There is/are _____ type(s) of padding in WPF element.
2 / 50
Anonymous methods ____________ the code size.
3 / 50
Clean room design is also called__________.
4 / 50
An initializer list can be used to use an alternate constructor.
5 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
6 / 50
A method performs an action in a series of statements, called a ______________.
7 / 50
The initial name for C# was ___________.
8 / 50
It is always possible to create an instance of a reference type.
9 / 50
Which of the following does NOT include in event processing operations?
10 / 50
________ have already happened whereas ________ are asking something to happen.
11 / 50
The default constructor initializes the integers with ___________ value.
12 / 50
Console class can reside in multiple libraries.
13 / 50
Polymorphism needs the signatures to be the ________.
14 / 50
Stathread is stand for:
15 / 50
Dependency properties are represented by _______________.
16 / 50
Static ctor exists to initialize class static members and called only ________.
17 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
18 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
19 / 50
Types of class members in C# are ________ and ________.
20 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
21 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
22 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
23 / 50
Namespaces do not allow name reuse.
24 / 50
________ add declarative information to your programs.
25 / 50
When the data is passed from one place to another in chunks, this data is called __________.
26 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
27 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
28 / 50
The code given below is equivalent to _________. White
29 / 50
30 / 50
________ is an occurrence within a particular system or domain.
31 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
32 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
33 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
34 / 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?
35 / 50
At the time an event is fired, the _____________ methods will be invoked.
36 / 50
Default value of first member is ________.
37 / 50
The using directive can be used to rename a long namespace in the current file.
38 / 50
BAML stands for:
39 / 50
Overloaded operators must be static and must be declared in the class for which the operator is defined.
40 / 50
Enum of one type may not be ________ assigned to an enum of another type.
41 / 50
Which of the following statements is TRUE about raw event?
42 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
43 / 50
Attributes are generally applied ________ in front of type and type member declarations.
44 / 50
Which of the following is built from request-response?
45 / 50
During the program execution, program can be stopped with the help of _________.
46 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
47 / 50
________ processing operations include reading, creating, transforming, and deleting events.
48 / 50
Multiple ________ are conventionally stored in multiple files.
49 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
50 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
Your score is
The average score is 78%
Restart quiz