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 tapeशुरुआत में कोई संक्रिया नहीं दिखाई देती; ध्यान दें कि प्रोग्राम टेप और इनपुट टेप अलग-अलग भूमिकाओं के रूप में पंक्तिबद्ध हैं।
पढ़ने का क्रमUniversal Overviewशुरुआत में कोई संक्रिया नहीं दिखाई देती; ध्यान दें कि प्रोग्राम टेप और इनपुट टेप अलग-अलग भूमिकाओं के रूप में पंक्तिबद्ध हैं।खोज-जाँच का उत्तर दें और मशीन-विवरण के एन्कोडिंग की ओर बढ़ें।
Universal Map
Program tapedata flow
Input tapedata flow
Interpreterdata flow
Decoded ruledata flow
Halting boundarylimit
शृंखला का अंतयंत्रीकृत की जा सकने वाली शक्ति और न किए जा सकने वाले प्रश्नों को एक साथ देखेंसार्वभौमिक मशीन अध्याय 4 है, जो ट्यूरिंग शृंखला को परिकलनीयता के प्रवेशद्वार से जोड़ती है।Prelude से Mechanical तक के दृष्टिकोण यहाँ आकर प्रोग्राम को डेटा के रूप में देखने से जुड़ जाते हैं।