CS411-Midterm
1 / 50
Instances of value types do not have referential identity.
2 / 50
Events may live ________ events like in event logs.
3 / 50
If we require to set components in table (column and row) format, then which panel will be used?
4 / 50
There are ________ methods to read XML document.
5 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
6 / 50
________ have already happened whereas ________ are asking something to happen.
7 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
8 / 50
Attributes are generally applied ________ in front of type and type member declarations.
9 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
10 / 50
Zero-based index is used in jagged arrays.
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
Extension methods can only be defined in ______________ class.
13 / 50
Events can be ______________.
14 / 50
IsNumeric(string s) is a function of ______________ class.
15 / 50
Events and ________ work hand in hand.
16 / 50
Which of the following is not a feature of "C#"?
17 / 50
BAML stands for:
18 / 50
Namespaces do not allow name reuse.
19 / 50
To delcare an anonymous method, you just use keyword “________”.
20 / 50
BAML is compressed representation of _________.
21 / 50
The initial name for C# was ___________.
22 / 50
Which of the following does NOT include in event processing operations?
23 / 50
Single Threaded Apartment model is used for communicating with unmanaged COM.
24 / 50
Identify the Correct statement?
25 / 50
_________ Method is used to move the file from one directory to another.
26 / 50
C# is a _________ and .NET is a _________.
27 / 50
Interfaces define a contract.
28 / 50
Obsoleteattribute causes a ________ warning to appear.
29 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
30 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
31 / 50
If we exclude the mechanism of calling the objects through name then:
32 / 50
WPF4 was released in _________________________.
33 / 50
Which is the right syntax to define an interface?
34 / 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?
35 / 50
Wait for a single event is ____________operation.
36 / 50
The common type system of C# has ________ types and ________ types.
37 / 50
The System.Console is a ___________ which enables us to do Console Input and Output.
38 / 50
Polymorphism needs the signatures to be the ________.
39 / 50
__________ events may or may not relate to an actual occurrence
40 / 50
A (n) _____________is a subscription mechanism for events.
41 / 50
________ operations are completed before the next operation can be started.
42 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
43 / 50
The default constructor initializes the integers with ___________ value.
44 / 50
__________ is an entity that receives events from the system.
45 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
46 / 50
Attributes can be used at design time by application development tools.
47 / 50
_________ allows to keep the user interface description and implementation separate.
48 / 50
To use kbhit() command, you need to include which header file in your program?
49 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
50 / 50
Which of the following events may or may not relate to an actual occurrence?
Your score is
The average score is 78%
Restart quiz