Multiple choice

Standard module contains extension

  1. .EXE

  2. .BAS

  3. .VBP

  4. .DOC

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

In Visual Basic 6.0, standard modules use the .BAS file extension. .EXE is for compiled executables, .VBP is the project file itself, and .DOC is a Word document. BAS files contain reusable code procedures and global declarations that aren't tied to specific forms.