Computer Science, asked by brazilserver75647, 2 days ago

1. Fill in the blanks.

a. QBasic is a _____________ language.

b. Looping _______________ the number of instructions and also the memory space.

c. The statements between FOR and NEXT are called _________.

d. WHILE-WEND checks the condition before _____________ the loop.

e. QBasic calculates and shows the result and program ___________. ​

Answers

Answered by Rockstar9086
2

Answer:

  1. QBasic is a structured programming language,
  2. increase
  3. FEXT Statements
  4. The While statement always checks the condition before it starts the loop. 
  5. Sample Q basic

Answered by greeshmakachirayil
0

Answer:

a) QBasic is a structured programming language,

b) increase

c) FEXT Statements

d) The While statement always checks the condition before it starts the loop.

e) Sample Q basic

QBasic is an abbreviation that stands for Quick Beginners All Purpose Symbolic Instruction Code. It was created and released by Microsoft in 1991 and is regarded as one of the best languages for absolute beginners. It was designed to be a substitute for GW-BASIC. QBasic was built on the previous QuickBASIC 4.5 compiler. It does not generate.exe files but rather files with the extension. bas that can only be run instantly by the built-in QBasic interpreter. It is based on the DOS operating system but may also be run on Windows.

QBasic is made up of two windows:

The software window is labeled 'Untitled'. It is the location where the program/code is written. The window underneath Program Window labeled as 'Immediate' is the immediate window. When the user wishes to inspect the output of a single statement, this window is used as a debugging tool.

Learn more about QBasic here:

https://brainly.in/question/14918104

Learn more about while loop in QBasic here:

https://brainly.in/question/10485767

#SPJ3

Similar questions