BASIC PROGRAMMING LANGUAGE 1 - ORIGIN, MEANING, BASIC CHARACTERS, BASIC STATEMENT, AND BASIC ARITHMETIC OPERATORS (JS2 NOTES)
BASIC PROGRAMMING LANGUAGE 1
ORIGIN, MEANING, BASIC CHARACTERS, BASIC STATEMENT, AND BASIC ARITHMETIC OPERATORS
Objective: At the end of the lesson, the students should be able to:
1. Define BASIC programming language.
2. State what BASIC stands for
3. List the BASIC characters, statements, and arithmetic operators
ORIGIN AND MEANING OF BASIC
BASIC stands for Beginner’s All-purpose Symbolic Instruction Code. It was developed in 1960 by John Kemeny and Thomas Kurtz to teach students at Dartmouth College. It has undergone a series of historical development, which has resulted in several forms of the language.
BASIC is now in form of VB.NET (Visual Basic.Net).Examples of interpreters in BASIC are:
(i) BASICA
(ii) GwBASIC
(iii) Turbo BASIC
(iv) Quick BASIC
(v) BASIC 256
BASIC CHARACTERS
There are three types of characters used in BASIC. These are:
(1) alphabetic - (A - Z)
(2) numeric/Digits (0-9)
(3) special characters: *, /,^, ( ), &, %,
OTHER SPECIAL CHARACTERS: Some special characters are com-bined to form other elements in BASIC. The following list shows these com-binations:
> = greater than or equal
< = less than or equal
<> not equal
** /^exponent
Comments
Post a Comment