Vb. Net MCQ 3

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 37

Objective Questions Mcq

computer objective questions,mcq,multi question answer,optional questions,multiple choose


question,multichoice questions,mcq question.

विजुअल बेसिक.NET

FIRST LEVEL

1. VB.Net का परू ा नाम क्या है ?

a) Visual Base. Net

b) Visually Basic.Net

c) Visually Base.Net

d) Visual Basic.Net

Answer – (d) Visual Basic.Net

2. कौनसी भाषा ऑब्जे क्ट ओरिएं टेड प्रोग्रामिं ग भाषा नहीं है ?

a) VB.Net

b) VB 6

c) C++

d) Java

Answer – (b) VB 6

3. Visual Basic का पहला version 1.0 कब आया था?

a) 1990

b) 1992

c) 1991
d) 1994

Answer – (c) 1991

4. CLI का पूरा नाम क्या है ?

a) Common Language Independence

b) Common Language Intermediate

c) Common Library Infrastructure

d) Common Language Infrastructure

Answer – (d) Common Language Infrastructure

5. A GUI

a) uses buttons, menus, and icons

b) should be easy for a user to manipulate

c) stands for Graphic Use Interaction

d) Both a and b

Answer – (d) Both a and b

6. Visual Studio.NET कौनसी सु विधा प्रदान करता है ?

a) debugging

b) application deployment

c) syntax checking

d) All of the above

Answer – (d) All of the above

7. IDE का पूरा नाम क्या है ?


a) Integrated Development Environment

b) Integrated Design Environment

c) Interior Development Environment

d) Interior Design Environment

Answer – (a) Integrated Development Environment

8. Visual Basic.NET की विशे षता नहीं है ?

a) User Interface Design

b) Rapid Application Development

c) Object Oriented Programming

d) Designer window

Answer – (d) Designer window

9. _______Visual Studio IDE का मु ख्य हिस्सा नहीं है ?

a) Solution Explorer

b) Tool box

c) Start Menu

d) Designer Window

Answer – (c) Start Menu

10. IDE में सॉफ्टवे यर बनाने के लिए कितने चरण प्रयोग होते हैं ?

a) 4

b) 5

c) 6

d) 3
Answer – (b) 5

11. इनमें से Common Control Class की प्रॉपर्टी नहीं है ?

a) show

b) BackColor

c) Font

d) ForeColor

Answer – (a) show

12. Tick किस ऑब्जे क्ट का event है ?

a) Form

b) Button

c) Text Box

d) Timer

Answer – (d) Timer

13. .Net में कितने प्रकार के प्रोजे क्ट् स होते हैं ?

a) 4

b) 5

c) 6

d) 7

Answer – (d) 7

14. Event-driven programming में इवें ट किस के द्वारा उत्पन्न होते हैं ?

a) the system
b) a user’s action

c) the program itself

d) All of the above

Answer – (d) All of the above

15. Solution Explorer क्या प्रदर्शित नहीं करता है ?

a) Form Properties

b) Reference Folder

c) Form File

d) Assemble File

Answer – (a) Form Properties

SECOND LEVEL

1. New Project dialog box में डे वलपर किस प्रकार का प्रोजे क्ट चु न सकता है ?

a) Visual Basic Projects

b) Visual C# Projects

c) Visual C++ Projects

d) All of the above

Answer – (d) All of the above

2. कौनसा Visual Studio IDE का मु ख्य अं ग नहीं है ?

a) Solution Explorer

b) Tool Box
c) Start Menu

d) Designer Window

Answer – (c) Start Menu

3. VB.Net में ASP का पूरा नाम क्या है ?

a) Active Service Pages

b) Active Server Pages

c) Acrice Server Pages

d) Acrice Service Pages

Answer – (b) Active Server Pages

4. इनमें से कौनसा IDE का हिस्सा नहीं है ?

a) Code editor window

b) Properties window

c) Form layout window

d) General window

Answer – (d) General window

5. इनमें से Application बनाने के लिए Visual Basic किस टूल की अनु मति दे ता है ?

a) Real time

b) Graphical User Interface

c) Menu Driven

