Multiple choice

An EXE is created with

  1. project name

  2. form name

  3. control name

  4. event name

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

When you compile a Visual Basic project into an executable file (EXE), the output file takes the project name as its filename. For example, if your project is named 'MyProject,' the compiled executable will be 'MyProject.exe.' Form names, control names, and event names are internal to the application and don't determine the EXE filename.