3110212104124758
3110212104124758
Grade: VIII
Subject: Computer Science
Lesson 7: Visual Basic 2008
Question Bank
I. Fill in the blanks:
1. ……is an interface using which a user interacts with the application.
Ans: Form.
2. ………..is used to give commands to the application.
Ans: Command Button.
3. The ……. is present at the top of the window and displays the name of the
currently opened program
Ans: Title Bar.
4. In ………… the statements are not executed in the sequence in which they
are written. They only get executed when a corresponding event occurs.
Ans: Event Driven Programs
5. …….. are the attributes that define the appearance and behaviour of the
objects.
Ans: Properties.
6. ….. window displays a list of forms and other objects that constitute the
application. This list is organized in the form of a branching structure.
Ans: Solution Explorer
7. ……. contains various controls like such as Command Button, TextBox,
Label etc.
Ans: ToolBox
8. ……. window is used to write codes for any object.
Ans: Code Window
9. ……. property identifies an object while writing the program
Ans: Name
10. ……. property contains the text which is displayed in the TextBox.
Ans: Text.
II. Say True or False:
1. Visual Basic is an Event Driven Programming Language
Ans: True
2. The TextBox is used to receive the input from the user.
Ans: True
3. The Name which we give for the control elements in the property window
will be referred in the code window.
Ans: True
4. The Property window displays the list of Forms and Projects that is
organized in the form of Branching Structure.
Ans: False
5. A Form is an interface using which a user interacts with the application.
Ans: True