CS411-Midterm
1 / 50
_________ is an event that is introduced into an event processing system by an event producer.
2 / 50
XML is a stricter version of ____________.
3 / 50
___________ method reads the whole document in memory.
4 / 50
The “this” pointer in methods refers to the ________ on which the method is called.
5 / 50
________ is a static class in the System namespace.
6 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
7 / 50
WPF stands for:
8 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
9 / 50
Value-types hold their value in ________where they are declared.
10 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
11 / 50
_________ Method is used to move the file from one directory to another.
12 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
13 / 50
A customer order can be represented as ________.
14 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
15 / 50
BAML is compressed representation of _________.
16 / 50
Auto-implemented properties do not allow simplified syntax.
17 / 50
The ___________ method is used to read the whole file at once.
18 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
19 / 50
An event is a list of___________.
20 / 50
________ is an occurrence within a particular system or domain.
21 / 50
Derived Event is:
22 / 50
Default value of first member is ________.
23 / 50
Syntax of struct and class are very ________.
24 / 50
AML is compressed representation of _________.
25 / 50
During the program execution, program can be stopped with the help of _________.
26 / 50
It is always possible to create an instance of a reference type.
27 / 50
_________ are called by garbage collector.
28 / 50
Overloaded operators must be static and must be declared in the class for which the operator is defined.
29 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
30 / 50
Static ctor exists to initialize class static members and has many parameters.
31 / 50
Named parameters come before positional parameters.
32 / 50
Which of the following grabs the “OK” button by only knowing its name?
33 / 50
A (n) _____________is a subscription mechanism for events.
34 / 50
Types of class members in C# are ________ and ________.
35 / 50
Which of the following is an entity that introduces event into the system?
36 / 50
The result of Exception can bring __________ in the program.
37 / 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?
38 / 50
Reference types hold a reference to an object in memory.
39 / 50
__________ events may or may not relate to an actual occurrence
40 / 50
Attributes are generally applied ________ in front of type and type member declarations.
41 / 50
The initial name for C# was ___________.
42 / 50
If we require to set components in table (column and row) format, then which panel will be used?
43 / 50
Default underlying type of an enum is ________.
44 / 50
A delegate is a reference to a method.
45 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
46 / 50
__________ is an entity that receives events from the system.
47 / 50
Not implementing some methods of the interface in the class is _________________.
48 / 50
Anonymous method is a method without a name.
49 / 50
Enum of one type may not be ________ assigned to an enum of another type.
50 / 50
___________ may contain events.
Your score is
The average score is 78%
Restart quiz