CS411-Midterm
1 / 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?
2 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
3 / 50
_________types have the notion of referential identity.
4 / 50
Every __________ is represented by an event-object.
5 / 50
Which statement is True about interfaces?
6 / 50
Which is the right syntax to define an interface?
7 / 50
The initial name for C# was ___________.
8 / 50
All the members of interfaces are implicitly__________.
9 / 50
Suppose we want to restrict the user to don’t decrease the height of a WPF element from a specific amount then which property will be used?
10 / 50
The ______, ________ and ________of applications that use events, either directly or indirectly is called event-based programming.
11 / 50
XML is a stricter version of ____________.
12 / 50
Auto-implemented properties do not allow simplified syntax.
13 / 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!
14 / 50
Console class can reside in multiple libraries.
15 / 50
The base class will have the _____ functionality of all derived classes.
16 / 50
Identify the Correct statement?
17 / 50
Clean room design is useful as a defense against __________.
18 / 50
g++ is a command of ____________.
19 / 50
An indexer enables your class to be treated like a/an ________.
20 / 50
_________ allows to keep the user interface description and implementation separate.
21 / 50
Interfaces define a contract.
22 / 50
Types of class members in C# are ________ and ________.
23 / 50
Enum of one type may not be ________ assigned to an enum of another type.
24 / 50
Which of the following is/are not derived from “Control” class?
25 / 50
To delcare an anonymous method, you just use keyword “________”.
26 / 50
Which of the following is an entity that introduces event into the system?
27 / 50
Unlike type converters, however, markup extensions are invoked from XAML with ___________.
28 / 50
Attributes of a program can be queried at run time through __________.
29 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
30 / 50
Using xmldocument, the order is required.
31 / 50
________ is basically array of arrays.
32 / 50
WPF4 was released in _________________________.
33 / 50
________ decouple producers and consumers.
34 / 50
Which of the following events may or may not relate to an actual occurrence?
35 / 50
36 / 50
Not implementing some methods of the interface in the class is _________________.
37 / 50
Anonymous methods ____________ the code size.
38 / 50
"Console" is a/an __________ class in the "System" namespace.
39 / 50
CLI stands for:
40 / 50
Events are based on the principle of ____________.
41 / 50
IsNumeric(string s) is a function of ______________ class.
42 / 50
Types not defined in any namespace are said reside in the ___________ namespace.
43 / 50
BAML stands for:
44 / 50
An "object" element can have _________ type/s of children.
45 / 50
There is/are _____ type(s) of padding in WPF element.
46 / 50
If we require to set components in table (column and row) format, then which panel will be used?
47 / 50
Derived Event is:
48 / 50
_________ Method is used to move the file from one directory to another.
49 / 50
________ processing is computing that performs operations on events.
50 / 50
To use kbhit() command, you need to include which header file in your program?
Your score is
The average score is 78%
Restart quiz