d) None Of These

Answer – (b) Graphical User Interface


6. विजु अल बे सिक ________ है |

a) Procedural programming language

b) Object-oriented programming language

c) Hyperlink programming language

d) Sequential programming language

Answer – (b) Object-oriented programming language

7. Visual Basic में , हम किस ऑब्जे क्ट के साथ काम करते हैं ?

a) Programmer preference

b) Projects, solutions, and procedures

c) Classes, actions, and disciplines

d) Properties, methods, and events

Answer – (d) Properties, methods, and events

8. इनमें से कौनसा IDE का हिस्सा नहीं है ?

a) Project Explorer Window

b) Code window

c) Form layout window

d) Text box

Answer – (d) Text box

9. Properties को हम दो तरीके से दे ख सकते हैं –

a) Alphabetic and Categorized

b) Alphabetic and Numeric

c) Numeric and Alphanumeric


d) None of these

Answer – (a) Alphabetic and Categorized

THIRD LEVEL

1. VB.Net में कितने प्रकार के डाटा टाइप उपयोग किये जाते हैं ? How many types of Data type used in
VB.Net ?

a) 4

b) 5

c) 6

d) 3

Answer – (b) 5

2. इनमे से कौनसा VB.Net में बे सिक डाटा प्रकार है ? Which of the following is a basic data type in VB.NET?

a) Boolean

b) Byte

c) Char

d) All of the above

Answer – (d) All of the above

3. VB.NET में इनमें से कौनसा Boolean Data type का परिवर्तित रूप है ? Which of the following converts the
expression to Boolean data type in VB.NET?

a) CBool(expression)

b) CByte(expression)

c) CChar(expression)
d) CDate(expression)

Answer – (a) CBool(expression)

4. VB.NET में इनमें से कौनसा String Data Type का परिवर्तित रूप है ? Which of the following converts the
expression to String data type in VB.NET?

a) CStr(expression)

b) CSByte(expression)

c) CShort(expression)

d) CSng(expression)

Answer – (a) CStr(expression)

5. “dim” is a _______

a) data type

b) keyword

c) operator

d) symbol

Answer – (b) keyword

6. कौनसा सं ख्यात्मक डे टा प्रकार है ? Which is a numeric data type?

a) Floating point

b) Integer

c) Boolean

d) Both a and b

Answer – (d) Both a and b

7. इनमें से MOD किस प्रकार का ऑपरे टर है ? MOD is ___________ operator in VB.Net


a) Assignment

b) Logical

c) Arithmetic

d) Comparison

Answer – (c) Arithmetic

8. VB.Net में Operator कितने प्रकार के होते हैं ? How many types of Operator used in VB.Net?

a) 2

b) 3

c) 4

d) 5

Answer – (d) 5

9. VB.NET में इनमें से कौनसा Char Data type का परिवर्तित रूप है ? 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)

Answer – (c) CChar(expression)

10. VB.NET में इनमें से कौनसा Date Data type का परिवर्तित रूप है ? 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)

Answer – (d) CDate(expression)

11. Variable name में करै क्टर की साइज़ कितनी होती है ? How many size of character in variable name ?

a) 256

b) 255

c) 300

d) 200

Answer – (b) 255

12. String Data Type में कितने type होते हैं ? How many type of String Data Type?

a) 1

b) 3

c) 2

d) 4

Answer – (c) 2

13. Date data type में Date या Time को store करने के लिए किस करै क्टर का use किया जाता है ? Which
character is used to store date or time in date data type?

a) *

b) $

c) #

d) {}

Answer – (c) #

14. Dynamic Array का Syntax क्या है ? What is the syntax of Dynamic Array?
a) Dim Array_name (new_size)

b) Redim Array_name (new_size)

c) Dim Array_name (size)

d) Redim Array_name (size)

Answer – (b) Redim Array_name (new_size)

15. Array कितने प्रकार के होते हैं ? How many types of Array?

a) 2

b) 4

c) 3

d) 5

Answer – (b) 4

FORTH LEVEL

1. Message box style में कितने Button Type होते हैं ?

a) 3

b) 4

c) 5

