Encyclopedia

BASIC

Also found in: Dictionary, Medical, Financial, Acronyms, Idioms, Wikipedia.

basic

1. Chem
a. of, denoting, or containing a base; alkaline
b. (of a salt) containing hydroxyl or oxide groups not all of which have been replaced by an acid radical
2. Metallurgy of, concerned with, or made by a process in which the furnace or converter is made of a basic material, such as magnesium oxide
3. (of such igneous rocks as basalt) containing between 52 and 45 per cent silica

BASIC

, Basic
a computer programming language that uses common English terms
Collins Discovery Encyclopedia, 1st edition © HarperCollins Publishers 2005

basic

[′bā·sik]
(chemistry)
Of a chemical species that has the properties of a base.
(petrology)
Of igneous rocks, having low silica content (generally less than 54%) and usually being rich in iron, magnesium, or calcium.

BASIC

[′bā·sik]
(computer science)
A procedure-level computer language designed to be easily learned and used by nonprofessionals, and well suited for an interactive, conversational mode of operation. Derived from Beginners All-purpose Symbolic Instruction Code.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.

BASIC

(language)
Beginner's All-purpose Symbolic Instruction Code. A simple language originally designed for ease of programming by students and beginners. Many dialects exist, and BASIC is popular on microcomputers with sound and graphics support. Most micro versions are interactive and interpreted.

BASIC has become the leading cause of brain-damage in proto-hackers. This is another case (like Pascal) of the cascading lossage that happens when a language deliberately designed as an educational toy gets taken too seriously. A novice can write short BASIC programs (on the order of 10-20 lines) very easily; writing anything longer is painful and encourages bad habits that will make it harder to use more powerful languages. This wouldn't be so bad if historical accidents hadn't made BASIC so common on low-end micros. As it is, it ruins thousands of potential wizards a year.

Originally, all references to code, both GOTO and GOSUB (subroutine call) referred to the destination by its line number. This allowed for very simple editing in the days before text editors were considered essential. Just typing the line number deleted the line and to edit a line you just typed the new line with the same number. Programs were typically numbered in steps of ten to allow for insertions. Later versions, such as BASIC V, allow GOTO-less structured programming with named procedures and functions, IF-THEN-ELSE-ENDIF constructs and WHILE loops etc.

Early BASICs had no graphic operations except with graphic characters. In the 1970s BASIC interpreters became standard features in mainframes and minicomputers. Some versions included matrix operations as language primitives.

A public domain interpreter for a mixture of DEC's MU-Basic and Microsoft Basic is here. A yacc parser and interpreter were in the comp.sources.unix archives volume 2.

See also ANSI Minimal BASIC, bournebasic, bwBASIC, ubasic, Visual Basic.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)

BASIC

(Beginners All purpose Symbolic Instruction Code) A programming language developed by John Kemeny and Thomas Kurtz in the mid-1960s at Dartmouth College. Originally developed as an interactive timesharing language for mainframes, BASIC was widely used on the first personal computers. Microsoft's BASIC helped make the Altair the first commercial success of an assemble-it-yourself microcomputer (see Altair). See timesharing, Business Basic and Visual Basic.

Compiler and Interpreter
BASIC is available in both compiler and interpreter form. As an interpreter, the language is conversational and can be debugged a line at a time. It can also be used as a quick calculator.

BASIC is considered one of the easiest programming languages to learn, and simple programs can be quickly written on the fly. The following BASIC example converts Fahrenheit to Celsius:

    10 INPUT "Enter Fahrenheit "; FAHR
    20 PRINT "Celsius is ", (FAHR-32) * 5 / 9
Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.
Mentioned in
References in periodicals archive
Global Ethyl Alcohol And Other Basic Organic Chemical Market, 2018, By Region, Value ($ Billion)
The RSA wants everyone to receive an initial basic income of PS2,400 a year for adults - with PS1,500 paid to every child.
2 Ayat Ashraf al Hajri from Fayid al Maarifa School for Basic Education
The World Bank official, who said the provision of sound education at all levels requires huge investment from both the public and private sectors, urged the various state governments to be transparent in their spending and always give basic education in a deserved attention.
By that, I mean we shouldn't start out with a universal basic income for poor and rich alike.
Basic Energy also said it expected to wrap up due diligence on a 14-MW solar power plant in Japan.
But the best way to achieve that protection is to simply move all Defense Department basic research funding to the National Science Foundation.
Responses to the interviews suggested that basic science researchers currently show little interest in sharing their research data, as the majority preferred to share with their direct collaborators or with no one at all.
Summary: Al Seeji Basic and Secondary Education School won the Best UAE Map Model Competition, while Al Ibtihaj Basic School came second and Zubaida Basic Education School came third.
Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.