Site hosted by Angelfire.com: Build your free website today!
Computer Programming
Programming Languages

Home

BASIC

C

C++

Java

Java Script


Post-Secondary Schools

Chubb Institute

ITT Technical Institute

Westwood College

Pioneer Pacific College

Cittone Institute

Allentown Business School

Tech Training

Lincoln Tech

University of Advancing Technology

Gibbs College

University of Pheonix

American InterContinental University

DeVry University

BASIC
BASIC stands for Beginners All Purpose Symbolic Instruction Code. Basic first showed up in 1964 by J. Kenemy and T. Kurtz for the G.E.225 computer. Altair PC was being designed by Paul Allen and Bill Gates. They decided to make their very own version of BASIC for it. The late 70's brought the spread of BASIC. It was ported to Apple, Commodore and Ataris.

What can BASIC be used for?
BASIC has been used to write many games, software, and encryption utilities.BASIC has the power to write all these. BASIC does not have the power to write and OS (Operation System) however, It lacks most commands needed to program an OS. BASIC has been used a great deal in programming popular software.

Example of BASIC
DIM Message AS STRING
'Declare a Long variable for the counter

DIM I AS LONG
'Store Hello World in the variable named Message.

Message = "Hello World"
'Print Hello World ten times.

FOR I = 1 TO 10

PRINT Message

NEXT

Voting Booth
Grade of site upon first veiwing.
1 vote per person

O
S
U



 

Email me