CS411-Midterm
1 / 50
The System.Console is a ___________ which enables us to do Console Input and Output.
2 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
3 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
4 / 50
Attributes add ____________to your program.
5 / 50
________ processing operations include reading, creating, transforming, and deleting events.
6 / 50
Derived class is exactly the same as base.
7 / 50
Types of class members in C# are ________ and ________.
8 / 50
What is the default value of "ColumnSpan" property of "Dockpanel"?
9 / 50
__________ is an entity that receives events from the system.
10 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
11 / 50
The ___________ method is used to read the whole file at once.
12 / 50
Auto-implemented properties do not allow simplified syntax.
13 / 50
Which of the following is an entity that introduces event into the system?
14 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
15 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
16 / 50
Dependency properties are represented by _______________.
17 / 50
An initializer list can be used to use an alternate constructor.
18 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
19 / 50
Which of the following is not a feature of "C#"?
20 / 50
The common type system of C# has ________ types and ________ types.
21 / 50
Which statement is true?
22 / 50
________ is an occurrence within a particular system or domain.
23 / 50
There is no order requirement on named parameters.
24 / 50
If we require to set components in table (column and row) format, then which panel will be used?
25 / 50
A (n) ____________ is a set of associated events.
26 / 50
Extension methods can only be defined in ______________ class.
27 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
28 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
29 / 50
Stathread is stand for:
30 / 50
System.Windows.Controls.Button b = new System.Windows.Controls.Button(); b.Content = "OK"; For the above code (written in C#) the corresponding XAML code will be:
31 / 50
Static ctor exists to initialize class static members and has many parameters.
32 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
33 / 50
All the members of interfaces are implicitly__________.
34 / 50
________ events may or may not relate to an actual occurrence.
35 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
36 / 50
Zero-based index is used in jagged arrays.
37 / 50
The Main method returns a non-zero value which indicates the_____________.
38 / 50
During the program execution, program can be stopped with the help of _________.
39 / 50
________ have already happened whereas ________ are asking something to happen.
40 / 50
“FrameworkElement” is the base class that adds support for __________.
41 / 50
________ decouple producers and consumers.
42 / 50
Which of the following is/are not derived from “Control” class?
43 / 50
Which of the following statements is TRUE about raw event?
44 / 50
At the time an event is fired, the _____________ methods will be invoked.
45 / 50
___________ reads entire document in memory.
46 / 50
Single Threaded Apartment model is used for communicating with unmanaged COM.
47 / 50
To use kbhit() command, you need to include which header file in your program?
48 / 50
________ is basically array of arrays.
49 / 50
The “this” pointer in methods refers to the ________ on which the method is called.
50 / 50
________ add declarative information to your programs.
Your score is
The average score is 78%
Restart quiz