Basic Programme II
Computer J.S.S 2 First Term
Sub-theme: Basic Computer Operation and Concept
Week 8
Basic Programme II
Performance Objective
Student should be able to:
- List key Statements of Basic I
Content
To construct the BASIC program, we have to arrange some standard
elements. The elements used in basic are as follows:
Variables
Constants
Operator and Operands
Expression
Statements
BASIC has the character set consisting of the following elements Alphabets: A, B, C,….Z
Digits: 0, 1, 2……..,9 and
Special characters: + – * / ( ) . , $ ; ,: ,= ,> ,< , ^
The symbol ^ (caret) is used to denote exponentiation operator, the symbol * (asterisk) is used to denote multiplication and other symbols;
have their usual…