What is the explanation for the two modes of QBASIC?

1 answer

Answer

1077172

2026-04-24 21:10

+ Follow

(1) Immediate mode

In this mode, QBASIC performs the command/instruction that we type in immediately after we press the enter key.

(2) Program mode

In this mode, the instructions/commands we type in are not performed as we type them in, but are first stored in the computer memory as a program. This program can be executed later, at a high speed.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.