MCQ File Updated
MCQ File Updated
Net framework
A. Internet
B. Windows
C. Hardware
D. Language
Correct Answer:B
2. What Is CLR?
Correct Answer :A
A. Class loader
B. Garbage collector
C. .NET Framework
D. JIT Compiler
Correct Answer :C
4. Which Of The Following Provides Automatic Memory Management And Resolves The
Issue Of Memory Leaks And Invalid Memory References
A. Security engine
B. Garbage collector
C. JIT compiler
D. Debugger
Correct Answer :B
5. What Is CTS?
Correct Answer :D
6.What Is CLS?
Correct Answer :D
7.What Is DLL
A. Dynamic-link language
B. Direct link language
C. Dynamic-link library
D. Direct link library
Correct Answer :C
8.Which Of The Following Namespace Provides The Classes That Allow You To Debug
Your Application Step By Step?
A. System
B. System .Diagnostics
C. System.Object
D. System.Security
Correct Answer :B
9. What Is GAC?
A. Garbage collector
B. Global assembly collector
C. Global access cache
D. Global assembly cache
Correct Answer :D
Correct Answer :A
A. Framework
B. IDE
C. Program
D. Software
Correct Answer :A
Correct Answer :A
13. This framework contains a large number of class libraries known as -------------.
Correct Answer :A
14. The software programs written in .NET are executed in the execution
environment, which is called -----------------
Correct Answer :A
Correct Answer :D
16. It includes all common datatypes, string values, arrays and methods for data
conversion.
A. System
B. System.Data
C. System.Diagnostics
D. System.Net,
Correct Answer:A
17. These are used to access a database, perform commands on a database and retrieve
database.
A. System
B. System.Data
C. System.Diagnostics
D. System.Net
Correct Answer B
A. System.IO
B. System.DirectoryServices
C. System.IO.IsolatedStorage
D. All of above
Correct Answer :D
19. These are used to communicate over the Internet when creating peer-to-peer
applications.
A. System.Net
B. System.Net.Sockets
C. Both A and B
D. None of these
Correct Anwer :C
20. These namespaces are used to create Windows-based applications using Windows
user interface components.
A. System.Windows.Forms
B. System.Windows.Forms.Design
C. Both A and B
D. None of these
Correct Answer :C
A. Microsoft.
B. Sun microsystem
C. IBM
D. None of above
Correct Answer:A
A. Assemblies
B. Packages
C. header files
D. None of these
Correct Answer :A
23. when we wanted to remove the unwanted resources from the code which is no longer
in use can be done by the -------------
A. garbage collector.
B. Assemblies
C. FCL
D. None of these
Correct Answer :A
Correct Answer :B
25. CLR is responsible for
A. Garbage Collection
B. Code Access Security
C. Code Verification
D. All of the above
Correct Answer :D
Correct Answer :A
27. This is the final layer in .Net which would be used to run a .net program developed in
any programming language. So the subsequent compiler will send the program to the
CLI
layer to run the .Net application.
Correct Answer :A
28. ………….. combines the features of the text box and list box.
A) Picture box
B) Check box
C) Combo box
D) Option button
Correct Answer :C
29. ………. control is used to provide an identifiable grouping for other controls.
A. Frame
B. Label
C. List box
D. Command button
Correct Answer :A
Correct Answer :D
31. A GUI-
D) Both a and b.
Correct Answer :D
A) debugging
B) application deployment
C) syntax checking
Correct Answer :D
Correct Answer :A
D) Designer window
Correct Answer :D
A) Solution Explorer
B) Tool box
C) Start Menu
D) Designer Window
Correct Answer :C
36. How many steps are used to develop any software in IDE?
A) 4
B) 5
C) 6
D) 3
Correct Answer :C
A) Show
B) Back Color
C) Font
D) Fore Color
Correct Answer :A
A)Form
B) Button
C) Text Box
D) Timer
Correct Answer :D
A) 4
B) 5
C) 6
D) 7
Correct Answer :D
A) the system.
B) a user’s action
Correct Answer :D
41.To use the .NET Framework Data Provider for SQL Server, an application must
reference the namespace.
a) System.Data.Client
b) System.Data.SqlClient
c) System.Data.Sql
Answer: b
a) Using the System.Data.SqlClient, you can fill a memory-resident DataSet that you can use
to query and update the database
c) SqlBulkCopyColumnMapping lets you efficiently bulk load a SQL Server table with data
from another source
Answer: b
Explanation: The.NET Framework Data Provider for SQL Server describes a collection of
classes used to access a SQL Server database in the managed space.
a) “Server=localhost\sqlexpress”
b) “Server=local\sqlexpress”
c) “Server=host\sqlexpress”
d) “Ser=localhost\sqlexpress”
Answer: a
b) dotConnect for SQL Server combines connected and disconnected data access models in
single SqlDataTable component
c) dotConnect for SQL Server supports new ADO.NET features and technologies as soon as they
are released
Answer: a
Explanation: The goal of dotConnect for SQL Server is to enable developers to write efficient
and flexible database applications. The dotConnect for SQL Server assemblies are implemented
using optimized code and advanced data access algorithms.
45. Which of the following is enumeration for ADO.net with SQL Server?
a) SqlInfo
b) SqlBulkCopyOptions
c) SqlNotification
Answer: b
Explanation: Bitwise flag that specifies one or more options to use with an instance of
SqlBulkCopy.
D. Managed code is the code that is written to target the services of the CLR.
Answer: Option D
Explanation:
47.Which of the following components of the .NET framework provide an extensible set of
classes that can be used by any .NET compliant programming language?
Answer: Option A
49. Which of the following .NET components can be used to remove unused references from the
managed heap?
B. CLR
C. Garbage Collector
D. Class Loader
E. CTS
Answer: Option C
50. Which of the following assemblies can be stored in Global Assembly Cache?
A. Private Assemblies
B. Friend Assemblies
C. Shared Assemblies
D. Public Assemblies
E. Protected Assemblies
Answer: Option C
Unit 2 :Introduction to vb.net
A) Floating point
B) Integer
C) Boolean
D) Both a and b.
Correct Answer : D
A) Assignment
B) Logical
C) Arithmetic D)
Comparison
Correct Answer : C
A) 2
B) 3
C) 4
D) 5
Correct Answer : D
4. Which of the following converts the expression to Char data type in VB.NET?
A) CBool(expression)
B) CByte(expression)
C) CChar(expression)
D) CDate(expression)
Correct Answer : C
2. Which of the following converts the expression to Date data type in VB.NET?
A) CBool(expression)
B) CByte(expression)
C) CChar(expression)
D) CDate(expression)
Correct Answer : D
A) 256
B) 22
C) 300
D) 200
Correct Answer : B
A) 1
B) 2
C) 3
D) 4
Correct Answer : B
A) *
B) $
C) #
D) {}
Correct Answer : C
Correct Answer : B
A) 2
B) 4
C) 3
D) 5
Correct Answer : B
B) 4
C) 5
D) 6
Correct Answer : D
A) 1
B) 3
C) 2
D) 4
Correct Answer : B
A) .Delete
B) .Remove At
C) .Delete At
D) .Remove
Correct Answer : B
Correct Answer : D
A) Char
B) Long
C) Short
D) Byte
Correct Answer : B
A) Char
B) Byte
C) Integer
D) Long
Correct Answer : A
A) myName
B) my.name
C) my-name
D) MYNAME
Correct Answer :B
A) Integer
B) Boolean
C) Floating Point
D) String
Correct Answer : D
A) ( )
B) [ ]
C) { }
D) All
Correct Answer : A
A) 9
B) 10
C) 6
D) 8
Correct Answer : B
18. Which of the following Common Method used in Textbox?
A) Show( )
B) Hide ( )
C) Remove ( )
D) Focus ( )
Correct Answer : C
A) Text box
B) Label
C) List View
D) Display Message
Correct Answer : B
A) txt
B) text
C) tx
D) txtb
Correct Answer : A
A) Add
B) Clear
C) Count
D) Delete
Correct Answer: D
22. Which of the following provides quick access to commonly used commands in the
programming environment?
A) Toolbox
B) Object browser
C) Toolbar
D) None of these
Correct Answer : A
23. ………. control is used to provide an identifiable grouping for other controls.
A) Frame
B) Label
C) List box
D) Command button
Correct Answer : A
24. ………….. combines the features of the text box and list box.
A) Picture box
B) Check box
C) Combo box
D) Option button
Correct Answer : C
A) Multiple lines
B) Single line
C) Password character
D) None of these
Correct Answer : B
26. A ………. displays a list of items from which user can select one or more items.
A) Combo box
B) List box
C) Check box
D) Scroll bar
Correct Answer :C
A) 10
B) 7
C) 11
D) 8
Correct Answer : C
B) Group
C) Project
D) Form
A) frm
B) vbp
C) .vbs
D) .cls
Correct Answer : B
A) Combo Box
B) List Box
C) Check Box
D) None of these
Correct Answer : C
A) Option Button
B) Scroll Bar
C) List Box
D) Combo Box
Correct Answer: A
A) Tree View
B) Grid View
C) Progress Bar
D) None of these
Correct Answer : A
A) 3
B) 5
C) 7
D) 4
Correct Answer : 5
A) Scroll Bar
B) Timer
C) List View
D) Check Box
Correct Answer : B
35. Shortcut Key is to open Code Designer Window-
A) Ctrl+F7
B) F7
C) F5
D) Shift+F7
Correct Answer : B
A) Ctrl + O
B) Ctrl + N
C) Ctrl + P
D) Ctrl + A
Correct Answer : B
A) ><
B) ==
C) <>
D) >=<
Correct Answer : C
38. Code that targets the Common Language Runtime is known as
A. Unmanaged
B. Distributed
C. Legacy
D. Managed Code
E. Native Code
Answer: Option D
39. Which of the following statements is correct about the .NET Framework?
C. .NET Framework uses DCOM for making transition between managed and unmanaged
code.
Answer: Option C
A. Text
B. Enable
C. Multiline
D. Password char
Answer: Option A
41. Which of the following accesss modifier specifies that one or more declared programming
elements are accessible from within the assembly that contains their declaration, not only by the
component that declares them?
A. ByRef
B. ByVal
C. Default
D. Friend
Answer: Option D
A. Destructor
B. private method
C. constructor
D. function
Answer: Option C
A. debugging
B. application deployment
C. syntax checking
Answer: Option D
44. Which of the following converts the expression to Object data type in
VB.NET?
A - CObj(expression)
B - CSByte(expression)
C - CShort(expression)
D - CSng(expression)
Answer : A
45. Which of the following Collection class of VB.NET uses a key as well as an index to
access the items in a list?
A - ArrayList
B - Hashtable
C - SortedList
D – Stack
Answer : C
A. Sub Main
B. function main
Answer : A
47 object is used to fill a DataSet/DataTable with query results in ADO.NET.
(A) DataReader
(B) DataSet
(C) DataAdapter
(D) DataTable.
49. What are the Command object property settings to execute a stored procedure?
(B) CommandType= Text, CommandText = SQL syntax to execute the stored procedure
(A) Yes
(B) No
Unit 3 Object Oriented Programming in VB.net
1. What is OOP’s?
Correct Answer : D
A) 4
B) 2
C) 1
D) 3
Correct Answer : B
A) Inheritance
B) Polymorphism
C) Private
D) Object
Correct Answer : C
A) My Base
B) Parent
C) Child
D) None of these
Correct Answer : C
A) Protected Friend
B) Public
C) Private
D) Protected
Correct Answer : D
6. What is OLE?
Correct Answer : B
Correct Answer : D
8. Code is:
B) Instructions
C) Seldom used
D) An object
Correct Answer : B
A) FORTRAN based
C) OOP
Correct Answer : D
A) Properties window
B) Intermediate window
C) Code window
D) Title bar
Correct Answer : D
A) Destructor
B) Constructor
C) Both
D) None of these
Correct Answer : B
Correct Answer : D
Correct Answer : A
A) Public
B) Inheritance
C) Polymorphism
D) Abstraction
Correct Answer : C
A) Immediate window
B) Locals window
D) None of these
Correct Answer : C
A) F2
B) F5
C) F7
D) F4
Correct Answer : B
A) True
B) False
Correct Answer : A
B) Destructor
C) Friend
D) Constructor
Correct Answer : B
A) Friend
B) Public
C) Overriding
D) Protected
Correct Answer : D
A) Friend
B) Private Method
C) Constructor
D) Function
Correct Answer : C
A) Form
B) Class
C) Property
D) Object
Correct Answer : A
22. The model does not offer a model for source code reuse.
A) COM+
B) DCOM
C) COM
D) .Net
Correct Answer : C
A) Public
B) Private
C) Protected
D) Inherited
Correct Answer : A
24. is the ability to create procedures that can operate on objects of different
types.
A) Abstraction
B) Encapsulation
C) Polymorphism
D) Inheritance
\
Correct Answer : C
25. is the process by which you can derive new classes from other classes.
A) Abstraction
B) Encapsulation
C) Polymorphism
D) Inheritance
Correct Answer : D
A) Control Objects
B) ASP.Net
C) ADO.Net
Correct Answer : D
Correct Answer : B
\
Correct Answer : B
A) Oracle
B) SQL Server
Correct Answer : D
A) Data Reader
B) Data Provider
C) Data Adapter
D) Data Relation
Correct Answer : C
Correct Answer : C
32. How many methods are used in database programming with VB.Net?
A) 1
B) 4
C) 2
D) 3
Correct Answer : D
A) Shift+S
B) Ctrl+Alt+S
C) Shift+Alt+S
D) Ctrl+S
Correct Answer : B
A) 1990
B) 1991
C) 1995
D) 1996
Correct Answer : D
A) OleDb
B) Sql
C) Odbc
D) All
Correct Answer : D
B) Data Control
C) Wizard
D) Report
Correct Answer : A
A) Form Properties
B) Reference Folder
C) Form File
D) Assemble File
Correct Answer : A
A) 2
B) 1
C) 3
D) 4
Correct Answer : D
Correct Answer : A
40. Programmer may also Access the data inside the ComboBox and ListBox control.
A) True
B) False
Correct Answer: A
41. Using a variable does not enable us to create read-only properties that are
often required by a class.
A. public
B. private
C. protected
D. friend
Answer: A. public
A. destructor
B. private method
C. constructor
D. function
Answer: C. constructor
B. Library
C. Objects
D. Classes
A. objects
B. inheritance
C. Namespaces
D. programs
46. are interactive objects that you place in dialog boxes or other windows to
carry out user actions.
A. Controls
B. Objects
C. Classes
D. Forms
Answer: A. Controls
47. The class provides static methods to start, stop, or filter Windows
messages in an application.
A. Forms
B. Windows
C. Application
D. Control
Answer: C. Application
48. The is a systematic class framework used for the development of system
tools and utilities.
B. .Net tools
D. Visual Basic 6
A. From OA Date
B.TO OA Date
C. Today
D. Now
A. Functions
B. Properties
C. Procedures
D. Variables
A) Window
B) Tool
C) View
D) Edit
Correct Answer : A
A) Solution Explorer
B) Database Connector
C) Server Explorer
D) All
Correct Answer : C
A) Open ()
B) New()
C) ConnectionOpen()
D) None of these
Correct Answer : C
A) Connected
B) Disconnected
C) Polling
D) None
Correct Answer : A
A) DataReader
B) DataSet
C) DataAdapter
D) DataTables
Correct Answer : B
A) sqlConnclose()
B) sqlconnection.close()
C) sqlConn.Close()
Correct Answer : C
A) Dataset
B) DataReader
C) DataRelation
D) Connection
Correct Answer : C
A) Update Data
B) Add Data
C) View Data
D) None of these
Correct Answer : C
A) Data Reader
B) Data Provider
C) Data Adapter
D) Data Relation
Correct Answer : C
Correct Answer : C
11. What is the shortcut key to open Server Explorer?
A) Shift+S
B) Ctrl+Alt+S
C) Shift+Alt+S
D) Ctrl+S
Correct Answer : B
A) 1990
B) 1991
C) 1995
D) 1996
Correct Answer : D
A) OleDb
B) Sql
C) Odbc
D) All
Correct Answer : D
C) Wizard
D) Report
Correct Answer : A
A) Form Properties
B) Reference Folder
C) Form File
D) Assemble File
Correct Answer : A
A) 2
B) 1
C) 3
D) 4
Correct Answer : D
Correct Answer : C
18. The main features of dotConnect for SQL Server includes
Correct Answer : A
A) Open ()
B) New()
C) ConnectionOpen()
D) None of these
Correct Answer : A
A) Connected
B) Disconnected
C) Polling
D) None
Correct Answer : A
A) DataReader
B) DataSet
C) DataAdapter
D) DataTables
Correct Answer : B
A) sqlConnclose()
B) sqlconnection.close()
C) sqlConn.Close()
Correct Answer : C
24. Which object is used to add a relationship between two DataTable objects?
A) Dataset
B) DataReader
C) DataRelation
D) Connection
Correct Answer : C
25. To , select query is used in ADO.Net .
A) Update Data
B) Add Data
C) View Data
D) None of these
Correct Answer : C
A) VB.Net
B) Java
C) VB 6
D) C++
Correct Answer : C
27. To use the .NET Framework Data Provider for SQL Server, an application must
reference the namespace.
A. System.Data.Client
B. System.Data.SqlClient
C. System.Data.Sql
D. None of the mentioned
Correct Answer : B
A. Using the System.Data.SqlClient, you can fill a memory-resident DataSet that you
can use to query and update the database
B. System.Data.SqlClient includes a tabular data stream (TDS) parser to
communicate directly with SQL Server
C. SqlBulkCopyColumnMapping lets you efficiently bulk load a SQL Server table with
data from another source
D. None of the mentioned
Correct Answer : B
Correct Answer : A
Correct Answer : D
31. ADO.NET is a set of to interact with data sources such as databases and XML files.
(B) databases
(C) classes
(D) none of these
Correct Answer:C
(C) Both
(D) Only A
Correct Answer :C
(B) Oracle
Correct Answer :D
(A) Conn
(B) Connection
(C) SqlCon
Correct Answer :B
35. provides methods for storing and executing SQL statements and Stored Procedures.
(A) Connection
(B) Command
Database Correct
Answer :B
(A) ExecuteReader()
(B) ExecuteNonQuery()
(C) ExecuteScalar()
(D) ExecuteXML()
Correct Answer :D
37. If we want to retrieve one or more select statements than which method is suitable?
(A) ExecuteScalar()
(B) ExecuteReader()
(C) ExecuteXML()
(D) ExecuteNonQuery()
Correct Answer :B
38. method is used to change the data in the database such as an update, delete, or insert
statements.
(A) ExecuteReader()
(B) ExecuteScalar()
(C) ExecuteXML()
(D) ExecuteNonQuery()
Correct Answer :D
(C) Statements
Correct Answer :A
(A) Commands
(B) DataSet
(C) Classes
(D) DataReader
Correct Answer :B
(A) Server
(B) Database
(C) Schema
(D) User id
Correct Answer : C
42. A is required as a parameter to SQLConnection
(B) Command
(C) ExecuteReader()
Correct Answer :A
(A) Yes
(B) No
Correct Answer :B
Correct Answer :B
45. If you want to connect to an Oracle database, the connection class is needed.
(A) SqlConnection
(B) OracleConnection
(C) OdbcConnection
Correct Answer :B
46. If you want to connect to an SQL database, than namespace required for it is
(A) System.Data.OralceClient
(B) System.Data.SqlClient
(C) System.Data.Client
(D) System.Data.Sql
Correct Answer :B
(A) SqException
(B) SqlException
(C) SqlEx
(D) SqlExeption
Correct Answer :B
48. Following which are not Data Provider (Managed provider) in .NET Framework?
(A) System.Data.OracleClient
(B) System.Data.SqlClient
(C) System.Data.OleDb
(D) System.Data.Sql
Correct Answer :D
(A) try...catch
(B) Using
(C) Import
Correct Answer :B
A. DataReader
B. Dataset
C. DataAdapter
D. DataTables
Correct Answer : C
A. DataMember
B. DataSource
C. DataQuery
D. All of the above.
Correct Answer : D
Correct Answer : B
A. Data Source
B. Initial Catalog
C. Catalog Initial
D. Database
Correct Answer : B
5. What are the Command Object Methods?
A. ExecuteNonQuery
B. ExecuteReader
C. ExecuteScalar
D. All of the above.
Correct Answer : D
Correct Answer : C
A. zero
B. one
C. any value defined by the programmer
D. All of the above
Correct Answer : A
A. Database login
B. Database name
C. Database type
D. All of the above.
Correct Answer : D
9. Which of the following is true for ADO.NET DataSet?
Correct Answer : D
A. NextResult
B. GetName
C. GetValue
D. GetDataType
Correct Answer : D
Correct Answer : D
A. End user need to have the crystal report viewer in his PC in order to see the crystal report
output. But this can be overcome if you export the report as PDF/HTML
B. You need to buy Crystal Report license for each pc you are used to design the crystal
report
C. Must buy the version which allows you to install run time components in end user PC
D. All of these
Correct Answer : D
13. is the integrated reporting tool in visual studio
A. Crystal Report
B. Data Report
C. Data sheet
D. None of these
Correct Answer :A
14. Crystal Report uses an control to establish connection with another program.
A. ActiveX
B. ADO.net
C. JET
D. None of these
Correct Answer :A
A. Report Header
B. Page header
C. Detail
D. Page footer
Correct Answer :A
16. Appears after the report header on the first page. On all the remaining pages
it appears at the top of the page.
A. Report Header
B. Page header
C. Detail
D. Page footer
Correct Answer : B
17. Actual content appears in this area.
A. Report Header
B. Page header
C. Detail
D. Page footer
A. Report Header
B. Page header
C. Detail
D. Page footer
Correct Answer : D
19. Appears as the bottom of the page for the last page in the report.
A. Report Footer
B. Page header
C. Detail
D. Page footer
20. It holds the group name field. It appears once at the beginning of a group,
directly above the details section.
A. Report Header
B. Page header
C. Group header
D. Page footer
Correct Answer : C
21. field is used to insert the page number with a total page count into the
report.
A. Page N and M
B. Group number
C. Page number
D. File Author
22. filed is used to show the date that the report was created.
A. Data date
B. Print date
C. File creation date
D. None of these
Correct Answer : C
23. field is used to show the date when the report data was last refreshed.
A. Data date
B. Print date
C. File creation date
D. None of these
Correct Answer :A
24. field is used to include the current date when the report prints.
A. Data date
B. Print date
C. File creation date
D. None of these
Correct Answer : B
25. is used to show the time that when the report data was last refreshed
A. Data date
B. Print date
C. File creation date
D. Data Time
Correct Answer :D
26. filed is used to show the last time when the report was saved.
A. Modification Date
B. Modification Time
C. Date time
D. Data Date
Correct Answer : B
27. field is used to show the report title that you have entered into the “Summary
info” window
A. Report title
B. Report comments
C. Report
D. None of these
Correct Answer :A
28. Field is used to number each record printed in the details section of your
report.
A. Record Number
B. Page N and M
C. Page number
D. None of these
Correct Answer :A
A. File Path
B. File Name
C. File Number
D. Report path
Correct Answer : B
A. File Path
B. File Name
C. File Number
D. Report path
Correct Answer :A
A. Report comment
B. Report title
C. Record selection formula
D. None of these
Correct Answer :A
32. 1. To use the .NET Framework Data Provider for SQL Server, an application must
reference the namespace.
A. System.Data.Client
B. System.Data.SqlClient
C. System.Data.Sql
D. None of the mentioned
Correct Answer : B
33. If you are using the DataSet and you have to display the data in sorted order what will
you do?
A. Use Sort method of DataTable
B. Use Sort method of DataSet
C. Use DataViev object with each sort
D. Use datapaging and sort the datau do?
Correct Answer : C
A - VB.NET has complete support for object-oriented concepts. VB.NET has complete
support for object-oriented concepts.
Correct Answer : D
35. - Which of the following converts the expression to Object data type in VB.NET?
A - CObj(expression)
B - CSByte(expression)
C - CShort(expression)
D - CSng(expression)
Correct Answer:A
36. Which of the following accesss modifier specifies that a class can be used only as a
base class and that you cannot create an object directly from it?
A - MustInherit
B - MustOverride
C - Narrowing
D – NotInheritable
Correct Answer:A
37. Which of the following accesss modifier indicates that a class or structure declaration
is a partial definition of the class or structure?
A - Overridable
B - Overrides
C - ParamArray
D – Partial
Correct Answer : D
38. Which of the following accesss modifier specifies that Visual Basic should marshal all
strings to Unicode values regardless of the name of the external procedure being declared?
A - Shadows
B - Shared
C - Static
D - Unicode
Correct Answer : D
A - Sub
B - Declare
C - Operator
D - Property
40. Which of the following Collection class of VB.NET uses a key to access the elements in
the collection?
A - ArrayList
B - Hashtable
C - SortedList
D – Stack
Correct Answer :B
A - The exception classes in VB.NET are mainly directly or indirectly derived from the
System.Exception class.
A. Sub Main
B. function main
Correct Answer :B
Correct Answer :B
A. VB.NET
B. VB 6
C. C++
D. C#
Correct Answer :B
A. Solution Explorer
B. Tool Box
C. Start Menu
D. Designer Window
Correct Answer : C
46. Which of the following Loop structure does not supported by VB.Net?
A. Do Loop
B. For Next
C. Do While
47. What would we use to know if a value returned in a datatable is NULL in the database?
A. IsDbNull( )
B. IsEmpty( )
C. ISNull( )
D. None
Correct Answer : C
A. destructor
B. private method
C. constructor
D. function
Correct Answer : C
49. A GUI
A) True
B) False
Correct Answer:A