kids encyclopedia robot

BASIC facts for kids

Kids Encyclopedia Facts

BASIC is one of the first programming languages ever to be created. It was first used as a programming language on console computers. The name is an acronym (a word made from other words) that spells Beginner's All-purpose Symbolic Instruction Code.

A specialized version of BASIC is Blitz BASIC. It is specially for coding games.

History

It was designed by John Kemeny and Thomas Kurtz in 1963. It was based in part on Fortran and made to follow these eight principles:

  1. Be easy for beginners to use
  2. Be a general-purpose programming language
  3. Allow extra features to be added for experienced programmers.
  4. Be interactive
  5. Provide clear and friendly error messages
  6. Fast results for small programs
  7. Does not require knowledge about computer hardware
  8. Stop the user from editing the operating system

The creators made the compiler free of charge to make programmers interested in using the language. Since the creation, many other compilers and interpreters have been made so users can make their programs.

Code example

for x=9/3*9+9
print x
next x

Code prints number 36 to screen.

Images for kids

See also

Kids robot.svg In Spanish: BASIC para niños

kids search engine
BASIC Facts for Kids. Kiddle Encyclopedia.