Keywords or Special words:
Keywords or special words have predefined meaning and uses in BASIC language.e.g. PRINT,INPUT,CLS,REM etc
Command:
Commands are the instruction which are not use to write a program .They are writen without using line number.They are directly executable as you press Enter after writing command.e.g LIST
Statemnets:
Statements are instructiona use to write a program to perform specific task.They must be writen with preceding ascending order of the line number.They are not ditectly executable as this has to be RUN .e.g
10 PRINT "hello"
GW-BASIC:
GW-BASIC is the editor and Interpretor of the BASIC language.
Keywords or special words have predefined meaning and uses in BASIC language.e.g. PRINT,INPUT,CLS,REM etc
Command:
Commands are the instruction which are not use to write a program .They are writen without using line number.They are directly executable as you press Enter after writing command.e.g LIST
Statemnets:
Statements are instructiona use to write a program to perform specific task.They must be writen with preceding ascending order of the line number.They are not ditectly executable as this has to be RUN .e.g
10 PRINT "hello"
GW-BASIC:
GW-BASIC is the editor and Interpretor of the BASIC language.
No comments:
Post a Comment