Java Games: Flashcards, matching, concentration, and word search.

QBasic Chapter 3 Activity 1

AB
QBasic programs process data into meaningful results usingCommands and Data
data that remains the same as the program runs (executes)constant
numbers included in a statement; real & integers numbersnumeric constants
4. Fractions must be writtenin decimal form
If a number has no sign the computer assumes it ispositive
By default QBasic assumes that all variablessingle-precision
any combination of letters, numbers or special charactersalphanumeric data
character string must be enclosed indouble quotation marks
maximum length of a string32,767
a storage location in your computer that holds valuesvariable
can be from one to forty characters long; must begin with a letter; cannot have spaces in themvariable names
begins with a letter followed by letter or digits and must end with a dollar signstring variable
reserved words that have a predefined meaningkeywords
everything is erased from the computer monitorCLS
used to document the programREM
assignins a value to a variableLET
Do not place __ in values you assign to variablescommas
sends to the screen whatever is to the right of the wordPRINT
catches many of the syntax errorssmart editor
on-line helpF1


Continuing Education
Harrison County
Bridgeport, WV

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities