Microsoft BASIC

From Seo Wiki - Search Engine Optimization and Programming Languages
Jump to navigationJump to search

Microsoft BASIC was the foundation product of the Microsoft company. It first appeared in 1975 as Altair BASIC, which was the first BASIC (and indeed the first high level programming language) available for the MITS Altair 8800 hobbyist microcomputer.

The Altair BASIC interpreter was developed by Microsoft founders Paul Allen and Bill Gates with help from Monte Davidoff, using a self made Intel 8080 software simulator running on a PDP-10 minicomputer. The dialect of BASIC was similar to Digital Equipment Corporation interpreters, especially in string operations, which varied between BASIC implementations. BASIC used dynamically allocated strings which stored their size, a feature not common in C or C++ until the Standard Template Library of the 1990s.[1] Early BASIC only supported single letter and digit names, but Microsoft BASIC supported long variable names. The runtime symbol table, however, used a linear search, so that a program which used many distinct variables would run much slower than a program which used a single array for all its variables.

It was delivered on paper tape and in its original version took 4 KB of memory. The extended 8 KB version was then generalized into BASIC-80 (8080/85, Z80), and ported into BASIC-68 (6800), BASIC-69 (6809), and MOS Technology 6502-BASIC (unfortunately spilling over to 9 KB, in an era when 8 KB ROM chips were standard), as well as the 16-bit BASIC-86 (8086/88). It was ideal for ROM-based computers since it did not require an editor (each line requires a number), nor a disk drive to store object code or linked executable. It was less sophisticated than industrial desktop computers such as the HP 9830 which had dedicated keys to load, store, and keys for editing within a line and debugging, but personal computer pricing, in contrast, started at $1,565, not $7,000.[2]

After the initial success of Altair BASIC, Microsoft BASIC became the basis for a lucrative software licensing business, being ported to the majority of the numerous home and personal computers of the 1970s and especially the 1980s, and extended along the way. Contrary to the original Altair BASIC, most home computer BASICs were resident in ROM, and thus were available on the machines at power-on in the form of the characteristic "READY."-prompt. Hence, Microsoft's and other variants of BASIC constituted a significant and visible part of many home computers' rudimentary operating systems.

Microsoft BASIC (BASICA, GW-BASIC, QuickBasic, QBasic) is no longer found on distributions of Microsoft Windows or DOS, however, it can be downloaded from various internet sites, and archives of DOS versions or old DOS disks which will still run on Pentium class Windows XP machines. The latest version of BASIC is Visual Basic .NET which incorporates most of the features of C++ and C# and can be used to develop web forms, windows forms, console applications and server-based applications. Most .NET code samples are presented in VB.NET as well as C#, and VB.NET continues to be favored by former Visual Basic programmers.

Variants and derivatives of Microsoft BASIC

See also

Notes

  1. Many of these string operations remain today in the .NET Framework.
  2. However, a fully expanded IBM model 5150 PC with the 5161 expansion unit with one or two hard drives and various peripherals initially could cost over $7,000.

External links

de:Microsoft BASIC es:Microsoft BASIC it:Microsoft BASIC ms:Microsoft BASIC ja:Microsoft BASIC pt:Microsoft BASIC zh:Microsoft BASIC