Category: Qbasic

Variables in Qbasic

Variable A variable is a name of storage location in the computer’s memory, we can store different values in a...

Symbolic Constants

Symbolic Constants Symbolic Constants are fixed values (data) that are used in program and they do not change during program...

QBASIC CONSTANTS

QBASIC CONSTANTS The data or the values that are used in a program are known as constants and they cannot...

QBASIC Keywords

QBASIC Keywords Each programming language has some predefined words or commands which perform  special task in the program are called...

QBASIC CHARACTER SET

QBASIC CHARACTER SET A set of characters that are allowed to use in QBASIC is known as the QBASIC Character...

QBASIC Symbolic Constants

Symbolic Constants Constants are fixed values (data) that are used in program and they do not change during program execution....

Elements of Qbasic Programming Language

Elements of Qbasic Programming Language Every programming language consists of some basic elements which are required to make a program. The...

Introduction to QBASIC

QBASIC QBASIC (Quick Beginners All Purpose Symbolic Instruction Code) is a high level programming language developed by Microsoft Corporation USA...