Turbo Basic

Turbo Basic

and set up PowerBASIC Inc. to continue support and development of it. [citebook|title=The Program Begins|author=Gerald Krug|year=1987|publisher=Lulu|id=ISBN 0961289007]

This software is from the 1987-88 period and features the Borland "black screen" similar to Turbo Pascal 4.0, Turbo C 1.0/1.5, and Turbo Prolog 1.1. Borland did not adopt its trademark "blue screen" integrated development environment until the 1989 period when Turbo C 2.0, Turbo C++ 1.1, etc. were released. By this time, Turbo Basic and Turbo Prolog were no longer being sold.

Unlike most BASIC implementations of this period, Turbo Basic was a full compiler which generated native code for MS-DOS. Other implementations were either interpreters, or relied heavily on a runtime library. The integrated development environment could run a BASIC program inside itself (see sample below) for traditional BASIC debugging, or generate an MS-DOS EXE file which was completely stand-alone and could be run on other systems without the Turbo Basic product or runtime libraries.

Code sample

theory by discarding the line numbers and adding the control structures and subroutine definitions needed by structured programming.

INPUT "What is your name:", A$Insert formula here PRINT "Hello "; A$ DO S$ = "" INPUT "How many stars do you want to print"; S FOR I = 1 TO S S$ = S$ + "*" NEXT I PRINT S$ DO INPUT "Do you want to print more stars"; Q$ LOOP WHILE LEN(Q$) = 0 Q$ = LEFT$ (Q$, 1) LOOP WHILE (Q$ = "Y") OR (Q$ = "y") PRINT "Goodbye "; A$

Like the other Borland products of this era, the code executes within the integrated development environment.

References

Features of turbo basics

1.FLOATING POINT SUPPORT - it is sensitive to variable names.

2.MULTI-WINDOW - it has for windows which you can move, drag and resize. 3.BLOCK STRUCTED PROGRAMMING STATEMENTS - there is no need to use line numbers. 4.FULL GRAPHIC SUPPORT -it is capable of creating dazzling graphic design. 5.TIME RECURSION -it executes faster and detect errors immediately upon execution of the program


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Turbo Basic — est un environnement de développement intégré qui édité par Borland International (la version 1.0 est parue en 1987 en France). Il permettait de programmer en langage BASIC. À l inverse des autres environnements BASIC de l époque, qui étaient… …   Wikipédia en Français

  • Turbo BASIC — est un Environnement de développement intégré qui a été édité par Borland International (la version 1.0 est parue en 1987 en France). Cet environnement permettait de programmer en langage BASIC. A l inverse des autres environnements BASIC de l… …   Wikipédia en Français

  • Turbo BASIC — es un compilador de BASIC desarrollado por Borland en 1989. Se caracteriza por tener funciones gráficas. Fue uno de los últimos BASIC antes de la aparición de Visual Basic. Tiene la característica de ser compatible con el QuickBasic, hasta el… …   Wikipedia Español

  • Turbo Basic — Turbo Basic,   1987 von Borland veröffentlichte Basic Version für das Betriebssystem DOS mit einer integrierten Entwicklungsumgebung; auch der zugehörige Basic Compiler wurde so bezeichnet (Basic). Das Projekt wurde 1990 von Borland aufgegeben… …   Universal-Lexikon

  • Turbo-BASIC XL — Este artículo trata del Turbo BASIC XL, un dialecto BASIC para la Familia Atari de 8 bits. Existe un artículo distinto que trata del Turbo BASIC de Borland. El Turbo Basic XL es una versión avanzada del lenguaje BASIC para la Familia Atari de 8… …   Wikipedia Español

  • Turbo-BASIC XL — Boot Bildschirm von Turbo BASIC XL. Das Logo der Happy Computer wird durch Modifikation des Zeichensatzes eingebunden. Turbo BASIC XL ist ein für Atari XL/XE entwickelter BASIC Dialekt, der abwärtskomptabel zu Atari BASIC ist und sich vor allem… …   Deutsch Wikipedia

  • Turbo Basic — Эта статья о компиляторе компании Borland; о диалекте языка для Atari 400/800 см.: Turbo Basic XL …   Википедия

  • Turbo-Basic XL — This article is about Turbo Basic XL , a BASIC dialect for the Atari 8 bit family. There is a different article on the unrelated Borland Turbo BASIC. Turbo Basic XL is an advanced version of BASIC for the Atari 8 bit family of home computers. It… …   Wikipedia

  • Basic (langage) — BASIC Pour les articles homonymes, voir Basic. {{{image}}}   Sigles d une seule lettre   Sigles de deux lettres   Sigles de trois lettres …   Wikipédia en Français

  • BASIC — Класс языка: алгоритмическое, процедурное, объектное программирование Появился в: 1963 г. Расширение файлов: .bas Типизация данных: нестрогая Бейсик (от BASIC, сокращение от англ.  …   Википедия

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”