Multiple choice

What is the basic building block of a Visual Basic application?

  1. Menu

  2. Form

  3. Tool bar

  4. File

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Visual Basic, Forms are the fundamental building blocks - they're the windows and dialog boxes that users interact with. Every VB application starts with at least one form. Menus, toolbars, and files are components that live on forms, not the base structure themselves.