Class 7 – Visual Basic Quick Revision
Colorful, mobile‑friendly notes for fast last‑minute prep. 👇
1) Tick (✓) the correct answer
a
Visual Basic is a programming language →
event‑driven
b
Text Box, Label and Button are →
controls
c
To execute an application, press →
F5
d
______ contains buttons that give shortcuts →
Toolbar
2) One‑word answers
a
They get executed in response to an event →
Event procedures
b
View where statements are written →
Code Window
c
Who developed Visual Basic? →
Microsoft
3) Short Q & A (2–3 lines)
a
What is Visual Basic?
Visual Basic is an easy language for building Windows apps with forms, buttons and code.
b
What is event‑driven programming?
The program runs when events happen, like a button click or key press. Each event triggers code.
c
Describe controls:
Text Box
– to type input text.
Label
– to show text on the form.
Button
– performs an action when clicked.
d
Use of Properties Window?
Change how controls look and behave (size, color, name, text, etc.).
e
How to execute an application?
Press the
F5
key to run the program.
f
Code View vs Designer View?
Code View
– write statements.
Designer View
– drag & arrange buttons, labels, etc.
Tip: Quickly scan the badges a–f to revise in order.