What Is Visual Basic?

What Is Visual Basic? thumbnail
What Is Visual Basic?

Visual Basic is the latest generation of the original BASIC language. BASIC started as the language of home computing. The acronym stands for the Beginners All-purpose Symbolic Instruction Code. Even in its modern object-oriented wanna-be-like-C++ iteration, it's still one of the easiest to learn and most often used computer programming languages.

  1. VB History

    • Applesoft BASIC was popular and powerful.

      BASIC started out in the1960's as a language for non-specialists. It's line numbers, easy English-language commands and simple syntax made it a hit. By the end of the 70s, most "home" computers came with BASIC in ROM.

    Evolution

    • BASIC began as an interpreted language--each command translated into machine code on the fly during execution. In the 1980s, each brand of machine could only run code specifically written for it. BASIC floundered around nearly a decade before Microsoft took it to the next level in 1991.

    Visual Basic

    • VB for Windows, introduced by Microsoft in 1991, was the first BASIC to sport a Graphical User Interface. From there, the evolution roughly parallels that of C++. The next decade saw the language develop into an easy to use (almost) object-oriented language with drag-and-drop ease of use.

    VB Today

    • Visual Basic today is, as in past lives, one of the most popular of programming languages. However, due to its power and versatility, it's not just for the home tinkerer anymore. For instance, the latest version contains built-in web-enabled functions and objects, ensuring the language doesn't fall behind technology.

    Free VB

    • The Microsoft Visual Basic Integrated Device Environment can be downloaded for free from the Microsoft website for anyone who wants to learn Visual Basic. Many training and tutorial sites are available on the web and most colleges offer courses.

Related Searches:

References

Resources

  • Photo Credit All images Courtesy of Google Images

Comments

You May Also Like

  • How to Learn Beginner Visual Basic

    Visual Basic is a high-level programming language that generally allows programmers to create applications or programs that computer users can utilize. These...

  • How to Begin Visual Basic

    Visual Basic is a programming language developed by Microsoft for writing applications for Microsoft Windows. The currently supported version of Visual Basic...

  • Basic Help for Microsoft Visual

    Visual Basic, the widely used development environment for creating Windows programs, has a wealth of features to help you code quickly and...

  • How to Link Visual Basic

    Visual Basic (VB) is part of Microsoft Visual Studio, a programming platform to develop web and desktop applications. Visual Basic projects can...

  • How to Make a Timer in Visual Basic

    A timer in Visual Basic will permit the developer to have a predetermined activity happen on his operating system after a certain...

  • Types of Visual Basic

    Types of Visual Basic. Visual Basic is a programming language developed by Microsoft. Visual Basic also refers to the Integrated Development Environment...

  • What Are the Functions of Visual Basic?

    Functions in the Visual Basic language cause the software to perform tasks and provide results back to the computer program, display it...

  • Definition of Visual Basic 6.0

    Visual Basic is a programming language and integrated development environment (IDE). It derives from the much older BASIC programming language, and so...

  • Visual Basic Step-by-Step

    Visual Basic is a widely used programming language developed by Microsoft to create programs for their Windows operating systems. Visual Basic's core...

  • What Is Visual Basic Language?

    Visual Basic is a object-oriented programming language which allows programmers to create applications for Windows, Web pages and for mobile devices. Microsoft...

Related Ads

Featured