Standard module contains extension
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.