
QBASIC DATA
Data is a collection of facts and figures that is entered into the computer through the keyboard. Data is of two types: 1. CONSTANT: Data whose value does not change or remains fixed. There are...
Data is a collection of facts and figures that is entered into the computer through the keyboard. Data is of two types: 1. CONSTANT: Data whose value does not change or remains fixed. There are...
Every programming language has a set of rules that have to be followed while writing a program, following are some rules of QBASIC language: 1. All QBasic programs are made up of series of statements,...
1. It is a user friendly language. 2. It is widely known and accepted programming language. 3. It is one of the most flexible languages, as modification can easily be done ...
BASIC stands for Beginner’s All Purpose Symbolic Instruction Code. It was invented in 1963, at Dartmouth College, by the mathematicians John George Kemeny and Tom Kurtzas. BASIC is an interpreter which means it reads every line , translates it and lets the computer execute it before reading...