QBasic (original) (raw)

Microsoft QuickBasic and QBasic (Quick Beginners All-purpose Symbolic Instruction Code) are very popular programming languages for beginners.
While its lack of power makes it unsuitable for many of today's applications, it is an invaluable learning tool.

This wikibook will cover the usage of QBasic and most of its functions. While most of the text discussed will work under QBasic, that version of the Basic interpreter has limitations and certain advanced commands will only work under QuickBasic.

One of the best Qbasic IDEs (Integrated Development Environment) is QB64. There are certain functions that work only in QB64.

View this Wikibook in full book view.

Microsoft QBASIC 1.0

Search inside QBasic:

Results will load on a new page.

A printable version of QBasic is available. (edit it)
A PDF version of QBasic is available. 915 kb, 103 pages (info)

Chapters

[edit | edit source]

Learn to control text based output. 100% developed  as of June,5,2019

Introduction to data structures in QBasic.100% developed  as of June,5,2019

Get input from a user and use it in various ways.100% developed  as of June,5,2019

Shows the proper method of performing basic calculations in QBasic.100% developed  as of June,5,2019

This section shows how to control the flow of a program.100% developed  as of June,5,2019

Explores the uses of Subroutines and Functions in QBasic.100% developed  as of June,5,2019

Shows string manipulation techniques in QBasic.0% developed  as of August,26,2020

Read and write to files allowing for data storage. 100% developed  as of June,5,2019

Use the computer to make noises and incorporate them into output. Use Qbasic to make songs and PLAY tunes.100% developed  as of June,5,2019

Draw images on the screen. An introduction to the use of graphics in Qbasic.100% developed  as of June,5,2019

Understand how to use images in QB64. 75% developed  as of June,7,2019

More advanced features of displayed output.100% developed  as of June,5,2019

Get more precise and real-time input from users. Learn the usage of the INKEY$ loop.100% developed  as of June,5,2019

This section delves further into the mathematical side of programing.75% developed  as of June,13,2019

Learn how to make animation.100% developed  as of June,5,2019

Explore 3D equations in QBasic.75% developed  as of June,5,2019

Incorporate many of the concepts into larger programs.25% developed  as of June,5,2019

A set of simple programs. 75% developed  as of June,10,2019

Where to go from here. A list of very good sites to continue further.50% developed  as of June,5,2019

An Appendix of commands and source code.75% developed  as of June,5,2019

Authors