Programming in QBASIC
By Notes Vandar
Click here to view all the QBASIC Questions With Solutions.
Review of QBASIC Programming
Introduction to QBASIC
QBASIC (Quick Beginner’s All-purpose Symbolic Instruction Code) is a high-level programming language developed by Microsoft Corporation in 1985. It is a modular programming language, where the program is divided into different modules or procedures. QBasic is simple and easy to learn. It uses English like keywords and mathematical symbols to write a program.
Different Control Statements
Branching
i) IF … ELSEIF … END IF statement
ii) SELECT … END SELECT statement
Looping
i) FOR … NEXT statement
ii) DO … LOOP statement
iii) WHILE … WEND statement
Important Questions
Comments
Discussion
You must login to submit your discussion. Click here to login.