Recent Trends in IT Solved MCQs

Multiple Choice Questions 60 Pages
FT

Contributed by

Falguni Talwar
Loading
  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    Class:-SYBBA(CA) -Semester IV
    Subject :- Programming in Visual Basic
    Question Bank Multiple Choice Questions (MCQ)
    Unit 1 :- Getting started with V. B.
    -------------------------------------------------------------------------------------
    1) _________this control is use to display the images
    a) image
    b) combo
    c) shape
    d)text
    2) To change the control's Shape using the ______ property
    a) image
    b) combo
    c) shape
    d)text
    3) The ____box is the standard control for accepting input from the user
    as well as to display the output.......
    a) image
    b) combo
    c) shape
    d)text

    Page 1

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    4) text box can handle string (text) and numeric data but not images or
    pictures
    a) True
    b) False
    c) Both
    d) none of these.
    5) The ________ is a very useful control for Visual Basic, as it is not only
    used to provide instructions and guides to the users, it can also be used
    to display outputs.
    a) image
    b) combo
    c) Label
    d)text
    6) One of its most important properties of lable is ________
    a) background
    b) caption
    c) Label
    d)text

    Page 2

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    7) One of its most important properties of text box is ______.
    a) background
    b) caption
    c) Label
    d)text
    8) The _______ is one of the most important controls as it is used to
    execute commands.
    a) command button
    b) radio
    c) Label
    d)text
    9) The most common event associated with the command button is the
    _____ event,
    a) click
    b) change
    c)double click
    d)text

    Page 3

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    10) The ______ is one of the controls that is used to handle graphics
    a) picture box
    b) combo
    c) Label
    d)text
    11) In Picture box You can also load the picture at runtime using
    the ____method.
    a) picture box
    b) Load picture
    c) resize
    d)text
    12) Picture1.Picture=LoadPicture ("C:\VBprogram\Images\grape.gif")
    it is syntax of the picture box .
    a) True
    b) False
    c) Both
    d) none of these.
    13) The_______ Control is another control that handles images and
    pictures
    a) image control
    b) Load picture
    c) combo
    d)text

    Page 4

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    14) The main property of Image Control is ______,
    a) resize
    b) stretchable
    c) list
    d) caption
    15) The main property of Picture Box, is LoadPicture and _____ the
    picture .
    a) resize
    b) stretchable
    c) list
    d) caption
    16) The function of the ____ is to present a list of items where the user
    can click and select the items from the list.
    a) listbox control
    b)check
    c) radio
    d)text
    17) in list box , In order to add items to the list, we can use
    the ______method.
    a) resize
    b) stretchable
    c) add-item
    d) caption

    Page 5

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    18 ) in ____ we present a list of items where the user can click and select
    the items from the drop-down list.
    a) combo box
    b)check
    c) radio
    d)text
    19) The_____ control lets the user selects or unselects an option we can
    select more than one option from the group.
    a) combo box
    b)checkbox
    c) radio
    d)text
    20) . When the _____is checked, its value is set to 1 and when it is
    unchecked, the value is set to 0.
    a) combo box
    b)checkbox
    c) radio
    d)text
    21) the main property of check box is _____.
    a) list
    b)check
    c) value
    d)text

    Page 6

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    22) The OptionButton control is used to selects one of the choices. its
    main property is ________value.
    a) list
    b)check
    c) value
    d)text
    23) When an option box is selected, its value is set to “True” and when it
    is unselected; its value is set to “False.
    a) True
    b) False
    c) Both
    d) none of these.
    24) the _____control is placed in the form together with six
    OptionButtons. To determine the shape of the shape control.
    a) shape
    b) combo
    c) picture box
    d) images

    Page 7

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    25) The property values of the shape control are 0, 1, and 2,3,4,5 which
    will make it appear as a rectangle, a square, an oval shape, a circle, a
    rounded rectangle and a rounded square respectively.
    a) True
    b) False
    c) Both a and b
    d) none of these.
    26) The _____ is for displaying a list of drives available in your computer
    a) drive list box
    b) picture box
    c) list box
    d) dirlist box
    27) When you place _____ control into the form and run the program,
    you will be able to select different drives from your compute
    a) drive list box
    b) picture box
    c) list box
    d) dirlist box
    28) The ____ means the Directory List Box.
    a) drive list box
    b) picture box
    c) list box
    d) dirlist box

    Page 8

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    29) _____ is for displaying a list of directories or folders in a selected
    drive
    a) drive list box
    b) picture box
    c) file list box
    d) dirlist box
    30 ) _____ is for displaying a list of files in a selected drive or folder.
    a) drive list box
    b) picture box
    c) file list box
    d) dirlist box
    31) The variable can be a declared by ____statement .
    a) dim
    b) var
    c) $
    d) none of these.
    32) Following are the arithmetic operator .
    a) <
    b) >=
    c) mod
    d) >
    33) Following are the condition operator .
    a) OR
    b) and
    c) >
    d) <=>

    Page 9

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI,PUNE-45
    PROF. YOGESH P.DESHMUKH www.dacc.edu.in
    34) Following are the logical operator
    a) +
    b) or
    c)/
    d) ?
    35) Following are the concatenation operator
    a)+
    b) &
    c) &&
    d) none of theses
    36) the logical operator xor is used when One side or other must be
    true but not both
    a ) True
    b) False
    c ) Both true and false
    d) none of these.
    37) _________ is used to take decision .
    a) if condition
    b) while loop
    c) for loop
    d) wend
    38) if condition is end by ____.
    a) end if condition
    b) next
    c) stop
    d) wend

    Page 10

Download this file to view remaining 50 pages

logo StudyDocs
StudyDocs is a platform where students and educators can share educational resources such as notes, lecture slides, study guides, and practice exams.

Contacts

Links

Resources

© 2025 StudyDocs. All Rights Reserved.