152
Glossary
TI
−
83 Plus Developer Guide Third Release May 14, 200
2
Short for binary digit — either 1 or 0. In computer processing and storage, a
bit is the smallest unit of information handled by a computer and is
represented physically by an element such as a single pulse sent through a
circuit or a small spot on a magnetic disk capable of storing either a 1 or a 0.
Considered singly, bits convey little information a human would consider
meaningful. In groups of eight, however, bits become the familiar bytes used
to represent all types of information, including the letters of the alphabet and
the digits 0 through 9. (Microsoft Encarta ‘97)
A small amount of software that resides in ROM; therefore, it cannot be
overwritten or erased. Boot code is required for the calculator to manage the
installation of new base code.
A unit of information consisting of 8 bits, the equivalent of a single character,
such as a letter. 8 bits equal {0-255} and there are 256 letters in the
extended ASCII character set. Standard ASCII uses a 7-bit value (0-127),
thus there are 128 characters.
An electronic serial number that resides in a calculator’s Flash memory. It is
used to uniquely identify that calculator.
A single letter, digit, or symbol.
Q
is a character.
4
is a character.
%
is a
character.
123
and
yo
are not characters.
A language that must be compiled before you can run the program.
Examples include C/C++ and Pascal.
A compiler translates high-level language source code into machine code.
A proprietary communication bus used between calculators, the
Calculator-Based Laboratory
(CBL
) System, the Calculator-Based
Ranger
(CBR
) and personal computers.
The standard (base 10) system of counting, as opposed to binary (base 2)
or hexadecimal (base 16).
Enhanced D-Bus.
Callable locations in the base code corresponding to pieces of code that
exhibit some coherent functionality.
To run a program or carry out a command.
A PC program that is the integration of a PC downloader application with a
calculator application. When the Flash-D program is executed on the PC,
the calculator application is transferred to the calculator via a
TI-GRAPH LINK
cable.
Programs or databases that an individual may use without payment of
money to the author. Commonly, the author will copyright the work as a way
of legally insisting that no one change it prior to getting approval. Commonly,
the author will issue a license defining the terms under which the
copyrighted program may be used. With freeware, there is no charge for the
license.
Bit
Boot (code)
Byte
Calculator
serial number
Character
Compiled
language
Compiler
D-Bus
Decimal
E-Bus
Entry points
Execute
Flash-D
Freeware