d) 6

Answer – (d) 6

2. Message box में maximum कितने बटन होते हैं ?


a) 1

b) 2

c) 3

d) 4

Answer – (c) 3

3. Delete करने की Property क्या है ?

a) .Delete

b) .Remove At

c) .Delete At

d) .Remove

Answer – (b) .Remove At

4. इनमें से कौनसा सही है ?

a) int a=16, a>>2 = 4

b) int b=-8, b>>1 = -4

c) int a=16, a>>> 2= 4

d) उपर्युक्त सभी

Answer – (d) उपर्युक्त सभी

5. इनमें से कौनसा मान्य नहीं है ? Which of the following is not an valid declaration of an array?

a) int ( ) a = new int (3);

b) int a ( ) ( ) = new int (3 ) ( 3);

c) int ( ) ( ) a = new int (3) ( );

d) int ( ) ( ) a = new int ( ) (3);


Answer – (d) int ( ) ( ) a = new int ( ) (3);

6. इनमें से कौनसा 8-byte integer है ?

a) Char

b) Long

c) Short

d) Byte

Answer – (b) Long

7. इनमें से कौनसा Integer नहीं है ?

a) Char

b) Byte

c) Integer

d) Long

Answer – (a) Char

8. इनमें से कौनसा variable का सही नाम नहीं है ?

b) my.name

c) my-name

d) MYNAME

Answer – (b) my.name

9. इनमें से कौनसा डाटा टाइप ‘शहर का नाम’ लिखने के लिए प्रयोग किया जाता है ?

a) Integer

b) Boolean
c) Floating Point

d) String

Answer – (d) String

10. VB.Net में Array declare करने के लिए किस Bracket का प्रयोग किया जाता है ?

a) ( )

b) [ ]

c) { }

d) All

Answer – (a) ( )

FIFTH LEVEL

1. VB.Net के टू लबॉक्स में कितनी केटे गरी होती है ?

a) 9

b) 10

c) 6

d) 8

Answer – (b) 10

2. इनमें से कौनसी Common Method Text box में उपयोग होती है ?

a) Show ( )

b) Hide ( )

c) Remove ( )

d) Focus ( )
Answer – (c) Remove ( )

3. VB.Net के विं डो में message को display करने के लिए किस कण्ट् रोल का उपयोग किया जाता हैं ?

a) Textbox

b) Label

c) List View

d) Display Message

Answer – (b) Label

4. इनमें से Text box के लिए Standard Prefix क्या है ?

a) txt

b) text

c) tx

d) txtb

Answer – (a) txt

5. List Box में items collection में कौनसी method नहीं होती है ?

a) Add

b) Clear

c) Count

d) Delete

Answer – (d) Delete

6. निम्न में से कौनसा सही है ?

a) Listbox.Items.Remove (Item)
b) Listbox.Items.Clear( )

c) Listbox.Items.Contain(Item)

d) All of these

Answer – (d) उपर्युक्त सभी

7. Programming Environment में निम्न में से कौन सा आमतौर पर इस्ते माल किया Commands के लिए quick
access प्रदान करता है ?

a) Toolbox

b) Object browser

c) Toolbar

d) None of these

Answer – (a) Toolbox

8. ……….control अन्य control के लिए एक identifiable group प्रदान करने के लिए प्रयोग किया जाता है |

a) Frame

b) Label

c) List box

d) Command button

Answer – (a) Frame

9. ………… Text box और list box की सु विधाओं को जोड़ता है |

a) Picture box

b) Check box

c) Combo box

d) Option button
Answer – (c) Combo box

10. डिफ़ॉल्ट रूप से टे क्स्ट बॉक्स कण्ट् रोल टे क्स्ट को रखता है |

a) Multiple lines

b) Single line

c) Password character

d) None of these

Answer – (b) Single line

11. ………. आइटम की एक सूची प्रदर्शित करता है जिसमें से उपयोगकर्ता एक या एक से अधिक आइटम का चयन
कर सकते हैं |

a) Combo box

b) List box

c) Check box

d) Scroll bar

Answer – (c) Check box

12. VB.Net में कितने Menus होते हैं ?

