튜링 머신은 테이프, 헤드, 상태, 규칙만으로 계산을 정의하는 추상 기계예요. 여기서는 CPU 내부를 그대로 재현하지 않고, 하나의 명령이 어떤 읽기 순서로 마무리되는지 손으로 직접 따라갈 수 있게 만들었어요. 첫 번째 목표는 답을 내는 것이 아니라, Tape, Head, State, Rule Table이 같은 순간을 가리키고 있음을 읽어낼 수 있게 되는 거예요.
Preset과 Input을 고른 뒤, 가운데의 Head, 현재 State, 그리고 강조된 Rule Table의 행을 비교해보세요. 아직 Step은 누르지 마세요 — 이 명령 하나가 어디서 시작되는지부터 찾아보세요.
봐야 할 순서는 「전체」가 아니라 「지금 이 칸」이에요. 여기서 긴 계산이 유한한 상태와 국소적인 기호만으로 조금씩 나아간다는 작은 약속을 붙잡게 돼요.
Start With A Machine
Concept MachineJust pick a Preset and Input — do not start operating yet
二進数の右端へ移動し、繰り上がりを処理して1を足します。
Five Phase Map
ReadRead just one cell
RuleChoose one row
WriteUpdate the current cell
MoveSend to the next cell
StateSwitch the context
What you look at first is not “the whole” but the entrance of one instructionLook at the Tape, Head, State, and Rule Table at once. Do not Step yet — just line up the input and the machine’s initial context.Right now Head 0 is at a position where it can read 1.
Getting ready to readBefore any operation, line up the four displays that point at the same momentCompare the Head, State, highlighted Rule Table row, and Tape window. Not Stepping here is so that the first discovery is “reading the correspondence,” not “pressing.”Answer the discovery check and Read narrows the view to just the one cell under the Head.