Visual Basic MCQ-2



  1. Buiding  Block of Visual Basic Application  is
[a]  Project
[b]  Control
[c]   Form
[d]  Properties
  1. Default border type of form is
[a]  Fixed Single
[b]  Sizeable
[c]   Fixed Dialog
[d]  Fixed Toolwindow
  1. Which of the following is not form event.
[a]  Activate
[b]  Deactivate
[c]   QueryLoad
[d]  QueryUnload
  1. We can setup the startup form using
[a]  method
[b]  Property
[c]   Both
[d]  None
  1. Default scale mode of  Form is
[a]  Pixel
[b]  Point
[c]   Twips
[d]  Centimeter
  1. Default Drawingmode is
[a]  vbBlackness
[b]  vbCopyPen
[c]   vbWhiteness
[d]  vbMergePen
  1. For Drawing a   rectangle use
[a]  Line
[b]  Shape
[c]    Rectanage
[d]  None
8.    An object is composed of:
[a] properties.
[b] methods.
[c] events.
[d] Both a and b.
[e] All of the above.