Browse Definitions :
Definition

BASIC (Beginner's All-purpose Symbolic Instruction Code)

BASIC was an early programming language that is still among the simplest and most popular of programming languages. BASIC stands for "Beginner's All-purpose Symbolic Instruction Code." Originally designed as an interactive mainframe timesharing language by John Kemeney and Thomas Kurtz in 1963, it became widely used on personal computers everywhere.  On IBM's first "family" computer, the PCJr, a BASIC cartridge was a popular add-on. Because of its simplicity, BASIC has frequently been used in teaching the introductory concepts of programming with a working language.

BASIC continues to be widely used because it can be learned quickly, its statements are easy to read by other programmers, and support is available on most operating systems (OS). BASIC's documentation has been translated into many national languages. It often comes with sound and graphics support. A popular version of BASIC today is QBASIC.

BASIC is used in many business applications and is still considered a valid choice as a programming language for some purposes. Microsoft's Visual Basic (VB) adds object-oriented features and a graphical user interface to the standard BASIC.

The following example of BASIC gets a number from a user, multiplies the number by 10, and prints or displays the result:

10 PRINT
                                                                              'Enter a number'
                                                                              20 INPUT NUM 
                                                                              30 PRINT 'Your number * 10 is ';NUM*10;
                                                                            
                                     
This was last updated in May 2019

Continue Reading About BASIC (Beginner's All-purpose Symbolic Instruction Code)

Networking
Security
CIO
  • prototyping model

    The prototyping model is a systems development method in which a prototype is built, tested and then reworked as necessary until ...

  • digital ecosystem

    A digital ecosystem is a group of interconnected information technology resources that can function as a unit.

  • procurement plan

    A procurement plan -- also called a procurement management plan -- is a document that is used to manage the process of finding ...

HRSoftware
  • talent pipeline

    A talent pipeline is a pool of candidates who are ready to fill a position.

  • recruitment process outsourcing (RPO)

    Recruitment process outsourcing (RPO) is when an employer turns the responsibility of finding potential job candidates over to a ...

  • human resources (HR) generalist

    A human resources generalist is an HR professional who handles the daily responsibilities of talent management, employee ...

Customer Experience
  • outbound marketing

    Outbound marketing is a traditional form of marketing in which an organization initiates contact with potential customers, or ...

  • churn rate

    Churn rate is a measure of the number of customers or employees who leave a company during a given period.

  • marketing campaign management

    Marketing campaign management is the planning, executing, tracking and analysis of direct marketing campaigns.

Close