CS411-Midterm
1 / 50
________ processing operations include reading, creating, transforming, and deleting events.
2 / 50
If we require to set components in table (column and row) format, then which panel will be used?
3 / 50
Auto-implemented properties do not allow simplified syntax.
4 / 50
Graphical user interfaces and the event-driven model is not applied on which of the following?
5 / 50
Markup extensions are invoked from ________ with explicit and consistent syntax.
6 / 50
A method performs an action in a series of statements, called a ______________.
7 / 50
A customer order can be represented as ________.
8 / 50
To delcare an anonymous method, you just use keyword “________”.
9 / 50
In event-driven architecture (EDA), ____________ sends event to ______________.
10 / 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?
11 / 50
C# is a _________ and .NET is a _________.
12 / 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?
13 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
14 / 50
Which is the right syntax to define an interface?
15 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
16 / 50
Anonymous method is a method without a name.
17 / 50
Default value of first member is ________.
18 / 50
Which of the following is/are not derived from “Control” class?
19 / 50
Obsoleteattribute causes a ________ warning to appear.
20 / 50
Which of the following is not a feature of "C#"?
21 / 50
Default underlying type of an enum is ________.
22 / 50
XAML is a declarative programming language for creating and initializing objects.
23 / 50
Every __________ is represented by an event-object.
24 / 50
The common type system of C# has ________ types and ________ types.
25 / 50
WPF4 was released in _________________________.
26 / 50
Which of the following grabs the “OK” button by only knowing its name?
27 / 50
Which of the following is built from request-response?
28 / 50
A class can inherit from ___________class/classes.
29 / 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 __________.
30 / 50
________ contacts the service provider or the server.
31 / 50
To use kbhit() command, you need to include which header file in your program?
32 / 50
An event is a list of___________.
33 / 50
Attributes add ____________to your program.
34 / 50
A (n) ____________ is a set of associated events.
35 / 50
Which of the following is an entity that introduces event into the system?
36 / 50
Named parameters come before positional parameters.
37 / 50
C# event is a class member that is ________ whenever the event it was designed for occurs (fires).
38 / 50
Which of the following does NOT include in event processing operations?
39 / 50
________ is basically array of arrays.
40 / 50
Zero-based index is used in jagged arrays.
41 / 50
Derived class is exactly the same as base.
42 / 50
The initial name for C# was ___________.
43 / 50
44 / 50
___________methods do not have names.
45 / 50
Types not defined in any namespace are said reside in the ___________ namespace.
46 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
47 / 50
A delegate is a reference to a method.
48 / 50
________ add declarative information to your programs.
49 / 50
g++ is a command of ____________.
50 / 50
________ can leave your program in an inconsistent state by not releasing resources or doing some other type of cleanup.
Your score is
The average score is 78%
Restart quiz