Computer Science, asked by seemasingh271001, 1 month ago

write the modes of Q BASIC​

Answers

Answered by IshanY69
0

DIRECT MODE

1. Accepts only a single line of instruction.

2. It doesn't have any line number.

PROGRAM MODE

1. Accepts only a multiple line of instruction.

2. It has line numbers.

HOPE IT HELPS...

Answered by Braɪnlyємρєяσя
21

✰ write the modes of Q BASIC

\huge \fbox \red{❥ Answer}

★ There are two modes of Q BASIC are

✰Direct Mode✰ Program Mode

★ The Direct Mode it accepts a single line of instruction from the user and it displays the output immediately on the screen without storing it in its memory. It can be used for quick calculations and they do not have any line number.

some examples of direct mode

★ PRINT 1+2 ✔

★ PRINT 1+2 ✔★ PRINT “Direct mode✔

★ The Program mode, instructions are stored in the Computer memory and it accepts multiple lines of instructions. They have Line numbers and we need to use the RUN command to display the output.

✰ Some Example of program mode are

★ 10 PRINT 1+2 ✔

★ 20 END ✔

★ 20 END ✔ ★ RUN ✔

✰ Answer with Quality :)

Similar questions