slNo QUESTION M1 M2 M3 M4 ANS
Who developed
1 VB.NET? Symantec Ashton-Tate Microsoft Sybase Microsoft
What does IDE stand Integrated Design Integrated Development Interior Development Integrated Development
2 for? Environment Environment Interior Design Environment Environment Environment
Which is not a property
of the Common control
3 class? Font ForeColor BackColor show show
Which property
determines whether a
control is displayed to
4 the user? Visible Enabled Show Hide Visible
5 VB.Net is_________. Platform Independent Compiler Language Forward compatibale Backward compatible Backward compatible
JIT stands
6 for_________. Just In Type Just In Time Just In Thread Just In Text Just In Time
Current Language
7 What is CLR? Common Language Runtime Runtime Common Language Realtime Current Language Realtime Common Language Runtime
The __________group
classes according to
8 their common services. programs inheritance objects Namespaces Namespaces
The
____________enable us
to pass data between a
9 program and a class. Procedures Variables Properties Functions Properties
The default property for a
10 text box control is__. Text Enable Multiline Password char Text
Which of the following
event occurs when a key
is pressed down while
11 the control has focus? KeyUp KeyDown KeyPress KeyRelease KeyDown
Which of the following
disables a Windows
12 Form? Text Hide Enabled Disabled Enabled
The _____ method is
used to display the
13 dialog box at run time. ShowDialog() DisplayDialog() Show() Display() ShowDialog()
The _____ control opens
the browse for folder
14 dialog box . OpenFileDialog SaveFileDialog FontDialog FolderBrowserDialog FolderBrowserDialog
________ converts to
15 long datatype. CLng Clong Lng None of the above CLng
The default event
handler of TextBox
16 is_____. KeyPress TextChanged Changed Validating TextChanged
Which statement about One class is used to create One object is used to One class can create many One object can create many One class can create many
17 objects is true? one object. create one class. objects. classes. objects.
To make a button the
default button, this
property of the form must
18 be set. AcceptButton DefaultButton DialogResult None of the above AcceptButton
A MsgBox can have
maximum ___________
19 button(s) 1 2 3 4 3
ScrollBars can be added
20 to Panel GroupBox Both a and b None of the above Panel
To display multiple
columns in ListView the
View property must be
21 set to SmallIcon LargeIcon List Details Details
In TreeView to collapse
all the nodes of a
selected node
___________ method is
22 used CollapseAll Collapse Any one of the above None of the above Collapse
The default location of
the exe file of your .../Project folder name/ .../Project folder name/
23 solution is. ..../Project folder name Debug .../Project folder name/Bin Debug/Bin .../Project folder name/Bin
dim arr(10) as string,the
24 max index of the array is. 9 10 Can be >10 also None of the above 10
InputBox by default
returns ________
25 values. Integer String Byte Double String
To vertically arrange all
forms in an MDI form Me.LayoutMdi(MdiLayout.Til Me.MdiLayout(MdiLayo Me.Layout(MdiLayout.TileVertica Nothing is required because Me.LayoutMdi(MdiLayout.TileVerti
26 use. eVertical) ut.TileVertical) l) default is Vertical cal)
To add items stored in an List1.AddItem(name of List1.Items.Add(name of the List1.Items.Addrange(name List1.Items.Addrange(name of the
27 array to a ListView use. List1.Add(name of the array) the array) array) of the array) array)
28 To print use. PrintDialog1.Print() PrintDocument1.Print() Printer1.Print() None of the above PrintDocument1.Print()
_________ and
_____________
combines to make a
29 KeyPress event. KeyEnter, KeyRelease KeyDown, KeyRelease KeyUp, KeyDown KeyEnter, KeyUp KeyUp, KeyDown
When a project is Built it
creates a _______ and
________ file under Bin
30 directory. .exe, .sln .exe, .dll .dll, .sln .exe, .ocx .exe, .dll
The Tick event is found
31 only in which object? Form Button TextBox Timer Timer
Which does the solution
32 explorer not display? Reference Folder Form File Form Properties Assemble File Form Properties
If no access modifier is
specified for a class, it is
33 considered _________. Public Private Friend Protected Public
Lower bound value of
34 array in VB.NET -1 0 2 3 0
What is ODBC in Open Database
35 VB.Net? Open Data Connection Connection Open Data Connectivity Open Database Connectivity Open Database Connectivity
__________object is
used to fill a DataSet/
DataTable with query
36 results in ADO.net. DataReader DataSet DataAdapter DataTables DataAdapter
Syntax for closing the
connection in ADO.net is
37 _____ sqlConnclose() sqlConn.Close() sqlconnection.close() None of the mentioned sqlConn.Close()
Which bracket is used for
declaring Array in
38 VB.Net? () {} [] All ()
By default, the textbox
control can hold text
39 as________ Multiple lines Password character Single line None of these Single line
40 “dim” is a _______ data type operator symbol keyword keyword
MOD is ___________
41 operator in VB.Net Assignment Arithmetic Logical Comparison Arithmetic
_______control is used
to represent the items in
42 a hierarchical manner. Grid View Progress Bar Tree View None of these Tree View
Which of the following
Control is also called
43 Looping Control? Scroll Bar Timer List View Check Box Timer
Object Oriented Objective Oriented
44 What is OOP’s? Objective Oriented Program Program Programming Object Oriented Programming Object Oriented Programming
What is the shortcut key
45 to run the program? F2 F5 F7 F4 F5
What is the full form of
46 ADO? Active Data Object ActiveX Data Object Active Database Object Active Data Objective ActiveX Data Object
__________ is the
process by which you
can derive new classes
47 from other classes. Abstraction Encapsulation Polymorphism Inheritance Inheritance
__________ is the
ability to create
procedures that can
operate on objects of
48 different types. Polymorphism Abstraction Encapsulation Inheritance Polymorphism
_____________ is a
similar type of Private
49 member. Friend Public Protected Overriding Protected
What is the full form of Extensible Markup
50 XML? Extension Mark Language Language Extension Model Language Extensible Mark Language Extensible Markup Language