On This Page

This set of Programming in Visual Basic Multiple Choice Questions & Answers (MCQs) focuses on Getting started with V. B. Set 1

Q1 | _________this control is use to display the images
  • image
  • combo
  • shape
  • text
Q2 | To change the control's Shape using the ______ property
  • image
  • combo
  • shape
  • text
Q3 | The ____box is the standard control for accepting input from the useras well as to display the output.......
  • image
  • combo
  • shape
  • text
Q4 | text box can handle string (text) and numeric data but not images orpictures
  • true
  • false
  • both
  • none of these.
Q5 | The ________ is a very useful control for Visual Basic, as it is not onlyused to provide instructions and guides to the users, it can also be usedto display outputs.
  • image
  • combo
  • label
  • text
Q6 | One of its most important properties of lable is ________
  • background
  • caption
  • label
  • text
Q7 | One of its most important properties of text box is ______.
  • background
  • caption
  • label
  • text
Q8 | The _______ is one of the most important controls as it is used toexecute commands.
  • command button
  • radio
  • label
  • text
Q9 | The most common event associated with the command button is the_____ event,
  • click
  • change
  • double click
  • text
Q10 | The ______ is one of the controls that is used to handle graphics
  • picture box
  • combo
  • label
  • text
Q11 | In Picture box You can also load the picture at runtime usingthe ____method.
  • picture box
  • load picture
  • resize
  • text
Q12 | The_______ Control is another control that handles images andpictures
  • image control
  • load picture
  • combo
  • text
Q13 | The main property of Picture Box, is LoadPicture and _____ thepicture .
  • resize
  • stretchable
  • list
  • caption
Q14 | The function of the ____ is to present a list of items where the usercan click and select the items from the list.
  • listbox control
  • check
  • radio
  • text
Q15 | The_____ control lets the user selects or unselects an option we canselect more than one option from the group.
  • combo box
  • checkbox
  • radio
  • text
Q16 | . When the _____is checked, its value is set to 1 and when it isunchecked, the value is set to 0.
  • combo box
  • checkbox
  • radio
  • text
Q17 | the main property of check box is _____.
  • list
  • check
  • value
  • text
Q18 | The OptionButton control is used to selects one of the choices. itsmain property is ________value.
  • list
  • check
  • value
  • text
Q19 | When an option box is selected, its value is set to “True” and when itis unselected; its value is set to “False”.
  • true
  • false
  • both
  • none of these.
Q20 | the _____control is placed in the form together with sixOptionButtons. To determine the shape of the shape control.
  • shape
  • combo
  • picture box
  • images
Q21 | The property values of the shape control are 0, 1, and 2,3,4,5 whichwill make it appear as a rectangle, a square, an oval shape, a circle, arounded rectangle and a rounded square respectively.
  • true
  • false
  • both a and b
  • none of these.
Q22 | The _____ is for displaying a list of drives available in your computer
  • drive list box
  • picture box
  • list box
  • dirlist box
Q23 | When you place _____ control into the form and run the program,you will be able to select different drives from your compute
  • drive list box
  • picture box
  • list box
  • dirlist box
Q24 | The ____ means the Directory List Box.
  • drive list box
  • picture box
  • list box
  • dirlist box
Q25 | _____ is for displaying a list of directories or folders in a selecteddrive
  • drive list box
  • picture box
  • file list box
  • dirlist box