Skip to content

We use essential cookies to sign you in and remember your settings. With your permission we also use analytics cookies to understand how the site is used. See our privacy policy or fine-tune this anytime at cookie settings.

SubjectPaid lesson

Basic Programme II

ClassNotes Team 3 MIN READUPDATED 6 JUL 2026

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:

  1. 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…