Computer Science, asked by wwwstevemittalll, 11 months ago

What is extension of QBASIC ​

Answers

Answered by vanshitasoni2006
2

Answer:

QBasic, a short form of Quick Beginners All purpose Symbolic Instruction Code, is an integrated development environment (IDE) and interpreter for a variety of BASIC programming languages which are based on QuickBASIC. Code entered into the IDE is compiled to an intermediate representation (IR), and this IR is immediately interpreted on demand within the IDE.[1] It can run under nearly all versions of DOS and 32-bit versions of Windows, or through emulation via DOSBox/DOSEMU on Linux, FreeBSD, and 64-bit versions of Windows.[2] (QBasic is a DOS program and requires DOS or a DOS emulator. Windows XP comes with an emulator called DOS virtual machine....

hope it help!

Answered by AskewTronics
1

.Bas:

Explanation:

  • The extension of the QBasic program makes a file of this program type. If any user will not use the extension to save any program, then the program can not open by the compiler of QBasic.
  • So when a user wants to use any program in QBasic, then he needs to first write the program using this program syntax and they save the file with the file name with the .bas extension.

Learn More:

  • QBASIC  : https://brainly.in/question/5949451
Similar questions