Computer Science
Class-7
Chapter-8 Introduction to Visual Basic
A. Tick the correct option:
1. A project consists of many _________________.
a. controls b. forms c. programs
Answer: forms
2. ______ displays the position of the form on screen.
a. forms layout window b. project window c. properties window
Answer: forms layout window
3. ________ define the characteristics of the form or an object.
a. methods b. properties c. events
Answer: properties
4. The _________ helps you to browse the various properties, events and methods.
a. properties window b. project window c. object browse
Answer: object browse
5. When the user clicks on the form, _________ event is triggered.
a. form click b. form load c. show
Answer: form click