Java Games: Flashcards, matching, concentration, and word search.

QBASIC Command Review

AB
REMused for notes within your program
DOWHILEexecutes a command while a condition is true - needs a "loop"
STEPmoves your graphics over n positions
FORexecutes a command(s) n times - needs a "next"
INPUTreads input from keyboard or file
PRINTprints data, either alphanumeric or numeric
CLSClears the screen
CIRCLELets you draw a circle on the screen
ENDends your program
IFTHENELSEexecutes a command(s) if a condition is true
DOUNTILexecutes a command(s) until a condiiton is met - needs a "loop"
SCREENsets up the graphics mode for QBASIC


viri pettersen

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities