CS411-Midterm
1 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
2 / 50
IsNumeric(string s) is a function of ______________ class.
3 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
4 / 50
Ctor return any values and it initializes class members.
5 / 50
Which of the following is not a feature of "C#"?
6 / 50
A method performs an action in a series of statements, called a ______________.
7 / 50
________ decouple producers and consumers.
8 / 50
Events are based on the principle of ____________.
9 / 50
Which of the following is built from request-response?
10 / 50
All the members of interfaces are implicitly__________.
11 / 50
g++ is a command of ____________.
12 / 50
There is no order requirement on named parameters.
13 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
14 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
15 / 50
__________let any classes behave like an array.
16 / 50
________ contacts the service provider or the server.
17 / 50
________ processing is computing that performs operations on events.
18 / 50
Default underlying type of an enum is ________.
19 / 50
We can add constructors to a struct and can also overload the default ctor which initializes everything to default values.
20 / 50
Enum of one type may not be ________ assigned to an enum of another type.
21 / 50
Reference types hold a reference to an object in memory.
22 / 50
__________ is an entity that receives events from the system.
23 / 50
Derived class is exactly the same as base.
24 / 50
Attribute parameters can be either positional parameters or named parameters.
25 / 50
Which of the following is/are not derived from “Control” class?
26 / 50
A single exception can be handled differently.
27 / 50
To delcare an anonymous method, you just use keyword “________”.
28 / 50
Static ctor exists to initialize class static members and called only ________.
29 / 50
________ is basically array of arrays.
30 / 50
C# is a _________ and .NET is a _________.
31 / 50
________ is an occurrence within a particular system or domain.
32 / 50
XAML is a declarative programming language for creating and initializing objects.
33 / 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?
34 / 50
The ___________ method is used to read the whole file at once.
35 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
36 / 50
An "object" element can have _________ type/s of children.
37 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
38 / 50
Interfaces define a contract.
39 / 50
Additional XML namespaces (on the root or on children) must be ______ to be used on any identifiers from that namespace.
40 / 50
41 / 50
____________ is a base class similar to UIElement but for document-related pieces of content that don’t have rendering behavior on their own.
42 / 50
Which statement is true?
43 / 50
Types of class members in C# are ________ and ________.
44 / 50
If we want to place a component at top in "dockpanel" then which one is correct syntax?
45 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
46 / 50
A (n) _____________is a subscription mechanism for events.
47 / 50
BAML stands for:
48 / 50
XML is a stricter version of ____________.
49 / 50
Using xmldocument, the order is required.
50 / 50
Console class can reside in multiple libraries.
Your score is
The average score is 78%
Restart quiz