Vidyalelo
Visual Basic · Q2

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 2

Q2

Which of the following extension is used to represent the project file in Visual Basic?

A.
.vbp
Answer
B.
.vb
C.
.cls
D.
.vvb

Answer: Option A

Solution

Answer: Option A
Solution:
In Visual Basic, the project file is represented by the extension .vbp. This file type contains information about the project structure, references to other files, and various project settings. The .vb extension is used for individual source code files in Visual Basic. The extensions .cls and .vvb are not commonly associated with Visual Basic project files. Therefore, the correct option is Option A: .vbp.