VB 6.0 MULTIPLE CHOCIE QUESTION


[1] Which is the container control?
(A) => Form
(B) => Textbox
(C) => Label
Answer =>> Form

[2] Which Data type return True or False value?
(A) => Integer
(B) => String
(C) => Boolean
Answer =>> Boolean

[3] Which function create random value?
(A) => Random()
(B) => Rnd()
(C) => Split()
Answer =>> Rnd()

[4] Which function display current date & time?
(A) => Date()
(B) => Time()
(C) => Now()
Answer =>> Now()

[5] What is the use of form layout window?
(A) => Show all Form
(B) => Show position of Form
(C) => A & B
Answer =>> A & B

[6] Which is not Text box Property?
(A) => Text
(B) => Caption
(C) => Lock
Answer =>> Caption

[7] Which is not Label Property?
(A) => Text
(B) => Caption
(C) => Lock
Answer =>> Text

[8] What is the use of Frame Control?
(A) => As a container
(B) => Stored control
(C) => A & B
Answer =>> A & B

[9] How many control available Tool Box?
(A) => 17
(B) => 20
(C) => 21
Answer =>> 21

[10] VB. Is ________
(A) => OOP language
(B) => Event driven programming
(C) => All the above
Answer =>> All the above

[11] Find out odd word from the list.
(A) => Click
(B) => Caption
(C) => Dbl click
Answer =>> Caption

[12] Which is the short cut key of resize control?
(A) => ctrl + arrow
(B) => shift + arrow
(C) => alter + arrow
Answer =>> shift + arrow

[13] Which function key is used to run the program?
(A) => F1
(B) => F3
(C) => F5
Answer =>> F5

[14] What is Activex control?
(A) => extra control
(B) => active control
(C) => none of this
Answer =>> none of this

[15] Find out odd word of list
(A) => menu bar
(B) => toolbar
(C) => address bar
Answer =>> address bar

[16] Full form of OLE.
(A) => object line element
(B) => object linking & embedding
(C) => object link element
Answer =>> object linking & embedding

[17] What is MDI ?
(A) => multiple document interface
(B) => multiple data interface
(C) => multiple document interrupt
Answer =>> multiple document interface

[18] What is short cut key of menu editor?
(A) => ctrl + a
(B) => ctrl + b
(C) => ctrl + e
Answer =>> ctrl + e

[19] What is the Full Form of API?
(A) => Applet programming interface
(B) => Application programming interchange
(C) => None of this
Answer =>> None of this

[20] What is the Extension of VB Project File?
(A) => .log
(B) => .frm
(C) => .vbp
Answer =>> .vbp

[21] What is the use of Data Report?
(A) => Storage of data
(B) => Get data
(C) => Display data
Answer =>> Display data

[22] What is the use of Data Grid Control?
(A) => Display data Row wise
(B) => Display data Column wise
(C) => A & B
Answer =>> A & B

[23] Which is the common Property?
(A) => Text
(B) => Name
(C) => Size
Answer =>> Name

[24] Find out odd word from list.
(A) => Form
(B) => Text Box
(C) => Command Button
Answer =>> Form

[25] What is the Full Form of DLL.?
(A) => Digital Link Library
(B) => Data Link Library
(C) => Dynamic Link Library
Answer =>> Dynamic Link Library

[26] Find out odd word from list
(A) => ActiveX
(B) => ActiveX DLL
(C) => MDI
Answer =>> MDI

[27] What is the Short Cut to Moving Control?
(A) => Ctrl + Arrow
(B) => Shift + Arrow
(C) => Alter + Arrow
Answer =>> Ctrl + Arrow

[28] What is Module?
(A) => Public Storage Part
(B) => Public Declaration Part
(C) => All of this
Answer =>> All of this

[29] Which File is Created after Compiling File?
(A) => .Dll
(B) => .Exe
(C) => .frm
Answer =>> .Exe

[30] Which Property is Not used to Picture Control?
(A) => Picture
(B) => Stretch
(C) => Align
Answer =>> Stretch

[31] Which Property is Not used to Image Control?
(A) => Picture
(B) => Align
(C) => Stretch
Answer =>> Align

[32] Which Control is not Displayed at Run Time?
(A) => Shape
(B) => Timer
(C) => Image
Answer =>> Timer

