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 ________
Q2 | ADO is ActiveX-based, it can work in different platforms anddifferent programming languages.
Q3 | ____ is insert from component , it is used to load ADO control.
Q4 | ______file very necessary to connect to the access data base file byADO.
Q5 | the ________is a term commonly used in the programming world todescribe the interface and environment that we use to create ourapplications.
Q6 | in VB,________ is called integrated because we can access virtuallyall of the development tools
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.
Q8 | ________ displays the commands that are required to build anapplication. it is used to display the menus of the particular application
Q9 | The ________ is used to show quick reference to the various elementsof a project namely form, classes and modules
Q10 | The ________ is show under or below the Project Explorer window
Q11 | The ______ show the various characteristics of selected objects orcontrols.
Q12 | _______ in Visual Basic has characteristics such as color and size,shape, font style, background colour, width, height etc.
Q13 | The _________allows us to browse through the various properties,events and methods that are made available to us
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
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
Q16 | All Code in Visual Basic is stored in the form of______
Q17 | There are 3 type of modules following are not include in it.
Q18 | The extension of class module is ______
Q19 | The long form of SDI is _________
Q20 | The long form of MDI is____________.
Q21 | _______ is used to work as parents, its main property is mdi child , allthe forms are open within MDI
Q22 | MDI is used to work as ________, its main property is mdi child , allthe forms are open within MDI
Q23 | MDI is used to work as parents, its main property is ____ , all theforms are open within MDI
Q24 | In VB , . A _______ returns a value and a Sub Procedure does notreturn a value.
Q25 | In VB , . A Function procedure returns a value and a _____ does notreturn a value.