a) 10

b) 7

c) 11

d) 8

Answer – (c) 11

13. ………… फाइलों का समूह होता है |

a) Class
b) Group

c) Project

d) Form

Answer – (c) Project

14. विजु अल बे सिक का एक्सटें शन (extension) क्या होता है ?

a) frm

b) vbp

c) vbs

d) cls

Answer – (c) vbs

15. ………. इं गित करता है कि कोई विशे ष स्थिति ऑन है या ऑफ है |

a) Combo box

b) List box

c) Check box

d) None of these

Answer – (c) Check box

SIXTH LEVEL

1. GUI में …………. का मतलब अने क option में से एक का चयन करना होता है ?

a) Option button

b) Scroll bar

c) List box
d) Combo box

Answer – (a) Option button

2. किस कण्ट् रोल का उपयोग आइटम्स को श्रेणीबद्ध तरीके से दिखने के लिए किया जाता है |

a) Tree view

b) Grid view

c) Progress bar

d) None of these

Answer – (a) Tree view

3. Toolbox के Dialog category में कितने Dialog होते हैं ?

a) 3

b) 5

c) 7

d) 4

Answer – (b) 5

4. इनमें से किस कण्ट् रोल को Looping Control कहा जाता है ?

a) Scroll Bar

b) Timer

c) ListView

d) CheckBox

Answer – (b) Timer

5. Code Designer Window को open करने के लिए Shortcut key क्या है ?


a) Ctrl+F7

b) F7

c) F5

d) Shift+F7

Answer – (b) F7

6. Project Dialog Box को open करने की shortcut key क्या है ?

a) Ctrl + O

b) Ctrl + N

c) Ctrl + P

d) Ctrl + A

Answer – (b) Ctrl + N

7. Solution Explorer Window को open करने की shortcut key क्या है ?

a) Ctrl + S

b) Ctrl + E

c) Ctrl + R

d) Ctrl + A

Answer – (c) Ctrl + R

8. इनमें से कौनसा Operator Inequality को check करने के लिए होता है ?

a) < = >

b) = =

c) < >

d) > = <
Answer – (c) < >

9. कौनसा ऑपरे टर Power(घात) के लिए use होता है ?

a) *

b) ^

c) ^ *

d) $

Answer – (b) ^

10. इनमें से Combo Box के लिए Standard Prefix क्या है ?

a) cb

b) cmb

c) cbm

d) cmbb

Answer – (b) cmb

SEVENTH LEVEL

1. OOP’s क्या है ?

a) Objective Oriented Program

b) Object Oriented Program

c) Objective Oriented Programming

d) Object Oriented Programming

Answer – (d) Object Oriented Programming


2. Programming में कितने प्रकार के Program Paradigm का use किया जाता है ?

a) 1

b) 2

c) 3

d) 4

Answer – (b) 2

3. इनमें से कौनसा ऑब्जे क्ट ओरिएं टेड प्रोग्रामिं ग की सु विधा नहीं है ?

a) Inheritance

b) Polymorphism

c) Private

d) Object

Answer – (c) Private

4. ‘My Class’ को और क्या कहा जाता है ?

a) My Base

b) Parent

c) Child

d) None of these

Answer – (c) Child

5. Access Specifier का कौनसा मे म्बर Inheritable होता है ?

a) Protected Friend

b) Public

c) Private
d) Protected

Answer – (d) Protected

6. OLE क्या है ?

a) Objective Linking and Embedding

b) Object Linking and Embedding

c) Object Linking and Embedd

d) Object Ling and Embedding

Answer – (b) Object Linking and Embedding

7. इनमें से कौनसा Constructor की सु विधा है ?

a) Initialize the Object

b) Pass unlimited arguments

c) Use new keyword

d) All of the Above

Answer – (d) All of the Above

8. Code क्या है ?

a) Updateable in the form editor

b) Instructions

c) Seldom used

d) An object

Answer – (c) Seldom used

9. VB.Net में एप्लीकेशन का नाम कहाँ दिखाई दे ता है ?


a) Properties window

b) Intermediate window

c) Code window

