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
Markup extensions are invoked from ________ with explicit and consistent syntax.
3 / 50
_________ Method is used to move the file from one directory to another.
4 / 50
“FrameworkElement” is the base class that adds support for __________.
5 / 50
_________ are called by garbage collector.
6 / 50
Clean room design is useful as a defense against __________.
7 / 50
________ processing operations include reading, creating, transforming, and deleting events.
8 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
9 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
10 / 50
When the data is passed from one place to another in chunks, this data is called __________.
11 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
12 / 50
Multiple ________ are conventionally stored in multiple files.
13 / 50
There is/are _____ type(s) of padding in WPF element.
14 / 50
Dependency properties are represented by _______________.
15 / 50
At the time an event is fired, the _____________ methods will be invoked.
16 / 50
________ add declarative information to your programs.
17 / 50
Anonymous method is a method without a name.
18 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
19 / 50
Polymorphism needs the signatures to be the ________.
20 / 50
The result of Exception can bring __________ in the program.
21 / 50
Interfaces define a contract.
22 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
23 / 50
Which property will be used if we want to restrict the user to don’t increase the width of a WPF element from a specific amount?
24 / 50
________ contacts the service provider or the server.
25 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
26 / 50
XAML is a declarative programming language for creating and initializing objects.
27 / 50
___________ method reads the whole document in memory.
28 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
29 / 50
Obsoleteattribute causes a ________ warning to appear.
30 / 50
__________let any classes behave like an array.
31 / 50
"Situation" is an event occurrence that requires a (n) __________.
32 / 50
Anonymous methods ____________ the code size.
33 / 50
Instances of value types do not have referential identity.
34 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
35 / 50
Which of the following is an entity that introduces event into the system?
36 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
37 / 50
The base class will have the _____ functionality of all derived classes.
38 / 50
g++ is a command of ____________.
39 / 50
"Console" is a/an __________ class in the "System" namespace.
40 / 50
Which of the following is/are not derived from “Control” class?
41 / 50
The default constructor initializes the integers with ___________ value.
42 / 50
________event consumer is an entity at the edge of an event processing system that receives events from the system.
43 / 50
Events and ________ work hand in hand.
44 / 50
An event is a list of___________.
45 / 50
An "object" element can have _________ type/s of children.
46 / 50
Indexers can take any number of ________.
47 / 50
Static ctor exists to initialize class static members and has many parameters.
48 / 50
There are ________ methods to read XML document.
49 / 50
__________ is an entity that receives events from the system.
50 / 50
Enum of one type may not be ________ assigned to an enum of another type.
Your score is
The average score is 78%
Restart quiz