Computer Studies
What is meant by the language QBASIC?
QBASIC: Character Sets
34 Likes
Answer
QBASIC is a programming language developed by Bill Gates and Paul Allen. It is intended to replace GWBASIC programming language.
This language is best suited for beginners. It is user friendly as all types of tasks like general programs, graphics, etc. can be performed using this language. It supports all the commands and instructions of GWBASIC.
It is a compiler based high-level language where tasks are performed in the Windows environment.
Answered By
21 Likes
Related Questions
Convert the following mathematical expressions into QBASIC expressions.
Mathematical Expressions QBASIC Expressions 4 x 5 + 15 a + bc (ab + cd)/2 pqr a2 + b3 + c4 Rewrite the given instructions in QBASIC:
- The product of p, q and r is divided by 100.
- m raised to the power 2 plus n raised to the power 3.
- The sum of a and b is divided by the product of a and b.
- Subtract 5 from m and the result is multiplied by 10.
- The sum of p and q is multiplied by 2.
- A is greater than or equal to B.
- The sum of A and B is less than the product of A and B.
- Twice the product of A plus thrice the product of B is greater than or equal to 50.
What are the features of QBASIC language?
What is meant by character sets? Name the different types of character sets.