d) Title bar

Answer – (d) Title bar

10. ‘New Keyword’ किसके साथ उपयोग होता है ?

a) Destructor

b) Constructor

c) Both

d) None of this

Answer – (b) Constructor

11. Access Specifier में कितने मे म्बर होते हैं ?

a) 2

b) 4

c) 6

d) 5

Answer – (d) 5

12. COM का पूरा नाम क्या है ?

a) Computer Object Model

b) Component Objective Model

c) Computer Objective Model

d) Component Object Model


Answer – (d) Component Object Model

13. VB.Net में API का पूरा नाम क्या है ?

a) Application Programming Interface

b) Application Program Interface

c) Application Programming Interchange

d) Application program Interchange

Answer – (a) Application Programming Interface

14. Overriding and Overloading ____________ की विधि हैं |

a) Public

b) Inheritance

c) Polymorphism

d) Abstraction

Answer – (c) Polymorphism

15. _______ में हम कोड लिख सकते हैं |

a) Immediate window

b) Locals window

c) Code editor window

d) None of these

Answer – (c) Code editor window

EIGHT LEVEL

1. प्रोग्राम को रन करने की शॉर्टकट की क्या है ?


a) F2

b) F5

c) F7

d) F12

Answer – (b) F5

2. OLE कॉमन लैं ग्वे ज रनटाइम का हिस्सा नहीं है |

a) True

b) False

Answer – (a) True

3. Dispose कीवर्ड का उपयोग कहाँ होता है ?

a) Public

b) Destructor

c) Friend

d) Constructor

Answer – (b) Destructor

4. ________ प्राइवे ट मे म्बर की तरह ही होता हैं |

a) Friend

b) Public

c) Overriding

d) Protected

Answer – (d) Protected


5. एक ………………… अदृश्य कार्य करता है , भले ही आप कोई कोड लिखने .

a) Friend

b) private method

c) Constructor

d) Function

Answer – (c) Constructor

6. जब भी एक application बनायीं जाती है , एक ………………. जोड़ा जाता है |

a) Form

b) Class

c) Property

d) Object

Answer – (a) Form

7. _____ मॉडल पु नः source code उपयोग करने के लिए एक मॉडल की पे शकश नहीं करता है |

a) COM+

b) DCOM

c) COM

d) .Net

Answer – (c) COM

8. डिफ़ॉल्ट रूप से _______ एक फंक्शनल प्रक्रियाएं है |

a) Public

b) Private

c) Protected
d) Inherited

Answer – (a) Public

9. __________ procedures create करने की क्षमता रखता है जिसे अलग अलग प्रकार के ऑब्जे क्ट् स पर काम
किया जा सके |

a) Abstraction

b) Encapsulation

c) Polymorphism

d) Inheritance

Answer – (c) Polymorphism

10. __________ प्रक्रिया है जिसके द्वारा आप other classes से new classes प्राप्त कर सकते है ।

a) Abstraction

b) Encapsulation

c) Polymorphism

d) Inheritance

Answer – (d) Inheritance

NINTH LEVEL

1. Visual Basic Objects का उदाहरण है –

a) Control Objects

b) ASP.NET

c) ADO.NET

d) उपर्युक्त सभी

Answer – (d) उपर्युक्त सभी


2. ADO का पूरा नाम क्या है ?

a) Active Data Object

b) ActiveX Data Object

c) Active Database Object

d) Active Data Objective

Answer – (b) ActiveX Data Object

3. SOL क्या है ?

a) Structure Query Language

b) Structured Query Language

c) Structure queries languages

d) Select Query Language

Answer – (b) Structured Query Language

4. इनमें से कौनसा डे टाबे स प्रोग्राम है ?

a) Oracle

b) SQL Server

c) Microsoft ODBC Data Source

d) All of the above

Answer – (d) All of the above

5. _______ डाटा स्रोत और डाटा से ट के बीच ब्रिज का काम करता है |

a) Data Reader

b) Data Provider
c) Data Adapter

d) Data Relation

Answer – (c) Data Adapter

6. XML का पूरा नाम क्या है ?

a) Extension Mark Language

