Class VIII Chapter 2 Notes Computer
Class VIII Chapter 2 Notes Computer
2 Explain the use of new, existing and recent projects in startup dialog box.
A. New: After selecting New tab and clicking the open button the user
can go into the actual vb programming environment.
Existing : On clicking of the existing tab the user is prompted to open
an already existing project.
Recent : The recent tab in the dialog box shows the list of recently
opened projects.
3 What is Integrated Development Environment? Explain.
A. The working environment in Visual Basic is often referred to as the
integrated development Environment or IDE because it integrates
many different functions such as design , editing, compiling , and
debugging within a common environment.
4 How do you execute a Visual Basic project?
A. A project can be executed in three different ways:
• Press F5 key to the keyboard to run or execute your project.
• Clicking the Start button (blue arrow) on the toolbar .
Page 1 of 4
• Selecting Run – Start from the menu will also accomplish the
same thing.
5 Write the steps to save a project.
A. Saving a Project
To save the projects select the Save Project on the toolbar.
Create a new folder by clicking the create new folder Icon, and
save your Form in the new folder.
Click on the save button to save the Form with the name Form1.
User can also save the Form with any one name.
Now save your project in the same new folder.
Page 3 of 4
Private Sub Command1_Click( )
End
End Sub
*******
Page 4 of 4