Elements of QBASIC programming

Subject: Computer

Overview

Coming Soon

Things to remember
  • To construct the QBASIC program, we have to arrange some standard elements.
  • A quantity in a computer program which does not change its value during the execution of the program is called a constant.
  • The quantity which may change its values during the execution of the program is called a variable.
  • A numeric variable can assume numeric value and is represented by an alphabet or an alphabet followed by another alphabet or digit.

© 2021 Saralmind. All Rights Reserved.