Computer Studies
What are the features of QBASIC language?
QBASIC: Character Sets
104 Likes
Answer
The features of QBASIC language are as follows:
- It is user-friendly.
- The syntax of the statements is very simple.
- It provides Windows-based platform for writing programs.
- It is a compiler based language.
- Debugging can be easily done.
- It doesn't require specifying line numbers.
- It provides the facility to find errors in a program.
- It works with numeric as well as non-numeric data.
- It is useful for mathematical, scientific and engineering purposes as well.
- It is one of the simplest high-level languages for beginners.
Answered By
67 Likes
Related Questions
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 is meant by the language QBASIC?
What is meant by character sets? Name the different types of character sets.
What is an operator? Name the different types of operators.