CS411-Midterm
1 / 50
_________ are called by garbage collector.
2 / 50
Wait for a single event is ____________operation.
3 / 50
Which of the following is an occurrence within a particular system or domain?
4 / 50
Indexers can take any number of ________.
5 / 50
Polymorphism needs the signatures to be the ________.
6 / 50
Overloaded operators must be static and must be declared in the class for which the operator is defined.
7 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
8 / 50
There is/are _____ type(s) of padding in WPF element.
9 / 50
_________types have the notion of referential identity.
10 / 50
Derived class is exactly the same as base.
11 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
12 / 50
Syntax of struct and class are very ________.
13 / 50
Multiple ________ are conventionally stored in multiple files.
14 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
15 / 50
__________let any classes behave like an array.
16 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
17 / 50
g++ is a command of ____________.
18 / 50
A compiled C# file is called ________.
19 / 50
To use kbhit() command, you need to include which header file in your program?
20 / 50
When the data is passed from one place to another in chunks, this data is called __________.
21 / 50
BAML is compressed representation of _________.
22 / 50
To delcare an anonymous method, you just use keyword “________”.
23 / 50
The code given below is equivalent to _________. White
24 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
25 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
26 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
27 / 50
XML is a stricter version of ____________.
28 / 50
________ events may or may not relate to an actual occurrence.
29 / 50
Structs can not have destructors.
30 / 50
Value-types hold their value in ________where they are declared.
31 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
32 / 50
CLI stands for:
33 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
34 / 50
Attributes are generally applied ________ in front of type and type member declarations.
35 / 50
Object variables are references to the ________ object not the object themselves.
36 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
37 / 50
It is always possible to create an instance of a reference type.
38 / 50
Which statement is true?
39 / 50
An event is a list of___________.
40 / 50
There are ________ methods to read XML document.
41 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
42 / 50
The initial name for C# was ___________.
43 / 50
Interfaces define a contract.
44 / 50
Auto-implemented properties do not allow simplified syntax.
45 / 50
Attributes of a program can be queried at run time through __________.
46 / 50
________ processing operations include reading, creating, transforming, and deleting events.
47 / 50
________ processing is computing that performs operations on events.
48 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
49 / 50
__________ is an entity that receives events from the system.
50 / 50
Types of class members in C# are ________ and ________.
Your score is
The average score is 78%
Restart quiz