Introduction to Visual Basic


Available Answers

  1. 1.

    Choose the correct option.

    1. What is the command that is used to convert text to a number?
      1. Val
      2. MsgBox
      3. Click 
      4. All of these
    2. Name the control that allows you to select only one Option among multiple options.
      1. Frame
      2. OptionButton
      3. Timer
      4. DirListBox 
    3. Name the window that is used to quickly execute commands in Visual Basic without writing a complete program
      1. Properties Window
      2. Object Window
      3. Immediate Window
      4. Form Designer
    4. A that is used as an aid for removing errors in a Visual Basic program.
      1. Edit
      2. Debug Toolbar
      3. Form Edit Toolbar
      4. Standard Toolbar
    5. Name the window that is used to control the way a Form starts on the screen in a position.
      1. Properties Window
      2. Immediate Window
      3. Form Designer Window
      4. Form Layout Window
  2. 2.

    State True (T) or False (F):

    1. Visual Basic does not come with a built-in IDE.
    2. Project Explorer is used to serve as a quick reference to the various elements of a project.
    3. Frame serves as a visual and functional container for a group of controls.
    4. TextBox displays a list of items from which a user can select one or more option.
    5. The Caption property of a form changes the title of a form.
  3. 3.

    Fill in the blanks with the correct word:

    MsgBox, TextBox, Pointer, Form Designer, CommandButton
    1. The ________________ control allows a Button control to be inserted into a Form.
    2. The ________________  window is used to design the interface of a Form.
    3. The ________________ control is used to display text and also to accept text from the user.
    4. A ________________ control allows you to select, move and resize controls on a form.
    5. The ________________ command is used to display a message in a small window.
  4. 4.

    Match the following:

    Combo Box

    Check Box

    Option Buttons

    Shape Tool

    Listbox

  5. 5.

    What is the function of a Project Explorer window?

  6. 6.

    What is the function of a Properties Window?

5 more answer(s) available.

Please login to post your comments.