CS411-Midterm
1 / 50
To delcare an anonymous method, you just use keyword “________”.
2 / 50
Extension methods can only be defined in ______________ class.
3 / 50
Console class can reside in multiple libraries.
4 / 50
_________ are called by garbage collector.
5 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
6 / 50
Derived Event is:
7 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
8 / 50
Static ctor exists to initialize class static members and has many parameters.
9 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
10 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
11 / 50
The ___________ method is used to read the whole file at once.
12 / 50
Reference types hold a reference to an object in memory.
13 / 50
CLI stands for:
14 / 50
C# is a _________ and .NET is a _________.
15 / 50
________ is a static class in the System namespace.
16 / 50
If we require to set components in table (column and row) format, then which panel will be used?
17 / 50
The using directive can be used to rename a long namespace in the current file.
18 / 50
Cool stands for_________.
19 / 50
Object variables are references to the ________ object not the object themselves.
20 / 50
Event-based programming is also known as:
21 / 50
g++ is a command of ____________.
22 / 50
Attributes can be used at design time by application development tools.
23 / 50
Which of the following is an occurrence within a particular system or domain?
24 / 50
Events are based on the principle of ____________.
25 / 50
IsNumeric(string s) is a function of ______________ class.
26 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
27 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
28 / 50
A method performs an action in a series of statements, called a ______________.
29 / 50
Clean room design is useful as a defense against __________.
30 / 50
_________ is an event that is introduced into an event processing system by an event producer.
31 / 50
A compiled C# file is called ________.
32 / 50
Value-types hold their value in ________where they are declared.
33 / 50
__________ is an entity that receives events from the system.
34 / 50
Which of the following is an entity that introduces event into the system?
35 / 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?
36 / 50
What is the default value of "ColumnSpan" property of "Dockpanel"?
37 / 50
________event consumer is an entity at the edge of an event processing system that receives events from the system.
38 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
39 / 50
A customer order can be represented as ________.
40 / 50
________ processing operations include reading, creating, transforming, and deleting events.
41 / 50
________ processing is computing that performs operations on events.
42 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
43 / 50
In context of XAML child element rules, if the child is plain text and a type converter exists to transform the child into the parent type (and no properties are set on the parent element), treat the child as the input to the type converter and use the output as the __________.
44 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
45 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
46 / 50
Interfaces define a contract.
47 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
48 / 50
Stathread is stand for:
49 / 50
The common type system of C# has ________ types and ________ types.
50 / 50
All the members of interfaces are implicitly__________.
Your score is
The average score is 78%
Restart quiz