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 III

ClassNotes Team 2 MIN READUPDATED 13 JUN 2026

Computer J.S.S 2 First Term

Sub-theme: Basic Computer Operation and Concept

Week 9

Basic Programme III

Performance Objective

Student should be able to:

  1. Describe key Statements Basic II

 

Content
Output Statement these are the result of the execute program obtained by the computer.

Three are three major output statements and they are as fellow in the details:

  1. Print,
  2. Write
  3. LPrint

 

The Print statement: this display what is in the computer memory on the screen the short form of it is a question mark (?). The print statement in effect helps to see the result of our operations on the screen.

 

The Lprint (Line Print ) Statement: This is used to send the output of a program…