GUI
Graphical User Interface
Form
Foundation for the user interface in a windows app
Solution Explorer Window
Lists the projects contained in the solution and the items contained in each project
Source File
File that contains program instructions, called code
Form File
form1.vb or .vb extension, contains code associated with a form…second form within an application would be form2.vb