Keywords are specific words that are reserved as programming language commands. This words may only be used for their intended purpose some of the keywords of QBASIC programming are REM, INPUT, PRINT etc.
Variable refers to a storage area whose contents can vary during processing. All the variables are created in the memory of the computer. The data store can change during the execution of the programs. Two example of variable are as follows. i) preetam2 ii) preetam$
QBASIC is a high level computer language published by Microsoft. QBASIC environment includes a full screen syntax checking, multi-file and multi-facilities, full-pull-down menus, syntax checking editor and a simple yet a power full menu structure that can be drive through either by the keyboard the mouse. list of two elements are as follows. A) Characters Set B) Constant
Comments
Post a Comment