[33] Which common dialog box does not exits in VB ?
(A) => ShowOpen
(B) => ShowClose
(C) => ShowSave
Answer =>> ShowClose

[34] Types of Database Connectivity.
(A) => DAO
(B) => ADO
(C) => All of this
Answer =>> All of this

[35] IDE is:
(A) => Independent Development Enterprise
(B) => ) A development environment for machine language
(C) => An Integrated Development Environment for Visual Basic
Answer =>> An Integrated Development Environment for Visual Basic

[36] Which of the following is not part of the IDE:
(A) => General window
(B) => Form layout window
(C) => Properties window
Answer =>> General window

[37] The application name always appears in the:
(A) => Properties window
(B) => Intermediate window
(C) => Title bar
Answer =>> Title bar

[38] The color of a button is:
(A) => One of its properties
(B) => Not updateable
(C) => Defined in the project
Answer =>> One of its properties

[39] Code is:
(A) => Updateable in the form editor
(B) => Instructions
(C) => Seldom used
Answer =>> Instructions

[40] Controls are:
(A) => Code
(B) => Part of the menus
(C) => Objects
Answer =>> Objects

[41] In the IDE, which of following is used to design the layout of an application?
(A) => Form Designer window
(B) => Project Explorer window
(C) => Context Menu
Answer =>> Form Designer window

[42] The location of the form on the desktop during execution is determined by the:
(A) => Form Designer window
(B) => Form Layout window
(C) => Context Menu
Answer =>> Form Layout window

[43] The Object Browser:
(A) => Displays the command buttons and textboxes, etc.
(B) => Shows frequently used shortcuts as objects
(C) => Displays the object libraries and their combinations of data and code
Answer =>> Displays the object libraries and their combinations of data and code

[44] The location of the form on the desktop during execution is determined by the:
(A) => Form Designer window
(B) => Project Explorer window
(C) => Form Layout window
Answer =>> Form Layout window

[45] The first procedure-oriented language was:
(A) => FORTRAN
(B) => BASIC
(C) => COBOL
Answer =>> FORTRAN

[46] Visual Basic projects are identified by a:
(A) => “.vbp” suffix
(B) => “.mak” suffix
(C) => All the above
Answer =>> All the above

[47] Visual Basic forms are identified by a:
(A) => “.frm” suffix
(B) => “.mak” suffix
(C) => “.for” suffix
Answer =>> “.frm” suffix

[48] To run an application in Visual Basic:
(A) => Click on the start button (blue arrow)
(B) => Use the File Menu
(C) => None of the above
Answer =>> Click on the start button (blue arrow)

[49] To exit Visual Basic:
(A) => Click Alt-Q
(B) => Use the File Menu to select Quit
(C) => Use the Window Menu to select Exit
Answer =>> Click Alt-Q

[50] The reference library of Visual Basic books is called:
(A) => MSDN Library
(B) => Help Library
(C) => Topic pane
Answer =>> MSDN Library

[51] VB is:
(A) => Visual Building
(B) => Visual Basic
(C) => View Building
Answer =>> Visual Basic

[52] What is the function of this button?
(A) => Run the object
(B) => Height of Window
(C) => View the source code
Answer =>> View the source code

[53] Which of these is not an collection of the VB Project?
(A) => The Global module
(B) => The Form module
(C) => The Object module
Answer =>> The Object module

[54] What is the name of the bar where you would see a categorized view or Alphabetic view?
(A) => Properties Window
(B) => Tool Bar
(C) => Tool Box Window
Answer =>> Properties Window

[55] On start up, which is not displayed?
(A) => The Blank Form Window
(B) => The Class Window
(C) => The Project Window
Answer =>> The Class Window

[56] Message Boxes are used for?
(A) => When you want to ask the user a question
(B) => Display an error message
(C) => All the above
Answer =>> All the above

[57] Which one of these is not a valid add-in?
(A) => Global module
(B) => Resource files
(C) => Modest module
Answer =>> Modest module

[58] How many types of message boxes are there in VB?
(A) => 5
(B) => 6
(C) => 7
Answer =>> 6

[59] What is Tool Tip Text?
(A) => Tool tip text is a tip of the day
(B) => Tool tip text is shown when the mouse is held over a object
(C) => Tool tip text is the same as the caption
Answer =>> Tool tip text is shown when the mouse is held over a object

