Multiple Choice Questions on DOT Net Technology
What does IDE stands for?
(a) Integrated Development Environment
(b) Integrated Design Environment
(c) Interior Development Environment
(d) Interior Design Environment
Which is NOT a main component of the Visual Studio IDE?
(a) Solution explorer
(b) Tool Box
(c) Start Menu
(d) Designer Window
Which of the following language is NOT true object-oriented language?
(a) VB.Net
(b) VB6
(c) C++
(d) C#
For loop should have
(a) Then
(b) End for
(c) Loop
(d) Next
When a loop contains another loop inside it, then this type of loop is called
(a) Nested Loop
(b) Double Loop
(c) Complex Loop
(d) Inside Loop
What is the full name of CLR?
(a) Common Language Resuable
(b) Common Language Runtime
(c) Common Language Real-time
(d) Common Language Recharge
Which statement is used to declare variables?
(a) Declar
(b) Show
(c) Load
(d) Dim
Which operator is used to create objects of a class?
(a) Create
(b) Direct
(c) New
(d) Import
Runtime error is known as
(a) Exception
(b) Coding
(c) Indexing
(d) Mistake
Two methods with the same name but with different parameters; it is called
(a) Overloading
(b) Loading
(c) Multiplexing
(d) Over riding
A constructor is a special type of
(a) Class
(b) Variable
(c) Method
(d) Property
Which of the following statement will call the constructor of the base class?
(a) Base.New()
(b) Constructor.New()
(c) Baseclass.New()
(d) MyBase.New()
Each row in a database table represents a
(a) File
(b) Field
(c) Record
(d) Primary key
Each coloumn of a database table represent a
(a) File
(b) Field
(c) Record
(d) Primary Key
Ability of ADO.Net to create and process in-memory database is called
(a) Views
(b) Relatins
(c) Tables
(d) Data sets
Leave a Reply