CS411-Midterm
1 / 50
________ is basically array of arrays.
2 / 50
If we require to set components in table (column and row) format, then which panel will be used?
3 / 50
________ is an occurrence within a particular system or domain.
4 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
5 / 50
__________let any classes behave like an array.
6 / 50
Wait for a single event is ____________operation.
7 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
8 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
9 / 50
___________ reads entire document in memory.
10 / 50
Interfaces define a contract.
11 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
12 / 50
C# is a _________ and .NET is a _________.
13 / 50
It is always possible to create an instance of a reference type.
14 / 50
Static ctor exists to initialize class static members and has many parameters.
15 / 50
There is/are _____ type(s) of padding in WPF element.
16 / 50
_________ allows to keep the user interface description and implementation separate.
17 / 50
The using directive can be used to rename a long namespace in the current file.
18 / 50
Attributes are generally applied ________ in front of type and type member declarations.
19 / 50
A customer order can be represented as ________.
20 / 50
Wpf 3.5 released in__________.
21 / 50
_________ are called by garbage collector.
22 / 50
Events and ________ work hand in hand.
23 / 50
Identify the Correct statement?
24 / 50
Auto-implemented properties do not allow simplified syntax.
25 / 50
Indexers can take any number of ________.
26 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
27 / 50
Which statement is True about interfaces?
28 / 50
XML is a stricter version of ____________.
29 / 50
Anonymous method is a method without a name.
30 / 50
_________types have the notion of referential identity.
31 / 50
Clean room design is also called__________.
32 / 50
Stathread is stand for:
33 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
34 / 50
Events may live ________ events like in event logs.
35 / 50
__________ is an entity that receives events from the system.
36 / 50
If we exclude the mechanism of calling the objects through name then:
37 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
38 / 50
The Main method returns a non-zero value which indicates the_____________.
39 / 50
Instances of value types do not have referential identity.
40 / 50
Which of the following grabs the “OK” button by only knowing its name?
41 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
42 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
43 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
44 / 50
Cast back to base type to call a/an ________ method of base.
45 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
46 / 50
To use kbhit() command, you need to include which header file in your program?
47 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
48 / 50
__________ events may or may not relate to an actual occurrence
49 / 50
Default underlying type of an enum is ________.
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