[60] Which of these is not an valid message box in VB?
(A) => VBOkOnly
(B) => VBExitOnly
(C) => VBAbortRetryIgnore
Answer =>> VBExitOnly

[61] What is the meaning of *.VBP?
(A) => Volly ball practice
(B) => Visual binary protocol
(C) => Visual basic project
Answer =>> Visual basic project

[62] A control array is a list of controls with the ___.
(A) => Different names
(B) => Same name
(C) => Both A & B
Answer =>> Same name

[63] What is the purpose of the name function in all controls?
(A) => So things can be stored by type
(B) => So they can be called at run time
(C) => The name functions does not exist
Answer =>> So they can be called at run time

[64] What is DAO?
(A) => Database Access Object
(B) => Database Advanced Object
(C) => Data Access Objects
Answer =>> Data Access Objects

[65] Which of these is used to open an database?
(A) => Set dbmydb = OpenDatabase(“mydatabase.mdb”)
(B) => Dbmydb = OpenDatabase(“mydatabase.mdb”)
(C) => Set dbmydb = OpenDatabase
Answer =>> Set dbmydb = OpenDatabase(“mydatabase.mdb”)

[66] Visual basic uses an object called _____ to hold your table
(A) => Record
(B) => RecordSet
(C) => File
Answer =>> RecordSet

[67] The Visual basic Upgrade Wizard will convert all the code in your VB 6 application to VB.Net code for you.
(A) => True
(B) => False
(C) => Not always true
Answer =>> Not always true

[68] Which short cut key is used to display Project Explorer Window?
(A) => Ctrl + P
(B) => Ctrl + R
(C) => Ctrl + N
Answer =>> Ctrl + R

[69] Which function key is used to display the properties window?
(A) => F2
(B) => F3
(C) => F4
Answer =>> F4

[70] Which short cut key is used to display Immediate Window?
(A) => Ctrl + R
(B) => Ctrl + N
(C) => Ctrl + G
Answer =>> Ctrl + G

[71] Which function key is used to Run VB Project?
(A) => F5
(B) => F4
(C) => F3
Answer =>> F5

[72] Which is the smallest Data-type allowed in Visual Basic?
(A) => Byte
(B) => Integer
(C) => Single
Answer =>> Byte

[73] Which is default Data-type in Visual Basic?
(A) => Integer
(B) => String
(C) => Variant
Answer =>> Variant

[74] Which is not Container Control?
(A) => Form
(B) => Frame
(C) => List Box
Answer =>> List Box

[75] Which is Container Control?
(A) => Form
(B) => Frame
(C) => All these above
Answer =>> All these above

[76] Which operator is used for modulus?
(A) => Mod
(B) => %
(C) => ^
Answer =>> Mod

[77] Which loop is known as self increment loop?
(A) => For – loop
(B) => Do – loop
(C) => While – Wend loop
Answer =>> For – loop

[78] Which property is useful to identify control in control array?
(A) => TabStop
(B) => TabIndex
(C) => Index
Answer =>> Index

[79] Which method affects the visibility of the control respect to other overlapping control?
(A) => Move Method
(B) => ZOrder Method
(C) => Refresh Method
Answer =>> ZOrder Method

[80] Which control is useful to display static text?
(A) => Label
(B) => Text Box
(C) => Frame
Answer =>> Label

[81] Which property is not available in picture control?
(A) => Picture
(B) => Align
(C) => Stretch
Answer =>> Stretch

[82] Which property is not available in image control?
(A) => Picture
(B) => Align
(C) => Auto Size
Answer =>> Align

[83] ________ can’t be Modal Form.
(A) => Form
(B) => MDIForm
(C) => A & B
Answer =>> MDIForm

[84] Which function is used to return total no. of character in string?
(A) => Count()
(B) => String()
(C) => Len()
Answer =>> Len()

[85] Which function is used to display system’s Date and Time?
(A) => Date()
(B) => Now()
(C) => DateSerial()
Answer =>> Now()

[86] Which property is used to set the size of control?
(A) => Height
(B) => Width
(C) => A & B
Answer =>> A & B

[87] Which property is used to move the control?
(A) => Left
(B) => Top
(C) => A & B
Answer =>> A & B

[88] Which property is used to set back color of command button?
(A) => BackColor
(B) => Style
(C) => A & B
Answer =>> A & B