This glossary is not meant to be complete or "official".
It just reflects my understanding and use of terms related to
Turing machines
and
Busy Beavers.
The tape is the "memory" of a
TM.
It is a strip (series) of
cells.
It is considered to be horizontal, from left to right.
It is unlimited at both ends,
i.e. can contain an unbounded amount of
non-blank
symbols.
A whole number specifying exactly one
cell
of a
tape.
The initial tape position is 0,
the
cells
at the right end have (increasing) positive tape positions,
and the
cells
at the left side are numbered with negative tape positions.
The read/write head of a
TM
identifies one
cell
of the
tape,
which is first read from and then written to
as part of the
action
performed for a
transition.
An action is the output part of a
transition.
It specifies the output
symbol
to be written to the
cell
under the
head,
the
move
of the
head,
and the output
state.
A configuration of a
TM
contains the complete information necessary for its
further operation:
tape
contents,
head
position and
state.
While the
definition of the TM
is needed to make use of a configuration,
it is normally not considered to be part of a configuration.
This term has been coined by Tibor Rado in 1962,
when he announced the "busy beaver contest",
the quest for the most "productive"
TMs
with 2
symbols
and N
states,
started on an all
empty tape.
Any
TM
that is not surpassed by another
TM
with the same number of
symbols
and
states
is called a "busy beaver".
The "productivity" of a
TM
is the number of
non-blank
symbols in its tape after it halts.
A (positive) number attached to tape
cells
to indicate how often the
symbol
really occurs.
Such a tape
cell
stands for a possibly large part of the
tape,
containing the same
symbol
again and again.
See also my
macro machine page.