CS411-Midterm
1 / 50
A customer order can be represented as ________.
2 / 50
Static ctor exists to initialize class static members and has many parameters.
3 / 50
___________ may contain events.
4 / 50
All the members of interfaces are implicitly__________.
5 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
6 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
7 / 50
During the program execution, program can be stopped with the help of _________.
8 / 50
Obsoleteattribute causes a ________ warning to appear.
9 / 50
Which of the following is/are not derived from “Control” class?
10 / 50
Attributes are generally applied ________ in front of type and type member declarations.
11 / 50
The base class will have the _____ functionality of all derived classes.
12 / 50
Interfaces define a contract.
13 / 50
The using directive can be used to rename a long namespace in the current file.
14 / 50
The ___________ method is used to read the whole file at once.
15 / 50
________ decouple producers and consumers.
16 / 50
The default constructor initializes the integers with ___________ value.
17 / 50
Ctor return any values and it initializes class members.
18 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
19 / 50
________ operations are completed before the next operation can be started.
20 / 50
Which of the following does NOT include in event processing operations?
21 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
22 / 50
Overloaded operators must be static and must be declared in the class for which the operator is defined.
23 / 50
A class can inherit from ___________class/classes.
24 / 50
Multiple ________ are conventionally stored in multiple files.
25 / 50
An event is a list of___________.
26 / 50
Attributes can be used at design time by application development tools.
27 / 50
Auto-implemented properties do not allow simplified syntax.
28 / 50
Derived class is exactly the same as base.
29 / 50
Which statement is True about interfaces?
30 / 50
Cast back to base type to call a/an ________ method of base.
31 / 50
__________ is an entity that receives events from the system.
32 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
33 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
34 / 50
Not implementing some methods of the interface in the class is _________________.
35 / 50
"Console" is a/an __________ class in the "System" namespace.
36 / 50
_________ Method is used to move the file from one directory to another.
37 / 50
It is always possible to create an instance of a reference type.
38 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
39 / 50
_________ allows to keep the user interface description and implementation separate.
40 / 50
Cool stands for_________.
41 / 50
Reference types hold a reference to an object in memory.
42 / 50
There are ________ methods to read XML document.
43 / 50
44 / 50
Single Threaded Apartment model is used for communicating with unmanaged COM.
45 / 50
“FrameworkElement” is the base class that adds support for __________.
46 / 50
__________ events may or may not relate to an actual occurrence
47 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
48 / 50
IsNumeric(string s) is a function of ______________ class.
49 / 50
Syntax of struct and class are very ________.
50 / 50
An initializer list can be used to use an alternate constructor.
Your score is
The average score is 78%
Restart quiz