CS411-Midterm
1 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
2 / 50
Event-based programming is also known as:
3 / 50
CLI stands for:
4 / 50
WPF4 was released in _________________________.
5 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
6 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
7 / 50
The default constructor initializes the integers with ___________ value.
8 / 50
________ contacts the service provider or the server.
9 / 50
Identify the Correct statement?
10 / 50
An event is a list of___________.
11 / 50
Static ctor exists to initialize class static members and has many parameters.
12 / 50
________ add declarative information to your programs.
13 / 50
There are ________ methods to read XML document.
14 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
15 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
16 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
17 / 50
Default underlying type of an enum is ________.
18 / 50
IsNumeric(string s) is a function of ______________ class.
19 / 50
Multiple ________ are conventionally stored in multiple files.
20 / 50
__________let any classes behave like an array.
21 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
22 / 50
Anonymous method is a method without a name.
23 / 50
Not implementing some methods of the interface in the class is _________________.
24 / 50
In context of XAML child element rules, if the child is plain text and a type converter exists to transform the child into the parent type (and no properties are set on the parent element), treat the child as the input to the type converter and use the output as the __________.
25 / 50
Anonymous methods ____________ the code size.
26 / 50
“FrameworkElement” is the base class that adds support for __________.
27 / 50
Which of the following is/are not derived from “Control” class?
28 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
29 / 50
A customer order can be represented as ________.
30 / 50
_________ is an event that is introduced into an event processing system by an event producer.
31 / 50
To delcare an anonymous method, you just use keyword “________”.
32 / 50
Clean room design is also called__________.
33 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
34 / 50
Types not defined in any namespace are said reside in the ___________ namespace.
35 / 50
An indexer enables your class to be treated like a/an ________.
36 / 50
Which is the right syntax to define an interface?
37 / 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?
38 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
39 / 50
Using xmldocument, the order is required.
40 / 50
___________ may contain events.
41 / 50
42 / 50
43 / 50
Derived class is exactly the same as base.
44 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
45 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
46 / 50
The result of Exception can bring __________ in the program.
47 / 50
Wpf 3.5 released in__________.
48 / 50
Syntax of struct and class are very ________.
49 / 50
________ events may or may not relate to an actual occurrence.
50 / 50
Indexers can take any number of ________.
Your score is
The average score is 78%
Restart quiz