CS411-Midterm
1 / 50
Enum of one type may not be ________ assigned to an enum of another type.
2 / 50
If we require to set components in table (column and row) format, then which panel will be used?
3 / 50
When the data is passed from one place to another in chunks, this data is called __________.
4 / 50
Obsoleteattribute causes a ________ warning to appear.
5 / 50
Events may live ________ events like in event logs.
6 / 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!
7 / 50
Attributes of a program can be queried at run time through __________.
8 / 50
Which of the following is/are not derived from “Control” class?
9 / 50
________ invoke derived class methods through base class reference during run-time.
10 / 50
________ processing is computing that performs operations on events.
11 / 50
There is/are _____ type(s) of padding in WPF element.
12 / 50
The using directive can be used to rename a long namespace in the current file.
13 / 50
Dependency properties are represented by _______________.
14 / 50
Which is the right syntax to define an interface?
15 / 50
Wpf 3.5 released in__________.
16 / 50
__________ events may or may not relate to an actual occurrence
17 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
18 / 50
________ events may or may not relate to an actual occurrence.
19 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
20 / 50
The common type system of C# has ________ types and ________ types.
21 / 50
A customer order can be represented as ________.
22 / 50
To use kbhit() command, you need to include which header file in your program?
23 / 50
___________ reads entire document in memory.
24 / 50
Named parameters come before positional parameters.
25 / 50
Which of the following does NOT include in event processing operations?
26 / 50
If we exclude the mechanism of calling the objects through name then:
27 / 50
Which of the following is an entity that introduces event into the system?
28 / 50
A delegate is a reference to a method.
29 / 50
BAML stands for:
30 / 50
Cool stands for_________.
31 / 50
An "object" element can have _________ type/s of children.
32 / 50
Every __________ is represented by an event-object.
33 / 50
An event is a list of___________.
34 / 50
_________ is an event that is introduced into an event processing system by an event producer.
35 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
36 / 50
Types not defined in any namespace are said reside in the ___________ namespace.
37 / 50
Polymorphism needs the signatures to be the ________.
38 / 50
Instances of value types do not have referential identity.
39 / 50
Clean room design is also called__________.
40 / 50
Overloaded operators must be static and must be declared in the class for which the operator is defined.
41 / 50
At the time an event is fired, the _____________ methods will be invoked.
42 / 50
Reference types hold a reference to an object in memory.
43 / 50
XML is a stricter version of ____________.
44 / 50
________ have already happened whereas ________ are asking something to happen.
45 / 50
Clean room design is useful as a defense against __________.
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
To delcare an anonymous method, you just use keyword “________”.
48 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
49 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
50 / 50
___________ may contain events.
Your score is
The average score is 78%
Restart quiz