CS411-Midterm
1 / 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!
2 / 50
When the data is passed from one place to another in chunks, this data is called __________.
3 / 50
Derived class is exactly the same as base.
4 / 50
Syntax of struct and class are very ________.
5 / 50
Writing higher-level functions that call upon lower-level functions _________ a program.
6 / 50
________ is built from request-response and it moves away from monolithic applications. Event-driven architecture (EDA)
7 / 50
________ processing operations include reading, creating, transforming, and deleting events.
8 / 50
XAML is a declarative programming language for creating and initializing objects.
9 / 50
________ is an occurrence within a particular system or domain.
10 / 50
Console class can reside in multiple libraries.
11 / 50
There is/are _____ type(s) of padding in WPF element.
12 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
13 / 50
Stathread is stand for:
14 / 50
If we exclude the mechanism of calling the objects through name then:
15 / 50
_________ are called by garbage collector.
16 / 50
Dependency properties are represented by _______________.
17 / 50
At the time an event is fired, the _____________ methods will be invoked.
18 / 50
Named parameters come before positional parameters.
19 / 50
What is the default value of "ColumnSpan" property of "Dockpanel"?
20 / 50
There is no order requirement on named parameters.
21 / 50
Which of the following is an entity that introduces event into the system?
22 / 50
Object variables are references to the ________ object not the object themselves.
23 / 50
Attribute parameters can be either positional parameters or named parameters.
24 / 50
The code given below is equivalent to _________. White
25 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
26 / 50
Which statement is true?
27 / 50
Polymorphism needs the signatures to be the ________.
28 / 50
Events may live ________ events like in event logs.
29 / 50
Which is the right syntax to define an interface?
30 / 50
Which of the following does NOT include in event processing operations?
31 / 50
________ processing is computing that performs operations on events.
32 / 50
WPF stands for:
33 / 50
Which of the following is/are not derived from “Control” class?
34 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
35 / 50
Clean room design is useful as a defense against __________.
36 / 50
An indexer enables your class to be treated like a/an ________.
37 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
38 / 50
"Console" is a/an __________ class in the "System" namespace.
39 / 50
Events and ________ work hand in hand.
40 / 50
The Main method returns a non-zero value which indicates the_____________.
41 / 50
During the program execution, program can be stopped with the help of _________.
42 / 50
To use kbhit() command, you need to include which header file in your program?
43 / 50
_________ Method is used to move the file from one directory to another.
44 / 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:
45 / 50
The ___________ method is used to read the whole file at once.
46 / 50
The __________ in the namespace indicate a hierarchy of nested namespaces.
47 / 50
Windows Presentation Foundations (WPF) was publicly announced in ________.
48 / 50
If we want to scale an object in the 2-D x-y coordinate system then which transform class will be used?
49 / 50
Which of the following is not a feature of "C#"?
50 / 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?
Your score is
The average score is 78%
Restart quiz