CS411-Midterm
1 / 50
__________let any classes behave like an array.
2 / 50
Clean room design is useful as a defense against __________.
3 / 50
Which of the following is/are not derived from “Control” class?
4 / 50
Clean room design is also called__________.
5 / 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?
6 / 50
Events may live ________ events like in event logs.
7 / 50
Identify the Correct statement?
8 / 50
Obsoleteattribute causes a ________ warning to appear.
9 / 50
Cool stands for_________.
10 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
11 / 50
Static ctor exists to initialize class static members and has many parameters.
12 / 50
Enum of one type may not be ________ assigned to an enum of another type.
13 / 50
IsNumeric(string s) is a function of ______________ class.
14 / 50
The default constructor initializes the integers with ___________ value.
15 / 50
Which is the right syntax to define an interface?
16 / 50
Wpf 3.5 released in__________.
17 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
18 / 50
________ contacts the service provider or the server.
19 / 50
A single exception can be handled differently.
20 / 50
If we exclude the mechanism of calling the objects through name then:
21 / 50
Which of the following grabs the “OK” button by only knowing its name?
22 / 50
Which of the following is built from request-response?
23 / 50
To use kbhit() command, you need to include which header file in your program?
24 / 50
To delcare an anonymous method, you just use keyword “________”.
25 / 50
Event-based programming is also known as:
26 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
27 / 50
________ operations are completed before the next operation can be started.
28 / 50
AML is compressed representation of _________.
29 / 50
________ have already happened whereas ________ are asking something to happen.
30 / 50
________ processing is computing that performs operations on events.
31 / 50
Types not defined in any namespace are said reside in the ___________ namespace.
32 / 50
__________ are inherited by classes which provide the real implementation.
33 / 50
Auto-implemented properties do not allow simplified syntax.
34 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
35 / 50
Using xmldocument, the order is required.
36 / 50
Anonymous methods ____________ the code size.
37 / 50
Derived Event is:
38 / 50
___________ may contain events.
39 / 50
Every __________ is represented by an event-object.
40 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
41 / 50
The ___________ method is used to read the whole file at once.
42 / 50
Attributes of a program can be queried at run time through __________.
43 / 50
An indexer enables your class to be treated like a/an ________.
44 / 50
Indexers are similar to properties, but are accessed via a/an ____________ rather than a property name.
45 / 50
During the program execution, program can be stopped with the help of _________.
46 / 50
A compiled C# file is called ________.
47 / 50
An object initializer is a syntax for initializing a struct without using a ctor.
48 / 50
Ctor return any values and it initializes class members.
49 / 50
Events are based on the principle of ____________.
50 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
Your score is
The average score is 78%
Restart quiz