Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

BASIC

From Simple English Wikipedia, the free encyclopedia

BASIC is one of the firstprogramming languages ever to be created. It was first used as a programming language onminicomputers in the late 1960s. Later, mosthome computers shipped with BASIC inROM. The name is anacronym (aword made from other words) that spellsBeginner'sAll-purposeSymbolicInstructionCode.

History

[change |change source]

It was designed byJohn Kemeny andThomas Kurtz in1963. It was based in part onFortran and made to follow these eight principles:

  1. Be easy for beginners to use
  2. Be ageneral-purpose programming language
  3. Allow extra features to be added for experienced programmers.
  4. Beinteractive
  5. Provideclear andfriendlyerror messages
  6. Fast results forsmallprograms
  7. Does not require knowledge aboutcomputer hardware
  8. Stop the user from editing theoperating system

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

Code example

[change |change source]
10LETN=1020FORI=1TON30PRINT"Hello, World!"40NEXTI

This puts Hello, World! on the screen 10 times.


Thisshort article abouttechnology can be made longer. You can help Wikipedia byadding to it.
Retrieved from "https://simple.wikipedia.org/w/index.php?title=BASIC&oldid=9231814"
Categories:
Hidden category:

[8]ページ先頭

©2009-2025 Movatter.jp