Preview

Visual Basic

Powerful Essays
Open Document
Open Document
5657 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Visual Basic
CHARACTERISTICS AND DATA TYPES OF VISUAL BASIC
INTRODUCTION
The characteristics and data types of Visual Basic elucidated its advantages and disadvantages. Visual Basic is a popular event-driven visual programming system from Microsoft Corporation for Microsoft Windows (Morley, 2008). It is an Integrated Development Environment (IDE), which uses a Graphical User Interface (GUI) to create and modify code (Capron, 2004). It enables Rapid Application Development (RAD) of graphical user interface applications, access to databases using Data Access Objects (DAO), Remote Data Objects (RDO), or Active X Data Objects (ADO), and creation of Active X Controls and objects (Zak, 2004). It is an advanced structure dialect intended to help programmers to develop quite complex applications (Joos, 2001). It is an extremely powerful third-generation compiled language capable of both text and graphics (Bell, 2002). It is the visual form of BASIC (Beginners’ All-purpose Symbolic Instruction Code), a language that emphasizes ease of use (Capron, 2004).
History of Visual Basic In 1988, Alan Cooper, the father of Visual Basic, showed a drag and drop shell prototype called Tripod to Bill Gates. Microsoft immediately bought the concept. They contracted with Cooper and his associates to develop Tripod into a programmable form system for Windows 3.0, under the code name “Ruby”. But Tripod did not include a programming language at all. So, Microsoft decided to combine Ruby with BASIC language to create Visual Basic. Ruby employed a string-based system of messages between controls. The first conservative draft of ideas included simply replacing the crude string language with BASIC. But these messages were modeled in a graph-like user interface whose complexity scaled rather poorly from shell construction set to general programming environment. So such ideas were quickly considered unworthy. The event model was evolving for Omega and could be modeled into unified concept suitable for

You May Also Find These Documents Helpful

  • Powerful Essays

    Microsoft visual Basic 6.0 is a third-Generation event-driven programming language and integrated (IDE) from Microsoft for its COM programming model first released in 1991.…

    • 1214 Words
    • 5 Pages
    Powerful Essays
  • Satisfactory Essays

    Visual basic was invented in 1990s it creates all windows based applications.Pt1420 - Unit 1 Assignment 1…

    • 388 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    PT1420week5exdkinney

    • 404 Words
    • 2 Pages

    Built in functions are valuable and convenient because they can cut down the time and energy it takes into writing the entire program repeatedly. The built-in functions work like mini programs that perform simple tasks so that you can concentrate your efforts elsewhere. As with all functions, the built-in functions return values and, optionally, accept arguments that you pass to the functions when you call the functions. This essay will list different Visual Basic’s built in functions.…

    • 404 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    The first language and its rules I will describe is Visual Basic. Visual Basic has a few different rules and they are described on Microsoft’s website in a document. This document is called (“Visual Basic Naming Rules”) and they read as such:…

    • 878 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    Microsoft presented a working situation named Windows on November 20, 1985 as a graphical working framework shell for MS-DOS in light of the developing enthusiasm for graphical UIs (GUI). Microsoft Windows came to command the world's PC showcase with more than 90% piece of the overall industry, surpassing Mac OS, which had been presented in 1984. (Bhardwaj, Arora & Malik, 2014, p.778).…

    • 1714 Words
    • 7 Pages
    Powerful Essays
  • Good Essays

    The program is a graphical interface environment, which comes in many different types of programs in many different languages. The graphical interface environment allows…

    • 542 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    This course introduces students to object-oriented programming. It covers object-oriented tools for system analysis, design and development. The course teaches the significance of object-oriented programming, the keywords and constructs of the Java programming language, and the steps required to create simple Java technology programs.…

    • 414 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Week 5

    • 585 Words
    • 3 Pages

    Chapter readings: 2 (p.), 9 (p.), and 10 (p.) of Programming in Visual Basic 2010.…

    • 585 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    visual basic

    • 8352 Words
    • 34 Pages

    Function SubMatchTest(inpStr) Dim oRe, oMatch, oMatches Set oRe = New RegExp ' Look for an email address (not a perfect RegExp). oRe. Pattern = "(\w+)@(\w+)\.(\w+)" ' Get the Matches collection.…

    • 8352 Words
    • 34 Pages
    Satisfactory Essays
  • Better Essays

    There is subcategory as visual languages on the imperative languages. These visual languages gives ability of generate GUIs easily by drag and drop. All .NET languages such as VB.NET and C++, C# categorized into here.…

    • 1672 Words
    • 7 Pages
    Better Essays
  • Good Essays

    Relational Databases

    • 750 Words
    • 3 Pages

    Data for our programs are stored in various formats. The most commonly used format is in the form of a database since databases are not dependent on a single program or hardware platform. These databases are stored in five structures of hierarchical, network, relational, multidimensional, and object-oriented. Hierarchical structure organizes data in a one to many relationship. The network goes of the hierarchical structure by organizing data in a many to many relationship. The relational structure organizes the data in tables and allows the end user to determine the relationship at run time. Multidimensional takes the relational structures concept and uses multi dimensions to organize the data. Object-oriented structure has not only the attributes of the entity, but also contain the operations that can be performed on it.…

    • 750 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Cis515

    • 3200 Words
    • 13 Pages

    References: Carter, J. (n.d.). Database Design and Programming with Access, SQL, Visual Basic and ASP.…

    • 3200 Words
    • 13 Pages
    Powerful Essays
  • Powerful Essays

    Msp430

    • 7234 Words
    • 29 Pages

    [2] Jon Jagger and John Sharp, Microsoft Visual C# .NET Step By Step, Microsoft Press, 2003.…

    • 7234 Words
    • 29 Pages
    Powerful Essays
  • Powerful Essays

    Object Oriented Programming

    • 13874 Words
    • 63 Pages

    2 Contents Structuring the Programming Task 34 Collaboration 34 Organizing Object-Oriented Projects 35 Designing on a Large Scale 35 Separating the Interface from the Implementation 35 Dividing the Work into Modules 35 Keeping the Interface Simple 36 Making Decisions Dynamically 36 Inheriting Generic Code 36 Reusing Tested Code 36 Document Revision History 38 2010-11-15 | Copyright © 2010…

    • 13874 Words
    • 63 Pages
    Powerful Essays
  • Powerful Essays

    Asp.Net

    • 4672 Words
    • 19 Pages

    TABLE OF CONTENTS 1. Introduction to ASP Technology 2. ASP Objects 2.1 The Request Object 2.2 The Response Object 2.3 The Server Object 2.4 The ASPError Object 2.5 The Application Object 2.6 The Session Object 3. The Scripting Object Model (SOM) and SOM objects 4. Database Access in ASP 4.1 ActiveX Data Object (ADO) 4.2 The ADO Object Model 4.3 Accessing a Database from an ASP Page 4.4 To Create an ODBC Database Connection 4.5 To Create an ODBC Connection to MS Access Database 4.6 To create a DSN-less Database Connection…

    • 4672 Words
    • 19 Pages
    Powerful Essays