BASIC

Stands for "Beginner's All-purpose Symbolic Instruction Code."

BASIC is a high-level computer programming language developed at Dartmouth University in the 1960s. It was designed to be easy to learn and accessible to students, allowing them to write their own programs. Its simplicity made it one of the first widely-used programming languages, particularly during the early days of home computing, but it is less common now following the introduction of other languages that are more capable but still easy to learn.

BASIC uses simple and straightforward syntax that makes it easy for beginners to understand. In early versions of BASIC, every line was numbered to tell the computer how to process the instructions. Line numbers would often follow the pattern 10, 20, 30, etc, to allow you to insert new instructions later by giving them intermediary numbers like 25. BASIC also used a limited number of commands that were easy to understand. For example, the GOTO command told the program to jump to a specific line number, the PRINT command displayed text on the screen, and the INPUT command prompted the user for text input. IF...THEN commands allowed you to create simple conditional statements, and FOR...NEXT commands created simple loops.

Dialects of BASIC were available for most home microcomputers in the late 1970s. A version of BASIC for the Altair in 1975 was the first product released by Microsoft; versions were also available for the Apple II and the TRS-80. Computer hobbyist magazines would even include source code for BASIC programs that you could type into your computer and run. Eventually, commercially released software (written in other languages like C and C++) made it unnecessary for computer users to write their own programs.

Updated November 3, 2023 by Brian P.

quizTest Your Knowledge

A readme file is generally what type of document?

A
Spreadsheet
0%
B
Plain text file
0%
C
Database
0%
D
eBook
0%
Correct! Incorrect!     View the Readme definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of BASIC on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.