answersLogoWhite

0

In QBasic, the READ statement is used to read data from a data list that has been previously defined using the DATA statement. This allows programmers to input a series of values that can be retrieved later in the program. The READ statement retrieves values sequentially, so each call to READ fetches the next value in the data list. This is useful for initializing variables with predefined data without hardcoding them directly in the program.

User Avatar

AnswerBot

1mo ago

What else can I help you with?

Related Questions

Do you need statement numbers in QBASIC?

Statement numbers were a feature of BASIC, and while QBASIC supports them, they are by no means necessary.


What is the shortcut key for input statement in QBasic?

There is no shortcut key of input in qbasic


Is rem an non executable statement in qbasic?

Yes


Differentiate between conditional and unconditional controls in qbasic?

A 'conditional' statement is a logical test while unconditional statement will cause the computer to branch.


What command statement terminates the qbasic program?

END '...END of program/halt program code execution. *NOTE*: There should be only 'one' END statement written inside of a QBASIC program. I have seen example code where they use multiple END statements; this is wrong!


What extension would a file saved in Qbasic have?

the extensions of qbasic are that, there are only 80 pixels to write in the qbasic


Why are rem statements important in qbasic programming?

qbasic is important because its technology


What are the different types of operators in QBASIC?

The different types of operators in QBASIC are:Arithmetic OperatorsRelational OperatorsLogical Operators


What are the difference between gwbasic and qbasic?

Difference between QBASIC and GWBASIC?


Why is QBasic called QuickBasic?

Qbasic and Quickbasic are not the same! Qbasic was a free interpreter that Microsoft included with MS-DOS. Although Quickbasic uses similar syntax as quickbasic it allows programs to be compiled.


Who found QBASIC?

microsoft


Advantage of qbasic?

The advantage of qbasic is that it is easy to learn, to start out,then one can move on to more complex, or advanced languages.