CS411-Midterm
1 / 50
To use kbhit() command, you need to include which header file in your program?
2 / 50
___________methods do not have names.
3 / 50
The default constructor initializes the integers with ___________ value.
4 / 50
_________ are unique types that allow you to assign symbolic names to integral values.
5 / 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?
6 / 50
Wait for a single event is ____________operation.
7 / 50
“out” parameters which are not used for return values or the “params” argument for variable arguments.
8 / 50
Cast back to base type to call a/an ________ method of base.
9 / 50
Which of the following is not a feature of "C#"?
10 / 50
Which of the following events may or may not relate to an actual occurrence?
11 / 50
BAML stands for:
12 / 50
________ decouple producers and consumers.
13 / 50
________event consumer is an entity at the edge of an event processing system that receives events from the system.
14 / 50
Every __________ is represented by an event-object.
15 / 50
Which of the following grabs the “OK” button by only knowing its name?
16 / 50
A class can inherit from ___________class/classes.
17 / 50
When the data is passed from one place to another in chunks, this data is called __________.
18 / 50
There is/are _____ type(s) of padding in WPF element.
19 / 50
IsNumeric(string s) is a function of ______________ class.
20 / 50
The root object element in XAML must specify at least ________ XML namespace that is used to qualify itself and any child elements.
21 / 50
Polymorphism works on the basis that child class should have ______ feature/s of its parent class.
22 / 50
The initial name for C# was ___________.
23 / 50
Types of class members in C# are ________ and ________.
24 / 50
________ add declarative information to your programs.
25 / 50
An "UIElement" receives mouse events only if "IsHitTestVisible" is ________.
26 / 50
Derived Event is:
27 / 50
Which of the following is an occurrence within a particular system or domain?
28 / 50
________ invoke derived class methods through base class reference during run-time.
29 / 50
Anonymous method is a method without a name.
30 / 50
A customer order can be represented as ________.
31 / 50
AML is compressed representation of _________.
32 / 50
The easiest way to declare an event is to put the event keyword in front of a ________ member.
33 / 50
Syntax of struct and class are very ________.
34 / 50
CLI stands for:
35 / 50
What is the default value of "RowSpan" property of "Dockpanel"?
36 / 50
The only __________ .Net language has an intrinsic understanding of dependency Properties.
37 / 50
Namespaces do not allow name reuse.
38 / 50
Which of the following does NOT include in event processing operations?
39 / 50
The interface forces each component to expose specific ________ members that will be used in a certain way.
40 / 50
The ___________ method is used to read the whole file at once.
41 / 50
The Main method returns a non-zero value which indicates the_____________.
42 / 50
It is always possible to create an instance of a reference type.
43 / 50
Attribute parameters can be either positional parameters or named parameters.
44 / 50
During the program execution, program can be stopped with the help of _________.
45 / 50
Indexers can take any number of ________.
46 / 50
Cool stands for_________.
47 / 50
Zero-based index is used in jagged arrays.
48 / 50
The base class will have the _____ functionality of all derived classes.
49 / 50
If we want to move an object in the 2-D x-y coordinate system then which transform class will be used?
50 / 50
Any class, including the same class that the event is declared in, may register one of its methods with the ________.
Your score is
The average score is 78%
Restart quiz