CS411-Midterm
1 / 50
Static ctor exists to initialize class static members and has many parameters.
2 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
3 / 50
________ is an occurrence within a particular system or domain.
4 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
5 / 50
The base class will have the _____ functionality of all derived classes.
6 / 50
An "object" element can have _________ type/s of children.
7 / 50
A class can inherit from ___________class/classes.
8 / 50
________ is basically array of arrays.
9 / 50
Console class can reside in multiple libraries.
10 / 50
Attributes add ____________to your program.
11 / 50
_________ Method is used to move the file from one directory to another.
12 / 50
Obsoleteattribute causes a ________ warning to appear.
13 / 50
__________ are inherited by classes which provide the real implementation.
14 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
15 / 50
________ add declarative information to your programs.
16 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
17 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
18 / 50
Attributes are generally applied ________ in front of type and type member declarations.
19 / 50
The common type system of C# has ________ types and ________ types.
20 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
21 / 50
Ctor return any values and it initializes class members.
22 / 50
It is always possible to create an instance of a reference type.
23 / 50
Events may live ________ events like in event logs.
24 / 50
Value-types hold their value in ________where they are declared.
25 / 50
Cool stands for_________.
26 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
27 / 50
_________ are called by garbage collector.
28 / 50
g++ is a command of ____________.
29 / 50
Overloaded operators must be static and must be declared in the class for which the operator is defined.
30 / 50
Default value of first member is ________.
31 / 50
The default constructor initializes the integers with ___________ value.
32 / 50
Visual Studio has a snippet called __________ that automatically expands into a definition of a dependency property, which makes defining one much faster than doing all the typing yourself!
33 / 50
Events and ________ work hand in hand.
34 / 50
Clean room design is also called__________.
35 / 50
_________ allows to keep the user interface description and implementation separate.
36 / 50
Reference types hold a reference to an object in memory.
37 / 50
__________let any classes behave like an array.
38 / 50
Attribute parameters can be either positional parameters or named parameters.
39 / 50
C# is a _________ and .NET is a _________.
40 / 50
Attributes of a program can be queried at run time through __________.
41 / 50
Cast back to base type to call a/an ________ method of base.
42 / 50
Which of the following is/are not derived from “Control” class?
43 / 50
A delegate is a reference to a method.
44 / 50
"Situation" is an event occurrence that requires a (n) __________.
45 / 50
When the data is passed from one place to another in chunks, this data is called __________.
46 / 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?
47 / 50
A single exception can be handled differently.
48 / 50
Which of the following statements is TRUE about raw event?
49 / 50
The result of Exception can bring __________ in the program.
50 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
Your score is
The average score is 78%
Restart quiz