This page covers the following topics
related to Basic programming language : Beginning BASIC, Your First Program,
Beginning BASIC/PRINT, CLS, and END, Beginning BASIC/Variables and Data Types,
Beginning BASIC/User Input, Beginning BASIC/Documentation, Beginning
BASIC/Control Structures/IF...THEN...ELSEIF...ELSE, Beginning BASIC/Control
Structures/WHILE...WEND, Beginning BASIC/Control Structures/FOR...NEXT,
Beginning BASIC/Control Structures/DO...LOOP, Beginning BASIC/Control
Structures/GOTO, Random Number Generation, Subroutines and Functions, External
Libraries.
This note is a gentle
introduction to programming using the computer programming language QBasic. Its
goal is to show what programming is about using the fundamental features of
QBasic.
This note covers introduction,
Structures of programming languages, Data types and type checking, Program
processing and preprocessing and program development.