Posts

Showing posts with the label Basic Programming Language

BASIC Programming Language for SS1

Image
BASIC Programming Language for SS1 BASIC stands for Beginners All-purposed Symbolic Instruction Code. It was developed in 1964 by Professor John Kemeny and Thomas Kurtz to teach students at Dartmouth College. It has undergone series of historical development, which has resulted in several forms of the language. Versions of BASIC 1. BASICA 2. GWBASIC 3. Torbo BASIC 4. Quick BASIC 5. VB.NET BASIC CHARACTER SET 1. Alphabetic Characters – A to Z 2. Numeric Character – 0 to 9 3. Special Characters – 0 + % ^ # = ( ) etc BASIC VARIABLES A variable is a quantity that changes during the execution of a program. It can also be defined as a name that is used to represent some storage location. Types of Variable 1. Numeric Variables : These are used to store numeric values such as 23, 98, etc. There are two major types of numeric variables, which are; Integer variable and real variable a. Integers are whole numbers without decimal places. b. Real numbers are numbers with decimal places Hence Integ

Popular posts from this blog

BASIC Programming Language for SS1

Computing Devices I ( Pre-Computer to 19th Century) for SS1

Computer Ethics for JSS 2