CS411-Midterm
1 / 50
The initial name for C# was ___________.
2 / 50
Types not defined in any namespace are said reside in the ___________ namespace.
3 / 50
Attributes add ____________to your program.
4 / 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!
5 / 50
An event is a list of___________.
6 / 50
Which of the following is an entity that introduces event into the system?
7 / 50
Using xmldocument, the order is required.
8 / 50
When the data is passed from one place to another in chunks, this data is called __________.
9 / 50
BAML stands for:
10 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
11 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
12 / 50
XAML is a declarative programming language for creating and initializing objects.
13 / 50
The result of Exception can bring __________ in the program.
14 / 50
What is the default value of "ColumnSpan" property of "Dockpanel"?
15 / 50
To delcare an anonymous method, you just use keyword “________”.
16 / 50
___________ method reads the whole document in memory.
17 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
18 / 50
Attributes are generally applied ________ in front of type and type member declarations.
19 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
20 / 50
Which of the following is an occurrence within a particular system or domain?
21 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
22 / 50
The Main method returns a non-zero value which indicates the_____________.
23 / 50
Event-based programming is also known as:
24 / 50
Named parameters come before positional parameters.
25 / 50
26 / 50
Static ctor exists to initialize class static members and called only ________.
27 / 50
An indexer enables your class to be treated like a/an ________.
28 / 50
Which of the following does NOT include in event processing operations?
29 / 50
Anonymous methods ____________ the code size.
30 / 50
Not implementing some methods of the interface in the class is _________________.
31 / 50
32 / 50
An "object" element can have _________ type/s of children.
33 / 50
Which of the following events may or may not relate to an actual occurrence?
34 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
35 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
36 / 50
Attribute parameters can be either positional parameters or named parameters.
37 / 50
Zero-based index is used in jagged arrays.
38 / 50
_________ is an event that is introduced into an event processing system by an event producer.
39 / 50
The common type system of C# has ________ types and ________ types.
40 / 50
________ operations are completed before the next operation can be started.
41 / 50
________ processing operations include reading, creating, transforming, and deleting events.
42 / 50
A method performs an action in a series of statements, called a ______________.
43 / 50
The System.Console is a ___________ which enables us to do Console Input and Output.
44 / 50
The using directive can be used to rename a long namespace in the current file.
45 / 50
Wait for a single event is ____________operation.
46 / 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?
47 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
48 / 50
Events may live ________ events like in event logs.
49 / 50
Cool stands for_________.
50 / 50
Obsoleteattribute causes a ________ warning to appear.
Your score is
The average score is 78%
Restart quiz