Computer Science, asked by Kishore1300, 1 year ago

what is Q-BASIC. Mention any 5 main functions of it.

Answers

Answered by Anonymous
0
Q-BASIC stands for Quick - beginners all purpose symbolic instruction code. It contains functions and subroutine.
HOPE THIS HELPS!
Answered by siddhartharao77
0
1. QBASIC  is a programming language from Microsoft.
2. It is a successor of Basic Language(Beginners all purpose symbolic     instruction Codes)

USAGE :
----------

1. Business Applications
2. Banking 
3. Graphics
4. Scientific Applications


My 1st QBASIC Program : 

CLS
FOR a = 1 to 7
PRINT "Welcome"
NEXT a
END





Similar questions