drb.insel.de

Woonplaats:1
Upvotes received0
Downvotes received1
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (23)

1

0 Thumbs up   0 Thumbs down

tm


Turing Machine
Source: drb.insel.de (offline)

2

0 Thumbs up   0 Thumbs down

tm definition


Turing Machine Definition. In order to define a TM you have to specify: a finite set of Symbols a finite set of States a transition function (table), i.e. a set (list) of transitions. States that have no transitions defined, are (implicit) halt states: the TM cannot continue from there.
Source: drb.insel.de (offline)

3

0 Thumbs up   0 Thumbs down

symbol


Each cell of a tape is marked with a symbol. Each TM defines a finite set of possible symbols.
Source: drb.insel.de (offline)

4

0 Thumbs up   0 Thumbs down

blank symbol


The Blank is a special symbol, used to initialize the infinitely many cells at the far left and right end of the tape.
Source: drb.insel.de (offline)

5

0 Thumbs up   0 Thumbs down

state


A TM always "is in" a state. We use capital letters for states: A, B, C, ... Each TM defines a finite set of possible states.
Source: drb.insel.de (offline)

6

0 Thumbs up   0 Thumbs down

tape


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.
Source: drb.insel.de (offline)

7

0 Thumbs up   0 Thumbs down

empty tape


A Tape containing only blank symbols. Busy Beavers start with an empty tape.
Source: drb.insel.de (offline)

8

0 Thumbs up   0 Thumbs down

cell


Cells are the constituent part of a tape. Each cell is marked with a symbol.
Source: drb.insel.de (offline)

9

0 Thumbs up   0 Thumbs down

tape position


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.
Source: drb.insel.de (offline)

10

0 Thumbs up   0 Thumbs down

head


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.
Source: drb.insel.de (offline)


To view all 23 definitions, please sign in.