CS411-Midterm
1 / 50
________ contacts the service provider or the server.
2 / 50
CLI stands for:
3 / 50
________ is a static class in the System namespace.
4 / 50
IsNumeric(string s) is a function of ______________ class.
5 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
6 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
7 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
8 / 50
________event consumer is an entity at the edge of an event processing system that receives events from the system.
9 / 50
If we require to set components in table (column and row) format, then which panel will be used?
10 / 50
"Situation" is an event occurrence that requires a (n) __________.
11 / 50
Attributes can be used at design time by application development tools.
12 / 50
Cool stands for_________.
13 / 50
WPF4 was released in _________________________.
14 / 50
g++ is a command of ____________.
15 / 50
A (n) ____________ is a set of associated events.
16 / 50
When the data is passed from one place to another in chunks, this data is called __________.
17 / 50
Extension methods __________ access the private data members of the class in which they are extended.
18 / 50
Which of the following statements is TRUE about raw event?
19 / 50
The common type system of C# has ________ types and ________ types.
20 / 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?
21 / 50
If we exclude the mechanism of calling the objects through name then:
22 / 50
WPF stands for:
23 / 50
A customer order can be represented as ________.
24 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
25 / 50
___________ method reads the whole document in memory.
26 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
27 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
28 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
29 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
30 / 50
BAML stands for:
31 / 50
Ctor return any values and it initializes class members.
32 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
33 / 50
A method performs an action in a series of statements, called a ______________.
34 / 50
Which statement is true?
35 / 50
During the program execution, program can be stopped with the help of _________.
36 / 50
Derived Event is:
37 / 50
___________methods do not have names.
38 / 50
Wpf 3.5 released in__________.
39 / 50
An event is a list of___________.
40 / 50
Static ctor exists to initialize class static members and called only ________.
41 / 50
________ add declarative information to your programs.
42 / 50
The default constructor initializes the integers with ___________ value.
43 / 50
The code given below is equivalent to _________. White
44 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
45 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
46 / 50
There is no order requirement on named parameters.
47 / 50
Attributes of a program can be queried at run time through __________.
48 / 50
Object variables are references to the ________ object not the object themselves.
49 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
50 / 50
The base class will have the _____ functionality of all derived classes.
Your score is
The average score is 78%
Restart quiz