F. Answer the following:
1. Define Basic language.
.
.
.
.
.
.
.
.
.
.
.
.
.
.1 Define Basic language.
.
2.
Write the different ways to run a QBasic program.
3.
Define variable. Name the types of variables.
Answers
Quick BasicAnswer:
Like Quick Basic, but unlike earlier versions of Microsoft BASIC, QBasic is a structured programming language, supporting constructs such as subroutines.[3] Line numbers, a concept often associated with BASIC, are supported for compatibility, but are not considered good form, having been replaced by descriptive line labels.[1] QBasic has limited support for user-defined data types (structures), and several primitive types used to contain strings of text or numeric data.[4][5] Basic was intended as a replacement for GW-BASIC. It was based on the earlier QuickBASIC 4.5 compiler but without QuickBASIC's compiler and linker elementsis included with MS- and, without EDIT, in Windows 95, Windows 98 and Windows Me. Starting with Windows 2000, Microsoft no longer includes QBasic with their operating systems,[7] but can still be obtained for use on newer versions of Windows.
Advantages and Disadvantages
Some of the advantages of QBasic are:
QBASIC is very easy-to-learn programming language.
QBASIC is free to download and it comes pre-installed in windows 95/98.
Suitable for mathematical and business application
Best for Beginners to understand the programming language.
It is check for errors in syntax automatically.
It simple and easy in debugging.
And some of the disadvantages of QBasic are:
QBASIC is not well-structured programming language.
It is not only mostly use in education or training.
QBasic cannot generate any Executable codes.
And it is not a professional language.
Explanation: