Read even the machine’s description as data on the tape
In a Universal Machine, the rule table of some Turing machine itself is placed on the tape as a string of symbols. Not only the input but also “which machine to run” becomes data, and the interpreter mimics one step of the target machine while reading that description.
First look at the two tapes. The top is the program tape, the bottom is the input tape. Do not Step here; confirm that the machine and the input are separated.
The heart of Chapter 4 is not a “machine that computes fast” but a “machine that reads the description of a machine as data.”
Universal Overview
program tape + input tapeAwalnya tidak ada operasi yang ditampilkan; bacalah bahwa pita program dan pita input berjajar sebagai peran yang terpisah.
Urutan membacaUniversal OverviewAwalnya tidak ada operasi yang ditampilkan; bacalah bahwa pita program dan pita input berjajar sebagai peran yang terpisah.Jawab cek penemuan dan lanjutkan ke pengodean deskripsi mesin.
Universal Map
Program tapedata flow
Input tapedata flow
Interpreterdata flow
Decoded ruledata flow
Halting boundarylimit
Akhir dari seri iniLihat sekaligus kekuatan yang dapat dimekanisasi dan pertanyaan yang tidak dapatMesin Universal adalah Bab 4, yang menghubungkan seri Turing dengan gerbang menuju komputabilitas.Perspektif dari Prelude hingga Mechanical terhubung di sini dengan program-sebagai-data.