Qbasic : A programming language (QB64)
QB64:- a 64-bit compiler implementing the QBasic language with some 64-bit extensions (Windows XP or newer, Mac OS X with Xcode & Linux)
Qbasic (Quick Beginners All purpose Symbolic Instruction Code) is one of the Programming language. It is mostly popular among the high school computer students. It helps us to learn Programming easily. Functions and the syntax mostly used in Qbasic are english words Which can be easily understand by the Programmer. Qbasic is also called as Quickbasic.But Qbasic lacks Compiler.So, QBasic cannot be used to produce executables (.exe files). The source code (usually files with .bas extension) can only be executed immediately by the built-in QBasic interpreter.
It is easy to use as it checks the syntax one by one just after written by the programmer. The syntax is checked and is highlighted if any mistake occurs in the line as shown in figure below:
Advantages of using Qbasic are:
If you want to download Qbasic visit this link provided by Qbasic.net : https://www.qbasic.net/en/qbasic-downloads/DOS/Windows-Solutions.htm
- QBASIC is very easy to learn programming language.
- It is simple and easy to debug.
- QBASIC is free to download and moreover it comes pre-installed in windows 95/98.
- Suitable for mathematical and business application.
- It checks for errors in syntax automatically.
- Best for beginners to understand the programming language.
If you want to download Qbasic visit this link provided by Qbasic.net : https://www.qbasic.net/en/qbasic-downloads/DOS/Windows-Solutions.htm








