CS411-Midterm
1 / 50
An indexer enables your class to be treated like a/an ________.
2 / 50
________ events may or may not relate to an actual occurrence.
3 / 50
g++ is a command of ____________.
4 / 50
To use kbhit() command, you need to include which header file in your program?
5 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
6 / 50
Interfaces define a contract.
7 / 50
IsNumeric(string s) is a function of ______________ class.
8 / 50
Attributes can be used at design time by application development tools.
9 / 50
Attributes are generally applied ________ in front of type and type member declarations.
10 / 50
Derived Event is:
11 / 50
A delegate is a reference to a method.
12 / 50
Identify the Correct statement?
13 / 50
Which of the following is/are not derived from “Control” class?
14 / 50
________ have already happened whereas ________ are asking something to happen.
15 / 50
Default underlying type of an enum is ________.
16 / 50
Dependency properties are represented by _______________.
17 / 50
_________ allows to keep the user interface description and implementation separate.
18 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
19 / 50
_________ is an event that is introduced into an event processing system by an event producer.
20 / 50
To delcare an anonymous method, you just use keyword “________”.
21 / 50
If we exclude the mechanism of calling the objects through name then:
22 / 50
Stathread is stand for:
23 / 50
Zero-based index is used in jagged arrays.
24 / 50
Multiple ________ are conventionally stored in multiple files.
25 / 50
Which of the following is an occurrence within a particular system or domain?
26 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
27 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
28 / 50
________ is basically array of arrays.
29 / 50
Extension methods __________ access the private data members of the class in which they are extended.
30 / 50
BAML is compressed representation of _________.
31 / 50
XAML is a declarative programming language for creating and initializing objects.
32 / 50
Syntax of struct and class are very ________.
33 / 50
________ is a static class in the System namespace.
34 / 50
Which of the following does NOT include in event processing operations?
35 / 50
An event is a list of___________.
36 / 50
Ctor return any values and it initializes class members.
37 / 50
38 / 50
Default value of first member is ________.
39 / 50
During the program execution, program can be stopped with the help of _________.
40 / 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?
41 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
42 / 50
43 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
44 / 50
Object variables are references to the ________ object not the object themselves.
45 / 50
Using xmldocument, the order is required.
46 / 50
__________let any classes behave like an array.
47 / 50
The default constructor initializes the integers with ___________ value.
48 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
49 / 50
Which of the following is built from request-response?
50 / 50
In context of XAML child element rules, if the child is plain text and a type converter exists to transform the child into the parent type (and no properties are set on the parent element), treat the child as the input to the type converter and use the output as the __________.
Your score is
The average score is 78%
Restart quiz