b) Extension Model Language

c) Extensible Markup Language

d) Extensible Mark Language

Answer – (c) Extensible Markup Language

7. VB.Net के साथ डे टाबे स प्रोग्रामिं ग में कितनी विधि का प्रयोग किया जा सकता है ?

a) 1

b) 2

c) 3

d) 4

Answer – (c) 3

8. Server Explorer को खोलने की शॉर्टकट की क्या है ?

a) Shift+S

b) Ctrl+Alt+S

c) Shift+Alt+S

d) Ctrl+S

Answer – (b) Ctrl+Alt+S


9. माइक् रोसॉफ्ट ने ADO कब परिचित किया था ?

a) 1990

b) 1991

c) 1995

d) 1996

Answer – (d) 1996

10. इनमे से कौनसा डाटा एडाप्टर ऑब्जे क्ट है ?

a) OleDb

b) Sql

c) Odbc

d) All

Answer – (d) All

11. ______ के द्वारा हम डे टाबे स में से सूचना प्राप्त कर सकते है |

a) Data bound control

b) Data control

c) Wizard

d) Report

Answer – (a) Data bound control

12. इनमें से Solution Explorer में क्या डिस्प्ले नहीं होता है ?

a) Form Properties

b) Reference Folder

c) Form File
d) Assemble File

Answer – (a) Form Properties

13. SQL Command में कितनी प्रॉपर्टी होती हैं ?

a) 1

b) 2

c) 3

d) 4

Answer – (d) 4

14. VB.Net में ODBC क्या है ?

a) Open Database Connectivity

b) Open Data Connection

c) Open Database Connection

d) Open Data Connectivity

Answer – (a) Open Database Connectivity

15. इनमे से कौनसी ODBC Data Adapter की प्रॉपर्टी है ?

a) Select

b) Update

c) Table Mappings

d) सभी

Answer – (d) सभी

TENTH LEVEL
1. प्रोग्रामर अपनी आवश्यकतानु सार Combo box और List box कण्ट् रोल के अन्दर भी डाटा प्राप्त कर सकता है
?

a) True

b) False

Answer – (a) True

2. Server Explorer किस मे न्यु का Sub Menu होता है ?

a) Window

b) Tool

c) View

d) Edit

Answer – (c) View

3. VB.Net में Database को जोड़ने के लिए किस आप्शन का उपयोग किया जाता है ?

a) Solution Explorer

b) Database Connector

c) Server Explorer

d) सभी

Answer – (c) Server Explorer

4. ADO.Net में कने क्शन ऑब्जे क्ट की विधि क्या है ?

a) open( )

b) new( )

c) ConnectionOpen( )

d) None of these
Answer – (a) open( )

5. Data set Object एक _________ सं गर् हण है |

a) connected

b) disconnected

c) polling

d) None

Answer – (b) disconnected

6. _______ ऑब्जे क्ट का उपयोग डाटासे ट को query के साथ fill करने के लिए किया जाता है |

a) DataReader

b) Dataset

c) DataAdapter

d) DataTables

Answer – (c) DataAdapter

7. ADO.Net में कने क्शन को बं द करने का syntax है –

a) sqlConnclose()

b) sqlconn.close()

c) sqlConn.Close()

d) None of the mentioned

Answer – (c) sqlConn.Close()

8. ADO.NET मे मोरी में डे टाबे स को बनाने की तथा उसमें प्रक्रिया करने की क्षमता उपलब्ध कराता है जिसे _______
कहा जाता है |

a) Views
b) Relations

c) Tables

d) Datasets

Answer – (d) Datasets

9. इनमें से कौनसा ऑब्जे क्ट दो डाटा टे बल के बीच रिले शनशिप जोड़ने के लिए प्रयोग किया जाता है ?

a) Dataset

b) DataRelation

c) DataReader

d) Connection

Answer – (b) DataRelation

10. ADO.Net में Select query का उपयोग क्यों किया जाता है ?

a) Update Data

b) Add Data

c) View Data

d) None of these

Answer – (c) View Data

No comments:

Post a Comment

Home

View web version


Powered by Blogger.

You might also like