CS411-Midterm
1 / 50
AML is compressed representation of _________.
2 / 50
Multiple ________ are conventionally stored in multiple files.
3 / 50
__________ is an entity that receives events from the system.
4 / 50
Which of the following does NOT include in event processing operations?
5 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
6 / 50
_________types have the notion of referential identity.
7 / 50
__________ are inherited by classes which provide the real implementation.
8 / 50
C# is a _________ and .NET is a _________.
9 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
10 / 50
Console class can reside in multiple libraries.
11 / 50
________ is an occurrence within a particular system or domain.
12 / 50
WPF stands for:
13 / 50
The default constructor initializes the integers with ___________ value.
14 / 50
XML is a stricter version of ____________.
15 / 50
Default value of first member is ________.
16 / 50
An initializer list can be used to use an alternate constructor.
17 / 50
Which statement is True about interfaces?
18 / 50
________ is said to be stateless if the way it processes one event does not influence the way it processes any subsequent events.
19 / 50
Named parameters come before positional parameters.
20 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
21 / 50
System.Windows.Controls.Button b = new System.Windows.Controls.Button(); b.Content = "OK"; For the above code (written in C#) the corresponding XAML code will be:
22 / 50
Which of the following is/are not derived from “Control” class?
23 / 50
Indexers can take any number of ________.
24 / 50
Obsoleteattribute causes a ________ warning to appear.
25 / 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!
26 / 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?
27 / 50
Attributes can be used at design time by application development tools.
28 / 50
If we exclude the mechanism of calling the objects through name then:
29 / 50
Cool stands for_________.
30 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
31 / 50
WPF4 was released in _________________________.
32 / 50
Types of class members in C# are ________ and ________.
33 / 50
Events may live ________ events like in event logs.
34 / 50
________ invoke derived class methods through base class reference during run-time.
35 / 50
We want the width of button should cover the whole width of StackPanel in WPF then what should be value of HorizontalAlignment property of button?
36 / 50
What is the default value of "ColumnSpan" property of "Dockpanel"?
37 / 50
________ processing is computing that performs operations on events.
38 / 50
An indexer enables your class to be treated like a/an ________.
39 / 50
_________ are called by garbage collector.
40 / 50
Mapping to the WPF namespaces is ______________ in-side the WPF assemblies. Specified at compile time
41 / 50
Ctor return any values and it initializes class members.
42 / 50
Dependency properties are represented by _______________.
43 / 50
________ is a static class in the System namespace.
44 / 50
_________ Method is used to move the file from one directory to another.
45 / 50
___________methods do not have names.
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
IsNumeric(string s) is a function of ______________ class.
48 / 50
A compiled C# file is called ________.
49 / 50
________ processing operations include reading, creating, transforming, and deleting events.
50 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
Your score is
The average score is 78%
Restart quiz