On This Page

This set of Programming in Visual Basic Multiple Choice Questions & Answers (MCQs) focuses on Constants, Variables , Operators, Control Structure

Q1 | . ADO stands for ________
  • activex data objects
  • activex variable objects
  • another data object
  • none of these.
Q2 | ADO is ActiveX-based, it can work in different platforms anddifferent programming languages.
  • true
  • false
  • both
  • none of these
Q3 | ____ is insert from component , it is used to load ADO control.
  • microsoft activex data control 6
  • microsoft combo control 6
  • microsoft data grid control.
  • none of these
Q4 | ______file very necessary to connect to the access data base file byADO.
  • .mdb
  • .cls
  • .frm
  • .acca
Q5 | the ________is a term commonly used in the programming world todescribe the interface and environment that we use to create ourapplications.
  • ide
  • tool bar
  • menu bar
  • none of these.
Q6 | in VB,________ is called integrated because we can access virtuallyall of the development tools
  • ide
  • tool bar
  • menu bar
  • none of these.
Q7 | _______ format. In this format, the windows associated with theproject will stay within a single container known as the parent. Code andform-based windows will stay within the main container form.
  • mdi
  • sdi
  • form
  • code
Q8 | ________ displays the commands that are required to build anapplication. it is used to display the menus of the particular application
  • mdi
  • sdi
  • menu bar
  • toolbox
Q9 | The ________ is used to show quick reference to the various elementsof a project namely form, classes and modules
  • mdi
  • project explorer
  • menu bar
  • toolbox
Q10 | The ________ is show under or below the Project Explorer window
  • properties window
  • project explorer
  • menu bar
  • toolbox
Q11 | The ______ show the various characteristics of selected objects orcontrols.
  • properties window
  • project explorer
  • menu bar
  • toolbox
Q12 | _______ in Visual Basic has characteristics such as color and size,shape, font style, background colour, width, height etc.
  • properties window
  • project explorer
  • object
  • object browser
Q13 | The _________allows us to browse through the various properties,events and methods that are made available to us
  • properties window
  • project explorer
  • object
  • object browser
Q14 | __________are open from the View menu or pressing the key F2. Theleft column of the Object Browser lists the objects and classes that areavailable in the projects
  • properties window
  • project explorer
  • object
  • object browser
Q15 | Object Browser are open from the ________or pressing the key F2.The left column of the Object Browser lists the objects and classes thatare available in the projects
  • view menu
  • tool menu
  • insert menu
  • object browser
Q16 | All Code in Visual Basic is stored in the form of______
  • properties window
  • module
  • object
  • object browser
Q17 | There are 3 type of modules following are not include in it.
  • form modules,
  • standard modules
  • class modules.
  • basic module.
Q18 | The extension of class module is ______
  • .cls
  • .frm
  • .pvb
  • .mdb
Q19 | The long form of SDI is _________
  • multiple document interface
  • single document interface
  • single data interface
  • system document interface
Q20 | The long form of MDI is____________.
  • multiple document interface
  • single document interface
  • single data interface
  • system document interface
Q21 | _______ is used to work as parents, its main property is mdi child , allthe forms are open within MDI
  • multiple document interface
  • single document interface
  • single data interface
  • system document interface
Q22 | MDI is used to work as ________, its main property is mdi child , allthe forms are open within MDI
  • parents
  • child
  • form
  • menu
Q23 | MDI is used to work as parents, its main property is ____ , all theforms are open within MDI
  • mdi child
  • multiple
  • list
  • background
Q24 | In VB , . A _______ returns a value and a Sub Procedure does notreturn a value.
  • function procedure
  • sub procedure
  • mdi
  • sdi
Q25 | In VB , . A Function procedure returns a value and a _____ does notreturn a value.
  • function procedure
  • procedure
  • mdi
  • sdi