KEMBAR78
Introduction to basic programming | PPTX
Hunt the Letters
FIGURE me out!
Introduction to BASIC ProgrammingFLOWCHARTING
BASICBeginner's All-purpose Symbolic Instruction CodeOriginally designed as an interactive mainframe timesharing language by John Kemeney and Thomas Kurtz in 1963.
Flowcharting-Sample
StructureSequenceSelectionRepetition
SEQUENCEIn a computer program or an algorithm,  sequence involves simple steps which are to be executed one after the other.
Make a Flowchart to add two numbers and print the result.STARTS=0: n1=0: n2=0n1, n2S= n1+n2Print SSTOP
More SAMPLESPrepare a flowchart to compute the area of a rectangle.Compute the perimeter of a rectangle.Compute the value of c in c= a2 + b2
AssignmentStudy the DECISION structure

Introduction to basic programming