QBasic Articles
Get all QBasic tutorials here

Qbasic Color statement
Qbasic COLOR statement is used to add or change the Foreground or background color of the Text in our QBasic Program
Read More
Qbasic Programming Examples and Exercises
Learn about QBasic programming examples and exercises for class 6 and class 7 standard. Understand the concepts about Qbasic variable and statements like INPUT, PRINT and CLS, etc.
Read More
QBasic Commands and Statements-2023
Find out about Qbasic commands for class 6 and Qbasic statements for class 7 in this article. This will help to understand the concept of programming in Qbasic.
Read More
Download Qbasic (QB64) Free for Windows 7 & 10(32&64 bit)-2021
Short article on how to install QB64 (Qbasic) in windows 7, 8 and windows 10 Operating System. Follow the step-by-step guide to install qbasic properly in your windows 10(32bit and 64bit)
Read More
QBASIC Programming – Beginner’s Friendly
QBASIC stands for Quick Beginners All-Purpose Symbolic Instruction Code. QBASIC was developed by Microsoft in the year 1991. It is a simple and easy programming languages for beginners.
Read More
Free QBasic Online Compilers – Online Editors – Online IDE (Complete List)
Get the complete list of qbasic online compilers, editors and IDE to learn qbasic programming language without any software installed..
Read More
Qbasic Control Statements with Examples
Learn about controls statements in QBASIC (QB64) with the help of the syntax and examples for class 6 and class 7.
Read More
Qbasic Looping statements with Examples
In QBASIC, there are four main looping statements FOR NEXT, NESTED FOR NEXT, WHILE WEND, and DO LOOP. Let's understand each with some examples.
Read More