Turing machine — tape, head, states, transition function (state, read) → (write, move, new state)
Universal TM — simulates any TM; theoretical basis for general-purpose computers
Church-Turing thesis — anything computable can be computed by a TM
TM > FSM — can read/write, move both ways, unlimited memory
Some problems are uncomputable — no TM can solve them