CS411-Midterm
1 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
2 / 50
There is/are _____ type(s) of padding in WPF element.
3 / 50
A compiled C# file is called ________.
4 / 50
Value-types hold their value in ________where they are declared.
5 / 50
C# is a _________ and .NET is a _________.
6 / 50
A (n) ____________ is a set of associated events.
7 / 50
________ events may or may not relate to an actual occurrence.
8 / 50
Wait for a single event is ____________operation.
9 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
10 / 50
An indexer enables your class to be treated like a/an ________.
11 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
12 / 50
The default constructor initializes the integers with ___________ value.
13 / 50
Obsoleteattribute causes a ________ warning to appear.
14 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
15 / 50
Indexers can take any number of ________.
16 / 50
If we require to set components in table (column and row) format, then which panel will be used?
17 / 50
Using xmldocument, the order is required.
18 / 50
________ processing operations include reading, creating, transforming, and deleting events.
19 / 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?
20 / 50
A (n) _____________is a subscription mechanism for events.
21 / 50
Named parameters come before positional parameters.
22 / 50
________ is a static class in the System namespace.
23 / 50
_________ is an event that is introduced into an event processing system by an event producer.
24 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
25 / 50
When the data is passed from one place to another in chunks, this data is called __________.
26 / 50
Auto-implemented properties do not allow simplified syntax.
27 / 50
___________ reads entire document in memory.
28 / 50
Which of the following is an occurrence within a particular system or domain?
29 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
30 / 50
The ___________ method is used to read the whole file at once.
31 / 50
WPF4 was released in _________________________.
32 / 50
Visual Studio has a snippet called __________ that automatically expands into a definition of a dependency property, which makes defining one much faster than doing all the typing yourself!
33 / 50
Ctor return any values and it initializes class members.
34 / 50
An event is a list of___________.
35 / 50
_________ Method is used to move the file from one directory to another.
36 / 50
Events and ________ work hand in hand.
37 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
38 / 50
Overloaded operators must be static and must be declared in the class for which the operator is defined.
39 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
40 / 50
Syntax of struct and class are very ________.
41 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
42 / 50
There are ________ methods to read XML document.
43 / 50
Zero-based index is used in jagged arrays.
44 / 50
“FrameworkElement” is the base class that adds support for __________.
45 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
46 / 50
Dependency properties are represented by _______________.
47 / 50
_________ are called by garbage collector.
48 / 50
Attributes add ____________to your program.
49 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
50 / 50
Polymorphism needs the signatures to be the ________.
Your score is
The average score is 78%
Restart quiz