Computer Studies
What are the features of QBASIC as a programming language?
QBASIC: Conditional Statements
14 Likes
Answer
The features of QBASIC as a programming language are as follows:
- It is easy to learn and is popular among beginners as the first programming language. It is specially suited for a non-specialist programmer.
- It is available for all systems of computers such as personal computers, mini computers etc.
- It is a high-level language that uses a compiler as a translator.
- It is also suitable for solving problems.
- It has graphics and sound generation capabilities.
- Debugging can be done easily.
Answered By
8 Likes
Related Questions
Define accumulator. Is it necessary to initialise an accumulator?
What are the different types of relational operators used along with a conditional statement in a program?
Can you write a new program without saving the previous program? Comment.
What will happen if you save two different programs with the same file name?