image
imagewidth (px) 170
868
| question
stringlengths 13
9.46k
| answer
stringclasses 450
values | game_name
stringclasses 30
values | state
stringlengths 16
43
|
|---|---|---|---|---|
Rules:
State 0, Symbol 0 -> Write 2, Move up, New State 1
State 0, Symbol 1 -> Write 2, Move up, New State 1
State 0, Symbol 2 -> Write 2, Move right, New State 1
State 0, Symbol 3 -> Write 0, Move up, New State 1
State 1, Symbol 0 -> Write 2, Move right, New State 0
State 1, Symbol 1 -> Write 1, Move down, New State 1
State 1, Symbol 2 -> Write 1, Move down, New State 2
State 1, Symbol 3 -> Write 2, Move up, New State 1
State 2, Symbol 0 -> Write 1, Move left, New State 2
State 2, Symbol 1 -> Write 3, Move up, New State 0
State 2, Symbol 2 -> Write 3, Move up, New State 0
State 2, Symbol 3 -> Write 3, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 0) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 4 steps?
Options:
1: (1, 0)
2: (0, 0)
3: (0, 2)
4: (2, 2)
5: (1, 2)
6: (1, 1)
7: (2, 1)
8: (0, 1)
|
1
|
2d_turing_machine
|
states/00001.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move left, New State 2
State 0, Symbol 1 -> Write 1, Move up, New State 0
State 0, Symbol 2 -> Write 2, Move right, New State 2
State 1, Symbol 0 -> Write 1, Move up, New State 2
State 1, Symbol 1 -> Write 2, Move right, New State 3
State 1, Symbol 2 -> Write 0, Move up, New State 3
State 2, Symbol 0 -> Write 0, Move up, New State 3
State 2, Symbol 1 -> Write 1, Move down, New State 0
State 2, Symbol 2 -> Write 2, Move down, New State 3
State 3, Symbol 0 -> Write 0, Move down, New State 2
State 3, Symbol 1 -> Write 0, Move up, New State 1
State 3, Symbol 2 -> Write 0, Move left, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (4, 2) with State 1 on Symbol 2 that is [2].
Question: where will the head be after 5 steps?
Options:
1: (0, 1)
2: (1, 2)
3: (4, 1)
4: (3, 1)
5: (1, 1)
6: (3, 2)
7: (1, 0)
8: (2, 0)
|
6
|
2d_turing_machine
|
states/00002.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move right, New State 1
State 0, Symbol 1 -> Write 3, Move down, New State 0
State 0, Symbol 2 -> Write 1, Move left, New State 1
State 0, Symbol 3 -> Write 3, Move up, New State 2
State 1, Symbol 0 -> Write 3, Move left, New State 1
State 1, Symbol 1 -> Write 1, Move up, New State 1
State 1, Symbol 2 -> Write 3, Move up, New State 0
State 1, Symbol 3 -> Write 3, Move down, New State 0
State 2, Symbol 0 -> Write 3, Move left, New State 0
State 2, Symbol 1 -> Write 1, Move left, New State 0
State 2, Symbol 2 -> Write 1, Move left, New State 2
State 2, Symbol 3 -> Write 3, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (2, 3) with State 1 on Symbol 2 that is [2].
Question: where will the head be after 4 steps?
Options:
1: (0, 1)
2: (3, 0)
3: (2, 2)
4: (0, 3)
5: (3, 1)
6: (0, 0)
7: (2, 3)
8: (2, 0)
|
1
|
2d_turing_machine
|
states/00003.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move up, New State 1
State 0, Symbol 1 -> Write 0, Move left, New State 1
State 0, Symbol 2 -> Write 1, Move down, New State 0
State 0, Symbol 3 -> Write 1, Move right, New State 1
State 1, Symbol 0 -> Write 2, Move right, New State 0
State 1, Symbol 1 -> Write 2, Move up, New State 0
State 1, Symbol 2 -> Write 1, Move up, New State 0
State 1, Symbol 3 -> Write 1, Move right, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (3, 1) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 3 steps?
Options:
1: (3, 0)
2: (2, 2)
3: (1, 2)
4: (4, 0)
5: (2, 1)
6: (0, 2)
7: (4, 2)
8: (0, 1)
|
5
|
2d_turing_machine
|
states/00004.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move right, New State 1
State 0, Symbol 1 -> Write 1, Move right, New State 3
State 0, Symbol 2 -> Write 0, Move up, New State 0
State 1, Symbol 0 -> Write 2, Move down, New State 3
State 1, Symbol 1 -> Write 2, Move up, New State 3
State 1, Symbol 2 -> Write 0, Move left, New State 2
State 2, Symbol 0 -> Write 0, Move down, New State 0
State 2, Symbol 1 -> Write 1, Move left, New State 2
State 2, Symbol 2 -> Write 0, Move down, New State 0
State 3, Symbol 0 -> Write 0, Move down, New State 1
State 3, Symbol 1 -> Write 2, Move left, New State 1
State 3, Symbol 2 -> Write 2, Move up, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (0, 0) with State 2 on Symbol 2 that is {2}.
Question: where will the head be after 5 steps?
Options:
1: (2, 1)
2: (3, 1)
3: (1, 2)
4: (3, 2)
5: (0, 0)
6: (1, 1)
7: (3, 0)
8: (1, 0)
|
1
|
2d_turing_machine
|
states/00005.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move right, New State 1
State 0, Symbol 1 -> Write 3, Move right, New State 1
State 0, Symbol 2 -> Write 2, Move down, New State 1
State 0, Symbol 3 -> Write 0, Move down, New State 0
State 1, Symbol 0 -> Write 1, Move up, New State 0
State 1, Symbol 1 -> Write 0, Move up, New State 1
State 1, Symbol 2 -> Write 3, Move down, New State 0
State 1, Symbol 3 -> Write 3, Move left, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (1, 1) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 4 steps?
Options:
1: (3, 0)
2: (2, 0)
3: (4, 2)
4: (4, 4)
5: (2, 2)
6: (2, 4)
7: (3, 4)
8: (1, 2)
|
5
|
2d_turing_machine
|
states/00006.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move left, New State 0
State 0, Symbol 1 -> Write 2, Move up, New State 0
State 0, Symbol 2 -> Write 1, Move down, New State 0
State 1, Symbol 0 -> Write 0, Move left, New State 0
State 1, Symbol 1 -> Write 1, Move left, New State 1
State 1, Symbol 2 -> Write 0, Move down, New State 0
State 2, Symbol 0 -> Write 2, Move left, New State 0
State 2, Symbol 1 -> Write 0, Move left, New State 1
State 2, Symbol 2 -> Write 0, Move down, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 3) with State 1 on Symbol 1 that is [1].
Question: where will the head be after 8 steps?
Options:
1: (3, 3)
2: (4, 2)
3: (1, 1)
4: (3, 0)
5: (4, 1)
6: (4, 0)
7: (2, 4)
8: (0, 2)
|
6
|
2d_turing_machine
|
states/00007.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move down, New State 1
State 0, Symbol 1 -> Write 1, Move right, New State 1
State 0, Symbol 2 -> Write 1, Move right, New State 2
State 1, Symbol 0 -> Write 2, Move right, New State 0
State 1, Symbol 1 -> Write 0, Move up, New State 0
State 1, Symbol 2 -> Write 0, Move up, New State 1
State 2, Symbol 0 -> Write 2, Move left, New State 1
State 2, Symbol 1 -> Write 1, Move right, New State 2
State 2, Symbol 2 -> Write 1, Move up, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 1) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 4 steps?
Options:
1: (4, 2)
2: (2, 0)
3: (1, 2)
4: (3, 1)
5: (3, 2)
6: (0, 1)
7: (0, 2)
8: (4, 1)
|
4
|
2d_turing_machine
|
states/00008.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move right, New State 0
State 0, Symbol 1 -> Write 3, Move up, New State 0
State 0, Symbol 2 -> Write 0, Move left, New State 1
State 0, Symbol 3 -> Write 0, Move down, New State 0
State 0, Symbol 4 -> Write 3, Move left, New State 0
State 1, Symbol 0 -> Write 2, Move left, New State 0
State 1, Symbol 1 -> Write 3, Move up, New State 0
State 1, Symbol 2 -> Write 1, Move right, New State 1
State 1, Symbol 3 -> Write 1, Move up, New State 0
State 1, Symbol 4 -> Write 0, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (2, 2) with State 0 on Symbol 4 that is (4).
Question: where will the head be after 6 steps?
Options:
1: (0, 0)
2: (3, 2)
3: (0, 1)
4: (0, 2)
5: (2, 2)
6: (2, 0)
7: (3, 1)
8: (2, 1)
|
6
|
2d_turing_machine
|
states/00009.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move right, New State 1
State 0, Symbol 1 -> Write 3, Move left, New State 2
State 0, Symbol 2 -> Write 0, Move up, New State 0
State 0, Symbol 3 -> Write 2, Move left, New State 2
State 1, Symbol 0 -> Write 1, Move right, New State 1
State 1, Symbol 1 -> Write 1, Move left, New State 0
State 1, Symbol 2 -> Write 3, Move down, New State 0
State 1, Symbol 3 -> Write 2, Move left, New State 1
State 2, Symbol 0 -> Write 1, Move right, New State 1
State 2, Symbol 1 -> Write 3, Move down, New State 2
State 2, Symbol 2 -> Write 1, Move left, New State 0
State 2, Symbol 3 -> Write 3, Move down, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (0, 2) with State 1 on Symbol 3 that is [3].
Question: where will the head be after 8 steps?
Options:
1: (3, 1)
2: (0, 2)
3: (0, 1)
4: (3, 2)
5: (2, 1)
6: (1, 2)
7: (1, 1)
8: (1, 0)
|
7
|
2d_turing_machine
|
states/00010.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move up, New State 1
State 0, Symbol 1 -> Write 2, Move right, New State 1
State 0, Symbol 2 -> Write 0, Move down, New State 0
State 0, Symbol 3 -> Write 0, Move right, New State 3
State 1, Symbol 0 -> Write 3, Move down, New State 3
State 1, Symbol 1 -> Write 1, Move right, New State 1
State 1, Symbol 2 -> Write 0, Move up, New State 0
State 1, Symbol 3 -> Write 3, Move right, New State 1
State 2, Symbol 0 -> Write 1, Move left, New State 0
State 2, Symbol 1 -> Write 3, Move down, New State 2
State 2, Symbol 2 -> Write 2, Move left, New State 3
State 2, Symbol 3 -> Write 0, Move up, New State 3
State 3, Symbol 0 -> Write 1, Move up, New State 2
State 3, Symbol 1 -> Write 2, Move left, New State 1
State 3, Symbol 2 -> Write 3, Move left, New State 1
State 3, Symbol 3 -> Write 0, Move right, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (2, 4) with State 3 on Symbol 1 that is <1>.
Question: where will the head be after 8 steps?
Options:
1: (2, 4)
2: (1, 1)
3: (0, 2)
4: (3, 4)
5: (4, 1)
6: (3, 3)
7: (3, 1)
8: (1, 2)
|
6
|
2d_turing_machine
|
states/00011.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move up, New State 0
State 0, Symbol 1 -> Write 2, Move right, New State 2
State 0, Symbol 2 -> Write 1, Move right, New State 3
State 0, Symbol 3 -> Write 3, Move left, New State 3
State 1, Symbol 0 -> Write 2, Move up, New State 2
State 1, Symbol 1 -> Write 1, Move down, New State 0
State 1, Symbol 2 -> Write 0, Move down, New State 1
State 1, Symbol 3 -> Write 0, Move left, New State 0
State 2, Symbol 0 -> Write 2, Move down, New State 2
State 2, Symbol 1 -> Write 2, Move down, New State 0
State 2, Symbol 2 -> Write 3, Move up, New State 1
State 2, Symbol 3 -> Write 2, Move left, New State 2
State 3, Symbol 0 -> Write 3, Move left, New State 1
State 3, Symbol 1 -> Write 0, Move left, New State 2
State 3, Symbol 2 -> Write 2, Move down, New State 3
State 3, Symbol 3 -> Write 3, Move right, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 1) with State 0 on Symbol 3 that is (3).
Question: where will the head be after 4 steps?
Options:
1: (1, 0)
2: (2, 1)
3: (2, 2)
4: (1, 1)
5: (0, 0)
6: (0, 2)
7: (1, 2)
8: (3, 2)
|
4
|
2d_turing_machine
|
states/00012.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move right, New State 1
State 0, Symbol 1 -> Write 4, Move right, New State 1
State 0, Symbol 2 -> Write 1, Move right, New State 0
State 0, Symbol 3 -> Write 3, Move right, New State 1
State 0, Symbol 4 -> Write 4, Move left, New State 1
State 1, Symbol 0 -> Write 2, Move up, New State 1
State 1, Symbol 1 -> Write 3, Move down, New State 2
State 1, Symbol 2 -> Write 1, Move left, New State 0
State 1, Symbol 3 -> Write 3, Move up, New State 1
State 1, Symbol 4 -> Write 4, Move down, New State 1
State 2, Symbol 0 -> Write 0, Move left, New State 0
State 2, Symbol 1 -> Write 4, Move right, New State 2
State 2, Symbol 2 -> Write 4, Move right, New State 2
State 2, Symbol 3 -> Write 3, Move down, New State 2
State 2, Symbol 4 -> Write 2, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 0) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 4 steps?
Options:
1: (0, 2)
2: (1, 0)
3: (2, 2)
4: (2, 1)
5: (0, 1)
6: (2, 0)
7: (3, 2)
8: (1, 2)
|
4
|
2d_turing_machine
|
states/00013.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move left, New State 0
State 0, Symbol 1 -> Write 0, Move down, New State 1
State 0, Symbol 2 -> Write 3, Move left, New State 0
State 0, Symbol 3 -> Write 1, Move right, New State 1
State 1, Symbol 0 -> Write 1, Move left, New State 0
State 1, Symbol 1 -> Write 1, Move up, New State 1
State 1, Symbol 2 -> Write 1, Move right, New State 0
State 1, Symbol 3 -> Write 1, Move right, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (3, 1) with State 1 on Symbol 1 that is [1].
Question: where will the head be after 8 steps?
Options:
1: (3, 3)
2: (2, 3)
3: (2, 2)
4: (0, 0)
5: (1, 1)
6: (4, 3)
7: (1, 0)
8: (0, 1)
|
5
|
2d_turing_machine
|
states/00014.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move left, New State 0
State 0, Symbol 1 -> Write 2, Move right, New State 0
State 0, Symbol 2 -> Write 2, Move down, New State 1
State 1, Symbol 0 -> Write 0, Move right, New State 0
State 1, Symbol 1 -> Write 0, Move left, New State 1
State 1, Symbol 2 -> Write 2, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (0, 1) with State 1 on Symbol 0 that is [0].
Question: where will the head be after 6 steps?
Options:
1: (3, 2)
2: (2, 1)
3: (1, 0)
4: (3, 0)
5: (1, 2)
6: (3, 1)
7: (0, 1)
8: (2, 2)
|
5
|
2d_turing_machine
|
states/00015.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move up, New State 1
State 0, Symbol 1 -> Write 0, Move right, New State 1
State 0, Symbol 2 -> Write 0, Move up, New State 2
State 0, Symbol 3 -> Write 3, Move left, New State 1
State 1, Symbol 0 -> Write 0, Move right, New State 2
State 1, Symbol 1 -> Write 1, Move up, New State 1
State 1, Symbol 2 -> Write 2, Move right, New State 2
State 1, Symbol 3 -> Write 0, Move down, New State 0
State 2, Symbol 0 -> Write 3, Move down, New State 2
State 2, Symbol 1 -> Write 0, Move left, New State 3
State 2, Symbol 2 -> Write 3, Move down, New State 0
State 2, Symbol 3 -> Write 2, Move down, New State 0
State 3, Symbol 0 -> Write 3, Move up, New State 1
State 3, Symbol 1 -> Write 0, Move up, New State 1
State 3, Symbol 2 -> Write 3, Move up, New State 1
State 3, Symbol 3 -> Write 1, Move up, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 1) with State 3 on Symbol 0 that is <0>.
Question: where will the head be after 6 steps?
Options:
1: (4, 3)
2: (2, 0)
3: (3, 2)
4: (0, 1)
5: (2, 2)
6: (2, 1)
7: (1, 1)
8: (3, 3)
|
7
|
2d_turing_machine
|
states/00016.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move down, New State 2
State 0, Symbol 1 -> Write 3, Move right, New State 2
State 0, Symbol 2 -> Write 1, Move up, New State 1
State 0, Symbol 3 -> Write 3, Move left, New State 0
State 1, Symbol 0 -> Write 3, Move down, New State 2
State 1, Symbol 1 -> Write 1, Move down, New State 1
State 1, Symbol 2 -> Write 1, Move down, New State 0
State 1, Symbol 3 -> Write 0, Move left, New State 0
State 2, Symbol 0 -> Write 0, Move right, New State 2
State 2, Symbol 1 -> Write 3, Move left, New State 1
State 2, Symbol 2 -> Write 1, Move up, New State 0
State 2, Symbol 3 -> Write 2, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (0, 2) with State 1 on Symbol 0 that is [0].
Question: where will the head be after 4 steps?
Options:
1: (3, 1)
2: (3, 2)
3: (0, 0)
4: (1, 2)
5: (0, 1)
6: (3, 0)
7: (0, 2)
8: (1, 1)
|
3
|
2d_turing_machine
|
states/00017.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move up, New State 1
State 0, Symbol 1 -> Write 0, Move down, New State 0
State 0, Symbol 2 -> Write 0, Move left, New State 2
State 1, Symbol 0 -> Write 1, Move left, New State 2
State 1, Symbol 1 -> Write 0, Move down, New State 2
State 1, Symbol 2 -> Write 2, Move left, New State 2
State 2, Symbol 0 -> Write 1, Move right, New State 2
State 2, Symbol 1 -> Write 2, Move down, New State 0
State 2, Symbol 2 -> Write 0, Move down, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 0) with State 2 on Symbol 0 that is {0}.
Question: where will the head be after 5 steps?
Options:
1: (2, 2)
2: (0, 1)
3: (2, 1)
4: (1, 0)
5: (1, 2)
6: (1, 1)
7: (2, 0)
8: (0, 2)
|
6
|
2d_turing_machine
|
states/00018.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move down, New State 0
State 0, Symbol 1 -> Write 0, Move up, New State 0
State 0, Symbol 2 -> Write 1, Move up, New State 1
State 1, Symbol 0 -> Write 1, Move down, New State 0
State 1, Symbol 1 -> Write 0, Move down, New State 1
State 1, Symbol 2 -> Write 1, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (3, 3) with State 1 on Symbol 2 that is [2].
Question: where will the head be after 6 steps?
Options:
1: (1, 3)
2: (4, 0)
3: (3, 0)
4: (4, 3)
5: (3, 3)
6: (1, 2)
7: (1, 0)
8: (2, 3)
|
5
|
2d_turing_machine
|
states/00019.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move down, New State 0
State 0, Symbol 1 -> Write 1, Move down, New State 1
State 0, Symbol 2 -> Write 0, Move right, New State 1
State 1, Symbol 0 -> Write 1, Move left, New State 0
State 1, Symbol 1 -> Write 2, Move up, New State 0
State 1, Symbol 2 -> Write 2, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (1, 2) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 5 steps?
Options:
1: (0, 2)
2: (2, 2)
3: (0, 1)
4: (3, 2)
5: (1, 1)
6: (4, 2)
7: (2, 1)
8: (4, 0)
|
2
|
2d_turing_machine
|
states/00020.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move right, New State 2
State 0, Symbol 1 -> Write 2, Move up, New State 2
State 0, Symbol 2 -> Write 3, Move left, New State 2
State 0, Symbol 3 -> Write 3, Move down, New State 2
State 1, Symbol 0 -> Write 2, Move down, New State 0
State 1, Symbol 1 -> Write 0, Move up, New State 1
State 1, Symbol 2 -> Write 3, Move up, New State 2
State 1, Symbol 3 -> Write 2, Move left, New State 0
State 2, Symbol 0 -> Write 2, Move right, New State 2
State 2, Symbol 1 -> Write 0, Move down, New State 1
State 2, Symbol 2 -> Write 1, Move up, New State 1
State 2, Symbol 3 -> Write 1, Move down, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (2, 4) with State 0 on Symbol 2 that is (2).
Question: where will the head be after 4 steps?
Options:
1: (2, 3)
2: (2, 0)
3: (4, 3)
4: (1, 1)
5: (1, 3)
6: (4, 2)
7: (3, 0)
8: (2, 4)
|
8
|
2d_turing_machine
|
states/00021.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move up, New State 1
State 0, Symbol 1 -> Write 0, Move right, New State 1
State 0, Symbol 2 -> Write 0, Move left, New State 1
State 0, Symbol 3 -> Write 0, Move up, New State 2
State 0, Symbol 4 -> Write 2, Move left, New State 0
State 1, Symbol 0 -> Write 4, Move up, New State 1
State 1, Symbol 1 -> Write 3, Move up, New State 0
State 1, Symbol 2 -> Write 4, Move down, New State 2
State 1, Symbol 3 -> Write 4, Move right, New State 0
State 1, Symbol 4 -> Write 4, Move up, New State 1
State 2, Symbol 0 -> Write 4, Move down, New State 1
State 2, Symbol 1 -> Write 0, Move down, New State 2
State 2, Symbol 2 -> Write 0, Move left, New State 2
State 2, Symbol 3 -> Write 2, Move right, New State 0
State 2, Symbol 4 -> Write 3, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 0) with State 2 on Symbol 0 that is {0}.
Question: where will the head be after 7 steps?
Options:
1: (3, 0)
2: (0, 4)
3: (4, 2)
4: (4, 0)
5: (3, 2)
6: (3, 3)
7: (0, 3)
8: (2, 2)
|
8
|
2d_turing_machine
|
states/00022.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move down, New State 2
State 0, Symbol 1 -> Write 2, Move up, New State 0
State 0, Symbol 2 -> Write 0, Move right, New State 1
State 0, Symbol 3 -> Write 4, Move up, New State 1
State 0, Symbol 4 -> Write 3, Move right, New State 1
State 1, Symbol 0 -> Write 1, Move down, New State 2
State 1, Symbol 1 -> Write 3, Move up, New State 1
State 1, Symbol 2 -> Write 0, Move right, New State 0
State 1, Symbol 3 -> Write 0, Move up, New State 2
State 1, Symbol 4 -> Write 2, Move left, New State 1
State 2, Symbol 0 -> Write 3, Move down, New State 0
State 2, Symbol 1 -> Write 0, Move right, New State 1
State 2, Symbol 2 -> Write 0, Move down, New State 0
State 2, Symbol 3 -> Write 2, Move up, New State 2
State 2, Symbol 4 -> Write 1, Move up, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 0) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 7 steps?
Options:
1: (3, 1)
2: (3, 0)
3: (2, 0)
4: (0, 0)
5: (2, 2)
6: (3, 2)
7: (1, 0)
8: (0, 1)
|
4
|
2d_turing_machine
|
states/00023.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move left, New State 0
State 0, Symbol 1 -> Write 2, Move down, New State 0
State 0, Symbol 2 -> Write 2, Move up, New State 2
State 1, Symbol 0 -> Write 1, Move up, New State 0
State 1, Symbol 1 -> Write 2, Move right, New State 1
State 1, Symbol 2 -> Write 2, Move right, New State 2
State 2, Symbol 0 -> Write 0, Move up, New State 2
State 2, Symbol 1 -> Write 2, Move down, New State 1
State 2, Symbol 2 -> Write 0, Move down, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (4, 3) with State 2 on Symbol 0 that is {0}.
Question: where will the head be after 7 steps?
Options:
1: (2, 0)
2: (3, 0)
3: (3, 2)
4: (1, 2)
5: (3, 1)
6: (0, 1)
7: (4, 3)
8: (0, 0)
|
5
|
2d_turing_machine
|
states/00024.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move down, New State 1
State 0, Symbol 1 -> Write 1, Move up, New State 2
State 0, Symbol 2 -> Write 1, Move left, New State 3
State 1, Symbol 0 -> Write 2, Move down, New State 1
State 1, Symbol 1 -> Write 1, Move left, New State 2
State 1, Symbol 2 -> Write 2, Move up, New State 2
State 2, Symbol 0 -> Write 1, Move up, New State 1
State 2, Symbol 1 -> Write 2, Move left, New State 3
State 2, Symbol 2 -> Write 0, Move right, New State 3
State 3, Symbol 0 -> Write 0, Move left, New State 2
State 3, Symbol 1 -> Write 1, Move left, New State 0
State 3, Symbol 2 -> Write 1, Move down, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (0, 1) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 3 steps?
Options:
1: (2, 0)
2: (3, 0)
3: (1, 0)
4: (3, 1)
5: (0, 0)
6: (1, 2)
7: (3, 2)
8: (1, 1)
|
4
|
2d_turing_machine
|
states/00025.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move up, New State 0
State 0, Symbol 1 -> Write 1, Move left, New State 2
State 0, Symbol 2 -> Write 0, Move up, New State 1
State 0, Symbol 3 -> Write 0, Move left, New State 2
State 0, Symbol 4 -> Write 3, Move up, New State 0
State 1, Symbol 0 -> Write 3, Move right, New State 1
State 1, Symbol 1 -> Write 0, Move left, New State 2
State 1, Symbol 2 -> Write 4, Move left, New State 1
State 1, Symbol 3 -> Write 3, Move right, New State 0
State 1, Symbol 4 -> Write 4, Move right, New State 0
State 2, Symbol 0 -> Write 0, Move left, New State 1
State 2, Symbol 1 -> Write 4, Move left, New State 3
State 2, Symbol 2 -> Write 1, Move down, New State 2
State 2, Symbol 3 -> Write 0, Move down, New State 1
State 2, Symbol 4 -> Write 4, Move left, New State 1
State 3, Symbol 0 -> Write 4, Move down, New State 1
State 3, Symbol 1 -> Write 1, Move left, New State 0
State 3, Symbol 2 -> Write 3, Move left, New State 3
State 3, Symbol 3 -> Write 4, Move down, New State 0
State 3, Symbol 4 -> Write 1, Move right, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (0, 0) with State 3 on Symbol 0 that is <0>.
Question: where will the head be after 7 steps?
Options:
1: (3, 2)
2: (0, 1)
3: (2, 1)
4: (0, 0)
5: (0, 2)
6: (2, 2)
7: (2, 0)
8: (3, 1)
|
3
|
2d_turing_machine
|
states/00026.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move down, New State 3
State 0, Symbol 1 -> Write 1, Move left, New State 3
State 0, Symbol 2 -> Write 3, Move up, New State 0
State 0, Symbol 3 -> Write 0, Move down, New State 1
State 1, Symbol 0 -> Write 1, Move up, New State 0
State 1, Symbol 1 -> Write 3, Move up, New State 2
State 1, Symbol 2 -> Write 3, Move up, New State 3
State 1, Symbol 3 -> Write 0, Move right, New State 3
State 2, Symbol 0 -> Write 0, Move up, New State 3
State 2, Symbol 1 -> Write 0, Move right, New State 3
State 2, Symbol 2 -> Write 2, Move up, New State 3
State 2, Symbol 3 -> Write 1, Move right, New State 0
State 3, Symbol 0 -> Write 0, Move left, New State 3
State 3, Symbol 1 -> Write 3, Move down, New State 1
State 3, Symbol 2 -> Write 0, Move down, New State 0
State 3, Symbol 3 -> Write 0, Move down, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (2, 2) with State 1 on Symbol 0 that is [0].
Question: where will the head be after 6 steps?
Options:
1: (1, 2)
2: (0, 2)
3: (2, 3)
4: (4, 3)
5: (1, 3)
6: (3, 2)
7: (2, 2)
8: (2, 0)
|
8
|
2d_turing_machine
|
states/00027.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move right, New State 1
State 0, Symbol 1 -> Write 2, Move left, New State 0
State 0, Symbol 2 -> Write 0, Move down, New State 1
State 1, Symbol 0 -> Write 1, Move up, New State 0
State 1, Symbol 1 -> Write 1, Move up, New State 0
State 1, Symbol 2 -> Write 0, Move down, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (3, 0) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 3 steps?
Options:
1: (1, 1)
2: (0, 1)
3: (0, 0)
4: (1, 0)
5: (3, 1)
6: (2, 1)
7: (1, 2)
8: (2, 0)
|
5
|
2d_turing_machine
|
states/00028.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move right, New State 2
State 0, Symbol 1 -> Write 0, Move up, New State 0
State 0, Symbol 2 -> Write 0, Move right, New State 2
State 1, Symbol 0 -> Write 2, Move right, New State 2
State 1, Symbol 1 -> Write 2, Move up, New State 2
State 1, Symbol 2 -> Write 0, Move left, New State 2
State 2, Symbol 0 -> Write 2, Move left, New State 2
State 2, Symbol 1 -> Write 1, Move up, New State 0
State 2, Symbol 2 -> Write 2, Move down, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 1) with State 2 on Symbol 1 that is {1}.
Question: where will the head be after 6 steps?
Options:
1: (2, 1)
2: (4, 3)
3: (3, 3)
4: (1, 0)
5: (1, 1)
6: (2, 2)
7: (1, 3)
8: (0, 4)
|
7
|
2d_turing_machine
|
states/00029.json
|
|
Rules:
State 0, Symbol 0 -> Write 3, Move left, New State 1
State 0, Symbol 1 -> Write 3, Move up, New State 1
State 0, Symbol 2 -> Write 3, Move up, New State 1
State 0, Symbol 3 -> Write 2, Move right, New State 3
State 1, Symbol 0 -> Write 2, Move left, New State 3
State 1, Symbol 1 -> Write 2, Move down, New State 3
State 1, Symbol 2 -> Write 2, Move down, New State 3
State 1, Symbol 3 -> Write 2, Move down, New State 3
State 2, Symbol 0 -> Write 0, Move right, New State 3
State 2, Symbol 1 -> Write 2, Move left, New State 2
State 2, Symbol 2 -> Write 1, Move down, New State 3
State 2, Symbol 3 -> Write 0, Move down, New State 2
State 3, Symbol 0 -> Write 1, Move left, New State 3
State 3, Symbol 1 -> Write 3, Move down, New State 0
State 3, Symbol 2 -> Write 1, Move down, New State 3
State 3, Symbol 3 -> Write 3, Move left, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 2) with State 0 on Symbol 2 that is (2).
Question: where will the head be after 5 steps?
Options:
1: (1, 0)
2: (2, 1)
3: (2, 2)
4: (1, 1)
5: (3, 2)
6: (3, 1)
7: (0, 0)
8: (0, 2)
|
4
|
2d_turing_machine
|
states/00030.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move left, New State 1
State 0, Symbol 1 -> Write 2, Move left, New State 2
State 0, Symbol 2 -> Write 1, Move down, New State 2
State 0, Symbol 3 -> Write 1, Move left, New State 1
State 1, Symbol 0 -> Write 0, Move down, New State 2
State 1, Symbol 1 -> Write 1, Move up, New State 0
State 1, Symbol 2 -> Write 3, Move left, New State 3
State 1, Symbol 3 -> Write 1, Move right, New State 1
State 2, Symbol 0 -> Write 3, Move up, New State 0
State 2, Symbol 1 -> Write 1, Move right, New State 3
State 2, Symbol 2 -> Write 0, Move left, New State 0
State 2, Symbol 3 -> Write 3, Move up, New State 1
State 3, Symbol 0 -> Write 1, Move up, New State 1
State 3, Symbol 1 -> Write 2, Move up, New State 0
State 3, Symbol 2 -> Write 2, Move down, New State 2
State 3, Symbol 3 -> Write 1, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (2, 2) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 6 steps?
Options:
1: (0, 1)
2: (2, 2)
3: (2, 0)
4: (3, 1)
5: (1, 1)
6: (0, 2)
7: (3, 0)
8: (3, 2)
|
4
|
2d_turing_machine
|
states/00031.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move down, New State 0
State 0, Symbol 1 -> Write 2, Move right, New State 1
State 0, Symbol 2 -> Write 0, Move up, New State 0
State 0, Symbol 3 -> Write 4, Move right, New State 1
State 0, Symbol 4 -> Write 3, Move down, New State 1
State 1, Symbol 0 -> Write 1, Move up, New State 1
State 1, Symbol 1 -> Write 1, Move down, New State 0
State 1, Symbol 2 -> Write 0, Move left, New State 1
State 1, Symbol 3 -> Write 2, Move up, New State 0
State 1, Symbol 4 -> Write 2, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (1, 1) with State 1 on Symbol 3 that is [3].
Question: where will the head be after 5 steps?
Options:
1: (2, 1)
2: (0, 1)
3: (4, 0)
4: (1, 1)
5: (0, 2)
6: (4, 2)
7: (1, 2)
8: (3, 2)
|
8
|
2d_turing_machine
|
states/00032.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move down, New State 1
State 0, Symbol 1 -> Write 0, Move left, New State 1
State 0, Symbol 2 -> Write 0, Move down, New State 0
State 1, Symbol 0 -> Write 0, Move up, New State 0
State 1, Symbol 1 -> Write 0, Move down, New State 1
State 1, Symbol 2 -> Write 0, Move right, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (1, 0) with State 1 on Symbol 0 that is [0].
Question: where will the head be after 4 steps?
Options:
1: (3, 2)
2: (0, 2)
3: (3, 0)
4: (0, 1)
5: (1, 0)
6: (4, 1)
7: (4, 0)
8: (0, 0)
|
3
|
2d_turing_machine
|
states/00033.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move left, New State 2
State 0, Symbol 1 -> Write 2, Move right, New State 0
State 0, Symbol 2 -> Write 0, Move left, New State 1
State 0, Symbol 3 -> Write 1, Move right, New State 2
State 1, Symbol 0 -> Write 0, Move down, New State 3
State 1, Symbol 1 -> Write 1, Move right, New State 0
State 1, Symbol 2 -> Write 3, Move down, New State 2
State 1, Symbol 3 -> Write 1, Move left, New State 1
State 2, Symbol 0 -> Write 1, Move right, New State 0
State 2, Symbol 1 -> Write 0, Move right, New State 0
State 2, Symbol 2 -> Write 0, Move left, New State 2
State 2, Symbol 3 -> Write 1, Move right, New State 3
State 3, Symbol 0 -> Write 0, Move down, New State 3
State 3, Symbol 1 -> Write 0, Move left, New State 1
State 3, Symbol 2 -> Write 2, Move up, New State 0
State 3, Symbol 3 -> Write 2, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (0, 2) with State 0 on Symbol 2 that is (2).
Question: where will the head be after 5 steps?
Options:
1: (4, 2)
2: (4, 0)
3: (2, 1)
4: (0, 1)
5: (1, 0)
6: (1, 1)
7: (3, 2)
8: (2, 0)
|
4
|
2d_turing_machine
|
states/00034.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move left, New State 1
State 0, Symbol 1 -> Write 1, Move left, New State 1
State 0, Symbol 2 -> Write 0, Move up, New State 1
State 1, Symbol 0 -> Write 0, Move right, New State 0
State 1, Symbol 1 -> Write 2, Move left, New State 1
State 1, Symbol 2 -> Write 1, Move down, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (2, 2) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 5 steps?
Options:
1: (0, 0)
2: (2, 0)
3: (1, 0)
4: (1, 2)
5: (2, 2)
6: (2, 1)
7: (0, 2)
8: (1, 1)
|
6
|
2d_turing_machine
|
states/00035.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move up, New State 3
State 0, Symbol 1 -> Write 1, Move left, New State 3
State 0, Symbol 2 -> Write 2, Move left, New State 3
State 0, Symbol 3 -> Write 3, Move left, New State 0
State 1, Symbol 0 -> Write 3, Move left, New State 1
State 1, Symbol 1 -> Write 1, Move up, New State 2
State 1, Symbol 2 -> Write 2, Move right, New State 0
State 1, Symbol 3 -> Write 0, Move right, New State 2
State 2, Symbol 0 -> Write 2, Move right, New State 1
State 2, Symbol 1 -> Write 1, Move up, New State 0
State 2, Symbol 2 -> Write 3, Move up, New State 0
State 2, Symbol 3 -> Write 2, Move down, New State 1
State 3, Symbol 0 -> Write 3, Move up, New State 2
State 3, Symbol 1 -> Write 1, Move down, New State 0
State 3, Symbol 2 -> Write 3, Move up, New State 3
State 3, Symbol 3 -> Write 1, Move right, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 0) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 6 steps?
Options:
1: (3, 2)
2: (0, 3)
3: (2, 3)
4: (3, 1)
5: (1, 0)
6: (2, 1)
7: (3, 0)
8: (2, 0)
|
5
|
2d_turing_machine
|
states/00036.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move up, New State 3
State 0, Symbol 1 -> Write 0, Move down, New State 3
State 0, Symbol 2 -> Write 2, Move right, New State 1
State 1, Symbol 0 -> Write 1, Move left, New State 0
State 1, Symbol 1 -> Write 0, Move left, New State 0
State 1, Symbol 2 -> Write 2, Move down, New State 2
State 2, Symbol 0 -> Write 2, Move right, New State 2
State 2, Symbol 1 -> Write 2, Move up, New State 1
State 2, Symbol 2 -> Write 1, Move left, New State 3
State 3, Symbol 0 -> Write 2, Move right, New State 0
State 3, Symbol 1 -> Write 2, Move left, New State 3
State 3, Symbol 2 -> Write 1, Move up, New State 3
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (0, 1) with State 1 on Symbol 2 that is [2].
Question: where will the head be after 8 steps?
Options:
1: (2, 0)
2: (2, 2)
3: (2, 1)
4: (0, 1)
5: (1, 1)
6: (0, 0)
7: (1, 0)
8: (0, 2)
|
4
|
2d_turing_machine
|
states/00037.json
|
|
Rules:
State 0, Symbol 0 -> Write 3, Move up, New State 1
State 0, Symbol 1 -> Write 0, Move up, New State 3
State 0, Symbol 2 -> Write 1, Move up, New State 0
State 0, Symbol 3 -> Write 2, Move left, New State 2
State 1, Symbol 0 -> Write 0, Move down, New State 2
State 1, Symbol 1 -> Write 0, Move up, New State 2
State 1, Symbol 2 -> Write 2, Move left, New State 1
State 1, Symbol 3 -> Write 1, Move left, New State 3
State 2, Symbol 0 -> Write 3, Move up, New State 0
State 2, Symbol 1 -> Write 3, Move down, New State 1
State 2, Symbol 2 -> Write 2, Move left, New State 1
State 2, Symbol 3 -> Write 1, Move down, New State 1
State 3, Symbol 0 -> Write 0, Move left, New State 1
State 3, Symbol 1 -> Write 2, Move down, New State 3
State 3, Symbol 2 -> Write 3, Move right, New State 2
State 3, Symbol 3 -> Write 1, Move right, New State 3
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (4, 2) with State 1 on Symbol 1 that is [1].
Question: where will the head be after 7 steps?
Options:
1: (3, 2)
2: (2, 1)
3: (4, 2)
4: (4, 1)
5: (0, 0)
6: (3, 0)
7: (1, 2)
8: (0, 2)
|
6
|
2d_turing_machine
|
states/00038.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move left, New State 1
State 0, Symbol 1 -> Write 3, Move left, New State 1
State 0, Symbol 2 -> Write 1, Move left, New State 0
State 0, Symbol 3 -> Write 1, Move left, New State 1
State 0, Symbol 4 -> Write 0, Move down, New State 3
State 1, Symbol 0 -> Write 2, Move down, New State 2
State 1, Symbol 1 -> Write 3, Move right, New State 1
State 1, Symbol 2 -> Write 1, Move right, New State 3
State 1, Symbol 3 -> Write 2, Move up, New State 1
State 1, Symbol 4 -> Write 4, Move right, New State 0
State 2, Symbol 0 -> Write 4, Move left, New State 2
State 2, Symbol 1 -> Write 2, Move left, New State 0
State 2, Symbol 2 -> Write 0, Move up, New State 3
State 2, Symbol 3 -> Write 1, Move up, New State 3
State 2, Symbol 4 -> Write 3, Move down, New State 2
State 3, Symbol 0 -> Write 2, Move right, New State 0
State 3, Symbol 1 -> Write 2, Move up, New State 1
State 3, Symbol 2 -> Write 3, Move left, New State 1
State 3, Symbol 3 -> Write 0, Move left, New State 1
State 3, Symbol 4 -> Write 1, Move right, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (2, 2) with State 2 on Symbol 1 that is {1}.
Question: where will the head be after 6 steps?
Options:
1: (2, 1)
2: (0, 2)
3: (2, 0)
4: (1, 1)
5: (0, 1)
6: (0, 0)
7: (1, 2)
8: (2, 2)
|
4
|
2d_turing_machine
|
states/00039.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move up, New State 1
State 0, Symbol 1 -> Write 2, Move right, New State 1
State 0, Symbol 2 -> Write 1, Move up, New State 1
State 0, Symbol 3 -> Write 3, Move down, New State 0
State 0, Symbol 4 -> Write 1, Move left, New State 0
State 1, Symbol 0 -> Write 0, Move up, New State 1
State 1, Symbol 1 -> Write 0, Move left, New State 0
State 1, Symbol 2 -> Write 2, Move left, New State 1
State 1, Symbol 3 -> Write 3, Move down, New State 0
State 1, Symbol 4 -> Write 1, Move right, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (2, 0) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 3 steps?
Options:
1: (1, 3)
2: (1, 4)
3: (1, 2)
4: (2, 2)
5: (3, 2)
6: (2, 3)
7: (2, 0)
8: (0, 4)
|
5
|
2d_turing_machine
|
states/00040.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move left, New State 0
State 0, Symbol 1 -> Write 2, Move right, New State 2
State 0, Symbol 2 -> Write 1, Move left, New State 2
State 1, Symbol 0 -> Write 2, Move up, New State 0
State 1, Symbol 1 -> Write 1, Move up, New State 1
State 1, Symbol 2 -> Write 0, Move left, New State 2
State 2, Symbol 0 -> Write 2, Move up, New State 0
State 2, Symbol 1 -> Write 2, Move down, New State 0
State 2, Symbol 2 -> Write 2, Move right, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 2) with State 1 on Symbol 2 that is [2].
Question: where will the head be after 4 steps?
Options:
1: (0, 2)
2: (1, 1)
3: (1, 0)
4: (0, 1)
5: (2, 2)
6: (3, 2)
7: (3, 1)
8: (3, 0)
|
6
|
2d_turing_machine
|
states/00041.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move left, New State 1
State 0, Symbol 1 -> Write 0, Move right, New State 1
State 0, Symbol 2 -> Write 1, Move up, New State 0
State 1, Symbol 0 -> Write 0, Move down, New State 0
State 1, Symbol 1 -> Write 0, Move left, New State 0
State 1, Symbol 2 -> Write 1, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (3, 2) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 4 steps?
Options:
1: (3, 0)
2: (1, 1)
3: (3, 2)
4: (2, 2)
5: (4, 0)
6: (0, 2)
7: (1, 0)
8: (0, 0)
|
7
|
2d_turing_machine
|
states/00042.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move up, New State 1
State 0, Symbol 1 -> Write 0, Move left, New State 0
State 0, Symbol 2 -> Write 2, Move right, New State 1
State 1, Symbol 0 -> Write 2, Move up, New State 0
State 1, Symbol 1 -> Write 1, Move down, New State 0
State 1, Symbol 2 -> Write 2, Move up, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (1, 0) with State 0 on Symbol 2 that is (2).
Question: where will the head be after 4 steps?
Options:
1: (2, 1)
2: (1, 1)
3: (1, 0)
4: (3, 1)
5: (1, 2)
6: (0, 2)
7: (0, 0)
8: (4, 1)
|
5
|
2d_turing_machine
|
states/00043.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move left, New State 1
State 0, Symbol 1 -> Write 3, Move left, New State 0
State 0, Symbol 2 -> Write 0, Move right, New State 1
State 0, Symbol 3 -> Write 2, Move down, New State 1
State 1, Symbol 0 -> Write 3, Move up, New State 0
State 1, Symbol 1 -> Write 0, Move down, New State 0
State 1, Symbol 2 -> Write 1, Move up, New State 0
State 1, Symbol 3 -> Write 1, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (2, 1) with State 0 on Symbol 3 that is (3).
Question: where will the head be after 3 steps?
Options:
1: (2, 2)
2: (3, 1)
3: (1, 2)
4: (4, 2)
5: (2, 0)
6: (3, 0)
7: (0, 1)
8: (3, 2)
|
1
|
2d_turing_machine
|
states/00044.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move right, New State 0
State 0, Symbol 1 -> Write 1, Move right, New State 1
State 0, Symbol 2 -> Write 1, Move left, New State 0
State 0, Symbol 3 -> Write 2, Move up, New State 0
State 1, Symbol 0 -> Write 2, Move up, New State 0
State 1, Symbol 1 -> Write 0, Move down, New State 0
State 1, Symbol 2 -> Write 2, Move up, New State 0
State 1, Symbol 3 -> Write 1, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (3, 1) with State 1 on Symbol 1 that is [1].
Question: where will the head be after 5 steps?
Options:
1: (3, 1)
2: (4, 2)
3: (1, 2)
4: (1, 0)
5: (3, 2)
6: (2, 0)
7: (0, 2)
8: (2, 1)
|
5
|
2d_turing_machine
|
states/00045.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move up, New State 2
State 0, Symbol 1 -> Write 1, Move up, New State 3
State 0, Symbol 2 -> Write 4, Move down, New State 0
State 0, Symbol 3 -> Write 3, Move left, New State 1
State 0, Symbol 4 -> Write 3, Move right, New State 1
State 1, Symbol 0 -> Write 0, Move right, New State 0
State 1, Symbol 1 -> Write 2, Move down, New State 2
State 1, Symbol 2 -> Write 2, Move left, New State 0
State 1, Symbol 3 -> Write 4, Move down, New State 3
State 1, Symbol 4 -> Write 3, Move up, New State 0
State 2, Symbol 0 -> Write 0, Move down, New State 3
State 2, Symbol 1 -> Write 1, Move right, New State 0
State 2, Symbol 2 -> Write 1, Move left, New State 2
State 2, Symbol 3 -> Write 4, Move down, New State 0
State 2, Symbol 4 -> Write 1, Move up, New State 0
State 3, Symbol 0 -> Write 2, Move up, New State 2
State 3, Symbol 1 -> Write 4, Move right, New State 3
State 3, Symbol 2 -> Write 3, Move down, New State 2
State 3, Symbol 3 -> Write 4, Move left, New State 2
State 3, Symbol 4 -> Write 2, Move left, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 3) with State 0 on Symbol 3 that is (3).
Question: where will the head be after 8 steps?
Options:
1: (0, 3)
2: (3, 1)
3: (0, 1)
4: (0, 2)
5: (3, 0)
6: (3, 3)
7: (1, 2)
8: (2, 0)
|
6
|
2d_turing_machine
|
states/00046.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move down, New State 1
State 0, Symbol 1 -> Write 0, Move down, New State 0
State 0, Symbol 2 -> Write 0, Move down, New State 0
State 1, Symbol 0 -> Write 1, Move up, New State 0
State 1, Symbol 1 -> Write 2, Move left, New State 1
State 1, Symbol 2 -> Write 0, Move up, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (3, 1) with State 1 on Symbol 2 that is [2].
Question: where will the head be after 3 steps?
Options:
1: (3, 2)
2: (3, 1)
3: (2, 1)
4: (3, 0)
5: (4, 1)
6: (1, 1)
7: (0, 3)
8: (3, 3)
|
3
|
2d_turing_machine
|
states/00047.json
|
|
Rules:
State 0, Symbol 0 -> Write 4, Move left, New State 0
State 0, Symbol 1 -> Write 4, Move left, New State 1
State 0, Symbol 2 -> Write 2, Move right, New State 0
State 0, Symbol 3 -> Write 3, Move down, New State 0
State 0, Symbol 4 -> Write 1, Move up, New State 1
State 1, Symbol 0 -> Write 0, Move left, New State 1
State 1, Symbol 1 -> Write 3, Move up, New State 0
State 1, Symbol 2 -> Write 4, Move right, New State 0
State 1, Symbol 3 -> Write 3, Move left, New State 1
State 1, Symbol 4 -> Write 4, Move down, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (2, 1) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 5 steps?
Options:
1: (1, 1)
2: (1, 2)
3: (3, 1)
4: (2, 1)
5: (3, 0)
6: (0, 1)
7: (2, 2)
8: (0, 2)
|
3
|
2d_turing_machine
|
states/00048.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move up, New State 1
State 0, Symbol 1 -> Write 1, Move up, New State 1
State 0, Symbol 2 -> Write 0, Move left, New State 1
State 1, Symbol 0 -> Write 1, Move down, New State 1
State 1, Symbol 1 -> Write 1, Move down, New State 0
State 1, Symbol 2 -> Write 0, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (2, 2) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 4 steps?
Options:
1: (2, 2)
2: (1, 1)
3: (3, 1)
4: (0, 0)
5: (3, 0)
6: (3, 2)
7: (0, 2)
8: (2, 0)
|
1
|
2d_turing_machine
|
states/00049.json
|
|
Rules:
State 0, Symbol 0 -> Write 4, Move down, New State 1
State 0, Symbol 1 -> Write 0, Move up, New State 2
State 0, Symbol 2 -> Write 4, Move right, New State 2
State 0, Symbol 3 -> Write 1, Move right, New State 0
State 0, Symbol 4 -> Write 0, Move left, New State 1
State 1, Symbol 0 -> Write 3, Move up, New State 2
State 1, Symbol 1 -> Write 0, Move right, New State 0
State 1, Symbol 2 -> Write 4, Move left, New State 0
State 1, Symbol 3 -> Write 2, Move up, New State 0
State 1, Symbol 4 -> Write 0, Move right, New State 1
State 2, Symbol 0 -> Write 3, Move left, New State 1
State 2, Symbol 1 -> Write 0, Move left, New State 0
State 2, Symbol 2 -> Write 4, Move down, New State 2
State 2, Symbol 3 -> Write 1, Move left, New State 2
State 2, Symbol 4 -> Write 4, Move right, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (2, 0) with State 1 on Symbol 4 that is [4].
Question: where will the head be after 3 steps?
Options:
1: (0, 0)
2: (1, 2)
3: (1, 0)
4: (2, 0)
5: (4, 2)
6: (3, 2)
7: (2, 3)
8: (0, 2)
|
7
|
2d_turing_machine
|
states/00050.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move down, New State 2
State 0, Symbol 1 -> Write 1, Move up, New State 2
State 0, Symbol 2 -> Write 2, Move up, New State 0
State 1, Symbol 0 -> Write 2, Move left, New State 0
State 1, Symbol 1 -> Write 1, Move down, New State 3
State 1, Symbol 2 -> Write 0, Move left, New State 0
State 2, Symbol 0 -> Write 0, Move up, New State 0
State 2, Symbol 1 -> Write 1, Move up, New State 2
State 2, Symbol 2 -> Write 2, Move left, New State 0
State 3, Symbol 0 -> Write 1, Move right, New State 1
State 3, Symbol 1 -> Write 0, Move left, New State 3
State 3, Symbol 2 -> Write 0, Move right, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 1) with State 1 on Symbol 2 that is [2].
Question: where will the head be after 3 steps?
Options:
1: (1, 1)
2: (1, 0)
3: (3, 1)
4: (2, 2)
5: (3, 0)
6: (2, 0)
7: (0, 0)
8: (2, 1)
|
2
|
2d_turing_machine
|
states/00051.json
|
|
Rules:
State 0, Symbol 0 -> Write 4, Move left, New State 0
State 0, Symbol 1 -> Write 1, Move left, New State 1
State 0, Symbol 2 -> Write 0, Move down, New State 3
State 0, Symbol 3 -> Write 1, Move down, New State 3
State 0, Symbol 4 -> Write 0, Move left, New State 3
State 1, Symbol 0 -> Write 3, Move down, New State 1
State 1, Symbol 1 -> Write 3, Move right, New State 1
State 1, Symbol 2 -> Write 2, Move up, New State 1
State 1, Symbol 3 -> Write 4, Move right, New State 2
State 1, Symbol 4 -> Write 4, Move down, New State 0
State 2, Symbol 0 -> Write 2, Move left, New State 3
State 2, Symbol 1 -> Write 1, Move left, New State 2
State 2, Symbol 2 -> Write 2, Move up, New State 1
State 2, Symbol 3 -> Write 3, Move up, New State 0
State 2, Symbol 4 -> Write 0, Move down, New State 2
State 3, Symbol 0 -> Write 3, Move left, New State 1
State 3, Symbol 1 -> Write 4, Move down, New State 1
State 3, Symbol 2 -> Write 3, Move left, New State 1
State 3, Symbol 3 -> Write 0, Move right, New State 3
State 3, Symbol 4 -> Write 0, Move up, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 3) with State 3 on Symbol 1 that is <1>.
Question: where will the head be after 3 steps?
Options:
1: (3, 4)
2: (3, 2)
3: (1, 1)
4: (4, 0)
5: (4, 1)
6: (0, 2)
7: (2, 3)
8: (3, 3)
|
7
|
2d_turing_machine
|
states/00052.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move up, New State 0
State 0, Symbol 1 -> Write 1, Move down, New State 0
State 0, Symbol 2 -> Write 1, Move up, New State 2
State 1, Symbol 0 -> Write 2, Move up, New State 0
State 1, Symbol 1 -> Write 2, Move right, New State 0
State 1, Symbol 2 -> Write 2, Move right, New State 0
State 2, Symbol 0 -> Write 2, Move down, New State 1
State 2, Symbol 1 -> Write 2, Move right, New State 1
State 2, Symbol 2 -> Write 1, Move left, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (2, 0) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 8 steps?
Options:
1: (4, 2)
2: (3, 4)
3: (3, 3)
4: (4, 1)
5: (3, 0)
6: (0, 2)
7: (1, 2)
8: (0, 0)
|
1
|
2d_turing_machine
|
states/00053.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move right, New State 1
State 0, Symbol 1 -> Write 1, Move left, New State 1
State 0, Symbol 2 -> Write 2, Move down, New State 1
State 0, Symbol 3 -> Write 1, Move left, New State 1
State 1, Symbol 0 -> Write 0, Move up, New State 0
State 1, Symbol 1 -> Write 3, Move left, New State 1
State 1, Symbol 2 -> Write 2, Move down, New State 0
State 1, Symbol 3 -> Write 2, Move down, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (1, 2) with State 1 on Symbol 0 that is [0].
Question: where will the head be after 5 steps?
Options:
1: (2, 2)
2: (3, 0)
3: (2, 0)
4: (1, 1)
5: (1, 2)
6: (0, 1)
7: (3, 1)
8: (3, 2)
|
3
|
2d_turing_machine
|
states/00054.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move up, New State 1
State 0, Symbol 1 -> Write 1, Move up, New State 0
State 0, Symbol 2 -> Write 1, Move down, New State 1
State 0, Symbol 3 -> Write 3, Move right, New State 1
State 1, Symbol 0 -> Write 2, Move left, New State 0
State 1, Symbol 1 -> Write 3, Move right, New State 1
State 1, Symbol 2 -> Write 3, Move left, New State 1
State 1, Symbol 3 -> Write 1, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (3, 0) with State 0 on Symbol 3 that is (3).
Question: where will the head be after 7 steps?
Options:
1: (2, 0)
2: (0, 0)
3: (4, 0)
4: (1, 2)
5: (3, 2)
6: (3, 1)
7: (0, 2)
8: (2, 2)
|
8
|
2d_turing_machine
|
states/00055.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move down, New State 0
State 0, Symbol 1 -> Write 1, Move right, New State 3
State 0, Symbol 2 -> Write 2, Move left, New State 0
State 1, Symbol 0 -> Write 0, Move up, New State 2
State 1, Symbol 1 -> Write 0, Move right, New State 2
State 1, Symbol 2 -> Write 0, Move down, New State 0
State 2, Symbol 0 -> Write 1, Move up, New State 3
State 2, Symbol 1 -> Write 0, Move down, New State 0
State 2, Symbol 2 -> Write 0, Move up, New State 2
State 3, Symbol 0 -> Write 2, Move left, New State 1
State 3, Symbol 1 -> Write 1, Move up, New State 2
State 3, Symbol 2 -> Write 2, Move left, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 0) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 7 steps?
Options:
1: (4, 1)
2: (2, 1)
3: (1, 1)
4: (0, 1)
5: (2, 0)
6: (3, 1)
7: (2, 2)
8: (3, 0)
|
3
|
2d_turing_machine
|
states/00056.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move down, New State 0
State 0, Symbol 1 -> Write 1, Move down, New State 0
State 0, Symbol 2 -> Write 2, Move up, New State 0
State 1, Symbol 0 -> Write 1, Move up, New State 1
State 1, Symbol 1 -> Write 2, Move left, New State 1
State 1, Symbol 2 -> Write 2, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (3, 2) with State 0 on Symbol 2 that is (2).
Question: where will the head be after 5 steps?
Options:
1: (1, 2)
2: (3, 0)
3: (1, 0)
4: (2, 1)
5: (0, 1)
6: (0, 2)
7: (3, 2)
8: (2, 2)
|
8
|
2d_turing_machine
|
states/00057.json
|
|
Rules:
State 0, Symbol 0 -> Write 3, Move down, New State 2
State 0, Symbol 1 -> Write 2, Move right, New State 1
State 0, Symbol 2 -> Write 0, Move right, New State 1
State 0, Symbol 3 -> Write 3, Move right, New State 1
State 1, Symbol 0 -> Write 2, Move up, New State 0
State 1, Symbol 1 -> Write 2, Move up, New State 1
State 1, Symbol 2 -> Write 1, Move left, New State 2
State 1, Symbol 3 -> Write 3, Move right, New State 1
State 2, Symbol 0 -> Write 3, Move down, New State 1
State 2, Symbol 1 -> Write 2, Move up, New State 0
State 2, Symbol 2 -> Write 1, Move right, New State 1
State 2, Symbol 3 -> Write 1, Move up, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (2, 1) with State 2 on Symbol 2 that is {2}.
Question: where will the head be after 5 steps?
Options:
1: (1, 1)
2: (0, 1)
3: (2, 2)
4: (0, 2)
5: (2, 1)
6: (1, 2)
7: (1, 0)
8: (2, 0)
|
3
|
2d_turing_machine
|
states/00058.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move left, New State 0
State 0, Symbol 1 -> Write 3, Move right, New State 1
State 0, Symbol 2 -> Write 3, Move up, New State 1
State 0, Symbol 3 -> Write 3, Move right, New State 0
State 1, Symbol 0 -> Write 0, Move left, New State 1
State 1, Symbol 1 -> Write 3, Move down, New State 1
State 1, Symbol 2 -> Write 3, Move left, New State 1
State 1, Symbol 3 -> Write 1, Move up, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (0, 3) with State 1 on Symbol 1 that is [1].
Question: where will the head be after 3 steps?
Options:
1: (0, 0)
2: (0, 3)
3: (3, 3)
4: (1, 2)
5: (2, 4)
6: (0, 4)
7: (2, 0)
8: (2, 2)
|
8
|
2d_turing_machine
|
states/00059.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move right, New State 2
State 0, Symbol 1 -> Write 1, Move down, New State 2
State 0, Symbol 2 -> Write 2, Move left, New State 2
State 1, Symbol 0 -> Write 2, Move up, New State 2
State 1, Symbol 1 -> Write 1, Move down, New State 1
State 1, Symbol 2 -> Write 0, Move up, New State 2
State 2, Symbol 0 -> Write 2, Move up, New State 0
State 2, Symbol 1 -> Write 0, Move down, New State 0
State 2, Symbol 2 -> Write 0, Move right, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 1) with State 0 on Symbol 2 that is (2).
Question: where will the head be after 7 steps?
Options:
1: (0, 1)
2: (1, 2)
3: (3, 1)
4: (3, 0)
5: (0, 0)
6: (2, 2)
7: (2, 1)
8: (2, 0)
|
4
|
2d_turing_machine
|
states/00060.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move down, New State 0
State 0, Symbol 1 -> Write 4, Move up, New State 1
State 0, Symbol 2 -> Write 3, Move up, New State 0
State 0, Symbol 3 -> Write 2, Move right, New State 1
State 0, Symbol 4 -> Write 1, Move left, New State 0
State 1, Symbol 0 -> Write 4, Move right, New State 2
State 1, Symbol 1 -> Write 3, Move down, New State 3
State 1, Symbol 2 -> Write 0, Move up, New State 1
State 1, Symbol 3 -> Write 3, Move left, New State 3
State 1, Symbol 4 -> Write 4, Move left, New State 2
State 2, Symbol 0 -> Write 0, Move right, New State 2
State 2, Symbol 1 -> Write 3, Move down, New State 3
State 2, Symbol 2 -> Write 2, Move down, New State 3
State 2, Symbol 3 -> Write 3, Move down, New State 0
State 2, Symbol 4 -> Write 1, Move right, New State 3
State 3, Symbol 0 -> Write 0, Move right, New State 2
State 3, Symbol 1 -> Write 1, Move left, New State 3
State 3, Symbol 2 -> Write 2, Move right, New State 0
State 3, Symbol 3 -> Write 0, Move down, New State 0
State 3, Symbol 4 -> Write 2, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 2) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 3 steps?
Options:
1: (1, 1)
2: (1, 0)
3: (3, 0)
4: (4, 0)
5: (4, 2)
6: (2, 1)
7: (0, 2)
8: (2, 0)
|
1
|
2d_turing_machine
|
states/00061.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move down, New State 0
State 0, Symbol 1 -> Write 1, Move right, New State 0
State 0, Symbol 2 -> Write 3, Move left, New State 1
State 0, Symbol 3 -> Write 2, Move up, New State 0
State 1, Symbol 0 -> Write 0, Move left, New State 0
State 1, Symbol 1 -> Write 0, Move up, New State 0
State 1, Symbol 2 -> Write 0, Move down, New State 1
State 1, Symbol 3 -> Write 1, Move left, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (4, 2) with State 1 on Symbol 0 that is [0].
Question: where will the head be after 5 steps?
Options:
1: (3, 0)
2: (2, 1)
3: (0, 0)
4: (1, 1)
5: (0, 2)
6: (4, 1)
7: (3, 1)
8: (3, 2)
|
1
|
2d_turing_machine
|
states/00062.json
|
|
Rules:
State 0, Symbol 0 -> Write 4, Move right, New State 3
State 0, Symbol 1 -> Write 4, Move down, New State 3
State 0, Symbol 2 -> Write 3, Move right, New State 0
State 0, Symbol 3 -> Write 1, Move right, New State 3
State 0, Symbol 4 -> Write 1, Move up, New State 2
State 1, Symbol 0 -> Write 1, Move right, New State 1
State 1, Symbol 1 -> Write 0, Move down, New State 0
State 1, Symbol 2 -> Write 4, Move down, New State 0
State 1, Symbol 3 -> Write 3, Move left, New State 1
State 1, Symbol 4 -> Write 0, Move up, New State 1
State 2, Symbol 0 -> Write 4, Move up, New State 3
State 2, Symbol 1 -> Write 3, Move down, New State 1
State 2, Symbol 2 -> Write 3, Move up, New State 3
State 2, Symbol 3 -> Write 3, Move left, New State 1
State 2, Symbol 4 -> Write 4, Move right, New State 0
State 3, Symbol 0 -> Write 1, Move right, New State 1
State 3, Symbol 1 -> Write 4, Move right, New State 2
State 3, Symbol 2 -> Write 3, Move down, New State 0
State 3, Symbol 3 -> Write 0, Move left, New State 2
State 3, Symbol 4 -> Write 4, Move right, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (2, 1) with State 2 on Symbol 3 that is {3}.
Question: where will the head be after 4 steps?
Options:
1: (1, 0)
2: (2, 2)
3: (2, 1)
4: (1, 1)
5: (3, 1)
6: (3, 2)
7: (3, 0)
8: (2, 0)
|
3
|
2d_turing_machine
|
states/00063.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move left, New State 1
State 0, Symbol 1 -> Write 1, Move left, New State 1
State 0, Symbol 2 -> Write 2, Move down, New State 0
State 0, Symbol 3 -> Write 0, Move down, New State 1
State 1, Symbol 0 -> Write 2, Move down, New State 1
State 1, Symbol 1 -> Write 0, Move down, New State 1
State 1, Symbol 2 -> Write 1, Move up, New State 1
State 1, Symbol 3 -> Write 1, Move up, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (0, 3) with State 1 on Symbol 1 that is [1].
Question: where will the head be after 4 steps?
Options:
1: (4, 4)
2: (0, 1)
3: (2, 2)
4: (1, 4)
5: (1, 0)
6: (0, 3)
7: (2, 3)
8: (1, 3)
|
7
|
2d_turing_machine
|
states/00064.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move down, New State 0
State 0, Symbol 1 -> Write 0, Move left, New State 1
State 0, Symbol 2 -> Write 1, Move up, New State 0
State 0, Symbol 3 -> Write 3, Move up, New State 0
State 1, Symbol 0 -> Write 3, Move down, New State 1
State 1, Symbol 1 -> Write 0, Move down, New State 0
State 1, Symbol 2 -> Write 2, Move right, New State 1
State 1, Symbol 3 -> Write 0, Move up, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (2, 3) with State 0 on Symbol 3 that is (3).
Question: where will the head be after 4 steps?
Options:
1: (3, 3)
2: (1, 0)
3: (1, 2)
4: (2, 0)
5: (2, 3)
6: (0, 3)
7: (3, 1)
8: (2, 1)
|
5
|
2d_turing_machine
|
states/00065.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move up, New State 3
State 0, Symbol 1 -> Write 3, Move left, New State 1
State 0, Symbol 2 -> Write 3, Move right, New State 0
State 0, Symbol 3 -> Write 1, Move down, New State 3
State 0, Symbol 4 -> Write 4, Move down, New State 0
State 1, Symbol 0 -> Write 2, Move up, New State 3
State 1, Symbol 1 -> Write 1, Move up, New State 1
State 1, Symbol 2 -> Write 1, Move left, New State 1
State 1, Symbol 3 -> Write 0, Move down, New State 3
State 1, Symbol 4 -> Write 3, Move up, New State 0
State 2, Symbol 0 -> Write 1, Move down, New State 3
State 2, Symbol 1 -> Write 2, Move up, New State 3
State 2, Symbol 2 -> Write 3, Move up, New State 0
State 2, Symbol 3 -> Write 4, Move right, New State 3
State 2, Symbol 4 -> Write 1, Move right, New State 0
State 3, Symbol 0 -> Write 3, Move up, New State 2
State 3, Symbol 1 -> Write 1, Move left, New State 2
State 3, Symbol 2 -> Write 0, Move down, New State 1
State 3, Symbol 3 -> Write 3, Move down, New State 3
State 3, Symbol 4 -> Write 1, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 0) with State 1 on Symbol 4 that is [4].
Question: where will the head be after 4 steps?
Options:
1: (0, 2)
2: (3, 2)
3: (3, 1)
4: (1, 2)
5: (2, 0)
6: (1, 0)
7: (2, 2)
8: (0, 0)
|
4
|
2d_turing_machine
|
states/00066.json
|
|
Rules:
State 0, Symbol 0 -> Write 4, Move left, New State 2
State 0, Symbol 1 -> Write 4, Move up, New State 2
State 0, Symbol 2 -> Write 4, Move down, New State 1
State 0, Symbol 3 -> Write 0, Move up, New State 1
State 0, Symbol 4 -> Write 4, Move left, New State 2
State 1, Symbol 0 -> Write 3, Move up, New State 2
State 1, Symbol 1 -> Write 1, Move down, New State 2
State 1, Symbol 2 -> Write 4, Move down, New State 0
State 1, Symbol 3 -> Write 3, Move right, New State 0
State 1, Symbol 4 -> Write 1, Move up, New State 0
State 2, Symbol 0 -> Write 1, Move down, New State 0
State 2, Symbol 1 -> Write 3, Move up, New State 1
State 2, Symbol 2 -> Write 0, Move down, New State 2
State 2, Symbol 3 -> Write 1, Move down, New State 2
State 2, Symbol 4 -> Write 0, Move right, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 1) with State 1 on Symbol 2 that is [2].
Question: where will the head be after 3 steps?
Options:
1: (2, 1)
2: (1, 0)
3: (3, 2)
4: (1, 1)
5: (3, 1)
6: (2, 2)
7: (3, 0)
8: (2, 0)
|
7
|
2d_turing_machine
|
states/00067.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move left, New State 0
State 0, Symbol 1 -> Write 2, Move left, New State 2
State 0, Symbol 2 -> Write 3, Move right, New State 2
State 0, Symbol 3 -> Write 0, Move down, New State 0
State 1, Symbol 0 -> Write 1, Move up, New State 2
State 1, Symbol 1 -> Write 0, Move down, New State 1
State 1, Symbol 2 -> Write 0, Move down, New State 1
State 1, Symbol 3 -> Write 0, Move right, New State 3
State 2, Symbol 0 -> Write 0, Move left, New State 3
State 2, Symbol 1 -> Write 2, Move up, New State 2
State 2, Symbol 2 -> Write 3, Move down, New State 0
State 2, Symbol 3 -> Write 3, Move up, New State 0
State 3, Symbol 0 -> Write 0, Move left, New State 0
State 3, Symbol 1 -> Write 0, Move down, New State 3
State 3, Symbol 2 -> Write 2, Move up, New State 3
State 3, Symbol 3 -> Write 2, Move right, New State 3
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 1) with State 3 on Symbol 0 that is <0>.
Question: where will the head be after 4 steps?
Options:
1: (0, 0)
2: (2, 1)
3: (1, 2)
4: (0, 1)
5: (3, 2)
6: (0, 2)
7: (1, 0)
8: (1, 1)
|
8
|
2d_turing_machine
|
states/00068.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move down, New State 0
State 0, Symbol 1 -> Write 2, Move up, New State 0
State 0, Symbol 2 -> Write 2, Move down, New State 0
State 1, Symbol 0 -> Write 2, Move down, New State 0
State 1, Symbol 1 -> Write 1, Move right, New State 2
State 1, Symbol 2 -> Write 2, Move up, New State 2
State 2, Symbol 0 -> Write 0, Move left, New State 2
State 2, Symbol 1 -> Write 0, Move up, New State 2
State 2, Symbol 2 -> Write 2, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 2) with State 2 on Symbol 0 that is {0}.
Question: where will the head be after 5 steps?
Options:
1: (3, 1)
2: (2, 0)
3: (0, 1)
4: (1, 0)
5: (3, 2)
6: (0, 2)
7: (0, 0)
8: (2, 2)
|
2
|
2d_turing_machine
|
states/00069.json
|
|
Rules:
State 0, Symbol 0 -> Write 4, Move left, New State 3
State 0, Symbol 1 -> Write 1, Move right, New State 3
State 0, Symbol 2 -> Write 4, Move left, New State 0
State 0, Symbol 3 -> Write 4, Move up, New State 1
State 0, Symbol 4 -> Write 4, Move up, New State 2
State 1, Symbol 0 -> Write 4, Move left, New State 0
State 1, Symbol 1 -> Write 3, Move down, New State 2
State 1, Symbol 2 -> Write 2, Move left, New State 2
State 1, Symbol 3 -> Write 3, Move right, New State 3
State 1, Symbol 4 -> Write 3, Move right, New State 1
State 2, Symbol 0 -> Write 4, Move right, New State 0
State 2, Symbol 1 -> Write 3, Move right, New State 2
State 2, Symbol 2 -> Write 4, Move right, New State 0
State 2, Symbol 3 -> Write 3, Move up, New State 0
State 2, Symbol 4 -> Write 4, Move up, New State 0
State 3, Symbol 0 -> Write 4, Move up, New State 2
State 3, Symbol 1 -> Write 3, Move right, New State 2
State 3, Symbol 2 -> Write 2, Move up, New State 3
State 3, Symbol 3 -> Write 1, Move left, New State 0
State 3, Symbol 4 -> Write 3, Move down, New State 3
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 1) with State 3 on Symbol 1 that is <1>.
Question: where will the head be after 4 steps?
Options:
1: (3, 1)
2: (2, 2)
3: (3, 2)
4: (2, 1)
5: (3, 0)
6: (1, 0)
7: (4, 1)
8: (4, 2)
|
8
|
2d_turing_machine
|
states/00070.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move up, New State 0
State 0, Symbol 1 -> Write 0, Move up, New State 0
State 0, Symbol 2 -> Write 1, Move left, New State 2
State 1, Symbol 0 -> Write 0, Move down, New State 2
State 1, Symbol 1 -> Write 0, Move right, New State 1
State 1, Symbol 2 -> Write 2, Move up, New State 1
State 2, Symbol 0 -> Write 1, Move left, New State 2
State 2, Symbol 1 -> Write 1, Move up, New State 0
State 2, Symbol 2 -> Write 1, Move right, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 0) with State 1 on Symbol 2 that is [2].
Question: where will the head be after 8 steps?
Options:
1: (3, 2)
2: (1, 1)
3: (2, 2)
4: (2, 0)
5: (0, 2)
6: (1, 2)
7: (2, 1)
8: (3, 0)
|
8
|
2d_turing_machine
|
states/00071.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move down, New State 0
State 0, Symbol 1 -> Write 1, Move right, New State 1
State 0, Symbol 2 -> Write 2, Move right, New State 0
State 1, Symbol 0 -> Write 0, Move down, New State 0
State 1, Symbol 1 -> Write 1, Move right, New State 0
State 1, Symbol 2 -> Write 2, Move left, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (1, 0) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 7 steps?
Options:
1: (2, 1)
2: (1, 2)
3: (3, 1)
4: (1, 0)
5: (2, 0)
6: (4, 1)
7: (4, 0)
8: (0, 2)
|
5
|
2d_turing_machine
|
states/00072.json
|
|
Rules:
State 0, Symbol 0 -> Write 3, Move left, New State 0
State 0, Symbol 1 -> Write 3, Move left, New State 1
State 0, Symbol 2 -> Write 1, Move up, New State 0
State 0, Symbol 3 -> Write 2, Move right, New State 1
State 1, Symbol 0 -> Write 1, Move left, New State 0
State 1, Symbol 1 -> Write 1, Move down, New State 1
State 1, Symbol 2 -> Write 0, Move up, New State 0
State 1, Symbol 3 -> Write 3, Move up, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (2, 4) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 3 steps?
Options:
1: (4, 1)
2: (2, 1)
3: (3, 1)
4: (2, 4)
5: (1, 2)
6: (2, 2)
7: (4, 2)
8: (1, 4)
|
5
|
2d_turing_machine
|
states/00073.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move down, New State 0
State 0, Symbol 1 -> Write 0, Move up, New State 1
State 0, Symbol 2 -> Write 3, Move left, New State 2
State 0, Symbol 3 -> Write 1, Move right, New State 1
State 1, Symbol 0 -> Write 3, Move left, New State 1
State 1, Symbol 1 -> Write 0, Move up, New State 2
State 1, Symbol 2 -> Write 2, Move left, New State 2
State 1, Symbol 3 -> Write 3, Move down, New State 2
State 2, Symbol 0 -> Write 2, Move up, New State 1
State 2, Symbol 1 -> Write 3, Move right, New State 0
State 2, Symbol 2 -> Write 0, Move down, New State 0
State 2, Symbol 3 -> Write 2, Move right, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 2) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 7 steps?
Options:
1: (4, 2)
2: (3, 0)
3: (2, 2)
4: (4, 4)
5: (0, 4)
6: (0, 2)
7: (2, 3)
8: (0, 3)
|
3
|
2d_turing_machine
|
states/00074.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move right, New State 1
State 0, Symbol 1 -> Write 0, Move down, New State 0
State 0, Symbol 2 -> Write 2, Move up, New State 2
State 0, Symbol 3 -> Write 0, Move up, New State 2
State 1, Symbol 0 -> Write 2, Move right, New State 1
State 1, Symbol 1 -> Write 0, Move down, New State 2
State 1, Symbol 2 -> Write 3, Move right, New State 0
State 1, Symbol 3 -> Write 3, Move left, New State 2
State 2, Symbol 0 -> Write 2, Move up, New State 2
State 2, Symbol 1 -> Write 2, Move down, New State 2
State 2, Symbol 2 -> Write 1, Move down, New State 0
State 2, Symbol 3 -> Write 0, Move left, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (0, 2) with State 2 on Symbol 2 that is {2}.
Question: where will the head be after 8 steps?
Options:
1: (1, 2)
2: (1, 0)
3: (0, 1)
4: (2, 2)
5: (4, 0)
6: (2, 1)
7: (2, 0)
8: (3, 2)
|
4
|
2d_turing_machine
|
states/00075.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move left, New State 0
State 0, Symbol 1 -> Write 1, Move left, New State 2
State 0, Symbol 2 -> Write 2, Move right, New State 2
State 1, Symbol 0 -> Write 1, Move up, New State 2
State 1, Symbol 1 -> Write 1, Move left, New State 0
State 1, Symbol 2 -> Write 2, Move right, New State 2
State 2, Symbol 0 -> Write 1, Move left, New State 2
State 2, Symbol 1 -> Write 1, Move left, New State 1
State 2, Symbol 2 -> Write 1, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (4, 3) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 3 steps?
Options:
1: (3, 3)
2: (1, 1)
3: (4, 2)
4: (1, 2)
5: (3, 1)
6: (2, 2)
7: (0, 3)
8: (3, 2)
|
3
|
2d_turing_machine
|
states/00076.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move down, New State 1
State 0, Symbol 1 -> Write 0, Move right, New State 0
State 0, Symbol 2 -> Write 0, Move left, New State 0
State 0, Symbol 3 -> Write 1, Move up, New State 3
State 1, Symbol 0 -> Write 2, Move left, New State 0
State 1, Symbol 1 -> Write 1, Move up, New State 1
State 1, Symbol 2 -> Write 1, Move left, New State 2
State 1, Symbol 3 -> Write 1, Move up, New State 2
State 2, Symbol 0 -> Write 3, Move up, New State 1
State 2, Symbol 1 -> Write 0, Move right, New State 2
State 2, Symbol 2 -> Write 1, Move down, New State 1
State 2, Symbol 3 -> Write 1, Move right, New State 0
State 3, Symbol 0 -> Write 1, Move down, New State 3
State 3, Symbol 1 -> Write 2, Move right, New State 0
State 3, Symbol 2 -> Write 2, Move left, New State 2
State 3, Symbol 3 -> Write 3, Move down, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 2) with State 2 on Symbol 2 that is {2}.
Question: where will the head be after 8 steps?
Options:
1: (0, 0)
2: (1, 1)
3: (2, 2)
4: (0, 1)
5: (2, 0)
6: (2, 1)
7: (1, 0)
8: (0, 2)
|
4
|
2d_turing_machine
|
states/00077.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move left, New State 0
State 0, Symbol 1 -> Write 3, Move down, New State 2
State 0, Symbol 2 -> Write 2, Move right, New State 1
State 0, Symbol 3 -> Write 1, Move down, New State 0
State 0, Symbol 4 -> Write 3, Move left, New State 2
State 1, Symbol 0 -> Write 1, Move down, New State 1
State 1, Symbol 1 -> Write 2, Move up, New State 0
State 1, Symbol 2 -> Write 0, Move left, New State 2
State 1, Symbol 3 -> Write 1, Move left, New State 2
State 1, Symbol 4 -> Write 3, Move left, New State 1
State 2, Symbol 0 -> Write 0, Move right, New State 1
State 2, Symbol 1 -> Write 1, Move down, New State 0
State 2, Symbol 2 -> Write 3, Move up, New State 0
State 2, Symbol 3 -> Write 4, Move right, New State 0
State 2, Symbol 4 -> Write 2, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 1) with State 1 on Symbol 0 that is [0].
Question: where will the head be after 4 steps?
Options:
1: (0, 0)
2: (3, 1)
3: (1, 2)
4: (3, 2)
5: (1, 0)
6: (2, 2)
7: (0, 1)
8: (2, 0)
|
8
|
2d_turing_machine
|
states/00078.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move left, New State 2
State 0, Symbol 1 -> Write 1, Move down, New State 2
State 0, Symbol 2 -> Write 0, Move down, New State 2
State 0, Symbol 3 -> Write 2, Move down, New State 2
State 0, Symbol 4 -> Write 0, Move right, New State 0
State 1, Symbol 0 -> Write 2, Move left, New State 0
State 1, Symbol 1 -> Write 3, Move down, New State 0
State 1, Symbol 2 -> Write 2, Move left, New State 2
State 1, Symbol 3 -> Write 1, Move up, New State 2
State 1, Symbol 4 -> Write 0, Move up, New State 2
State 2, Symbol 0 -> Write 3, Move up, New State 0
State 2, Symbol 1 -> Write 2, Move right, New State 1
State 2, Symbol 2 -> Write 3, Move up, New State 1
State 2, Symbol 3 -> Write 0, Move down, New State 2
State 2, Symbol 4 -> Write 1, Move right, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 1) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 5 steps?
Options:
1: (2, 1)
2: (3, 2)
3: (1, 2)
4: (3, 1)
5: (2, 2)
6: (2, 0)
7: (0, 2)
8: (3, 0)
|
1
|
2d_turing_machine
|
states/00079.json
|
|
Rules:
State 0, Symbol 0 -> Write 4, Move left, New State 1
State 0, Symbol 1 -> Write 3, Move up, New State 0
State 0, Symbol 2 -> Write 2, Move left, New State 1
State 0, Symbol 3 -> Write 0, Move left, New State 1
State 0, Symbol 4 -> Write 0, Move down, New State 0
State 1, Symbol 0 -> Write 2, Move down, New State 0
State 1, Symbol 1 -> Write 2, Move right, New State 1
State 1, Symbol 2 -> Write 2, Move down, New State 0
State 1, Symbol 3 -> Write 4, Move up, New State 1
State 1, Symbol 4 -> Write 2, Move left, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (0, 2) with State 1 on Symbol 1 that is [1].
Question: where will the head be after 7 steps?
Options:
1: (4, 1)
2: (2, 4)
3: (0, 4)
4: (2, 1)
5: (2, 3)
6: (2, 0)
7: (0, 3)
8: (4, 2)
|
4
|
2d_turing_machine
|
states/00080.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move left, New State 1
State 0, Symbol 1 -> Write 2, Move left, New State 0
State 0, Symbol 2 -> Write 1, Move right, New State 1
State 1, Symbol 0 -> Write 2, Move left, New State 0
State 1, Symbol 1 -> Write 2, Move up, New State 0
State 1, Symbol 2 -> Write 0, Move up, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (4, 3) with State 0 on Symbol 2 that is (2).
Question: where will the head be after 7 steps?
Options:
1: (4, 0)
2: (2, 2)
3: (0, 0)
4: (1, 3)
5: (0, 2)
6: (3, 3)
7: (3, 2)
8: (4, 1)
|
2
|
2d_turing_machine
|
states/00081.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move down, New State 2
State 0, Symbol 1 -> Write 0, Move left, New State 2
State 0, Symbol 2 -> Write 1, Move left, New State 1
State 1, Symbol 0 -> Write 2, Move up, New State 2
State 1, Symbol 1 -> Write 1, Move up, New State 0
State 1, Symbol 2 -> Write 2, Move right, New State 3
State 2, Symbol 0 -> Write 0, Move right, New State 0
State 2, Symbol 1 -> Write 1, Move right, New State 3
State 2, Symbol 2 -> Write 2, Move down, New State 2
State 3, Symbol 0 -> Write 1, Move left, New State 2
State 3, Symbol 1 -> Write 1, Move right, New State 2
State 3, Symbol 2 -> Write 0, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 0) with State 2 on Symbol 0 that is {0}.
Question: where will the head be after 7 steps?
Options:
1: (1, 2)
2: (1, 1)
3: (3, 1)
4: (0, 2)
5: (4, 0)
6: (4, 1)
7: (0, 0)
8: (2, 1)
|
3
|
2d_turing_machine
|
states/00082.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move right, New State 2
State 0, Symbol 1 -> Write 1, Move down, New State 0
State 0, Symbol 2 -> Write 1, Move right, New State 1
State 1, Symbol 0 -> Write 0, Move up, New State 1
State 1, Symbol 1 -> Write 2, Move down, New State 1
State 1, Symbol 2 -> Write 1, Move down, New State 1
State 2, Symbol 0 -> Write 1, Move up, New State 0
State 2, Symbol 1 -> Write 2, Move left, New State 2
State 2, Symbol 2 -> Write 2, Move up, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (4, 1) with State 1 on Symbol 0 that is [0].
Question: where will the head be after 5 steps?
Options:
1: (1, 1)
2: (4, 0)
3: (4, 2)
4: (1, 0)
5: (2, 2)
6: (4, 4)
7: (3, 4)
8: (3, 1)
|
8
|
2d_turing_machine
|
states/00083.json
|
|
Rules:
State 0, Symbol 0 -> Write 3, Move up, New State 0
State 0, Symbol 1 -> Write 4, Move right, New State 1
State 0, Symbol 2 -> Write 1, Move down, New State 0
State 0, Symbol 3 -> Write 4, Move down, New State 1
State 0, Symbol 4 -> Write 4, Move left, New State 0
State 1, Symbol 0 -> Write 0, Move down, New State 1
State 1, Symbol 1 -> Write 4, Move left, New State 1
State 1, Symbol 2 -> Write 0, Move up, New State 2
State 1, Symbol 3 -> Write 4, Move up, New State 1
State 1, Symbol 4 -> Write 4, Move up, New State 0
State 2, Symbol 0 -> Write 1, Move right, New State 0
State 2, Symbol 1 -> Write 2, Move left, New State 0
State 2, Symbol 2 -> Write 4, Move right, New State 0
State 2, Symbol 3 -> Write 4, Move left, New State 2
State 2, Symbol 4 -> Write 0, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (2, 2) with State 0 on Symbol 4 that is (4).
Question: where will the head be after 4 steps?
Options:
1: (3, 2)
2: (1, 0)
3: (3, 0)
4: (1, 1)
5: (2, 2)
6: (1, 2)
7: (2, 0)
8: (0, 2)
|
5
|
2d_turing_machine
|
states/00084.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move left, New State 2
State 0, Symbol 1 -> Write 3, Move down, New State 0
State 0, Symbol 2 -> Write 1, Move left, New State 0
State 0, Symbol 3 -> Write 1, Move right, New State 0
State 1, Symbol 0 -> Write 3, Move right, New State 3
State 1, Symbol 1 -> Write 2, Move down, New State 2
State 1, Symbol 2 -> Write 3, Move up, New State 1
State 1, Symbol 3 -> Write 3, Move right, New State 0
State 2, Symbol 0 -> Write 0, Move right, New State 1
State 2, Symbol 1 -> Write 0, Move down, New State 1
State 2, Symbol 2 -> Write 1, Move left, New State 2
State 2, Symbol 3 -> Write 1, Move down, New State 3
State 3, Symbol 0 -> Write 2, Move right, New State 0
State 3, Symbol 1 -> Write 0, Move down, New State 0
State 3, Symbol 2 -> Write 3, Move left, New State 1
State 3, Symbol 3 -> Write 0, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (0, 1) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 7 steps?
Options:
1: (1, 0)
2: (4, 0)
3: (0, 1)
4: (3, 0)
5: (2, 1)
6: (2, 2)
7: (2, 0)
8: (3, 1)
|
7
|
2d_turing_machine
|
states/00085.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move up, New State 1
State 0, Symbol 1 -> Write 1, Move down, New State 2
State 0, Symbol 2 -> Write 2, Move down, New State 1
State 1, Symbol 0 -> Write 0, Move down, New State 0
State 1, Symbol 1 -> Write 2, Move down, New State 2
State 1, Symbol 2 -> Write 1, Move left, New State 0
State 2, Symbol 0 -> Write 1, Move down, New State 2
State 2, Symbol 1 -> Write 2, Move down, New State 2
State 2, Symbol 2 -> Write 1, Move right, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (0, 1) with State 1 on Symbol 0 that is [0].
Question: where will the head be after 4 steps?
Options:
1: (2, 0)
2: (4, 1)
3: (0, 1)
4: (2, 1)
5: (4, 0)
6: (3, 2)
7: (0, 2)
8: (3, 1)
|
3
|
2d_turing_machine
|
states/00086.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move down, New State 0
State 0, Symbol 1 -> Write 0, Move down, New State 1
State 0, Symbol 2 -> Write 1, Move up, New State 0
State 0, Symbol 3 -> Write 0, Move up, New State 1
State 0, Symbol 4 -> Write 4, Move up, New State 0
State 1, Symbol 0 -> Write 3, Move up, New State 0
State 1, Symbol 1 -> Write 1, Move up, New State 2
State 1, Symbol 2 -> Write 0, Move right, New State 2
State 1, Symbol 3 -> Write 3, Move down, New State 2
State 1, Symbol 4 -> Write 4, Move right, New State 1
State 2, Symbol 0 -> Write 2, Move down, New State 1
State 2, Symbol 1 -> Write 4, Move up, New State 2
State 2, Symbol 2 -> Write 4, Move up, New State 1
State 2, Symbol 3 -> Write 3, Move down, New State 1
State 2, Symbol 4 -> Write 1, Move right, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (2, 0) with State 0 on Symbol 3 that is (3).
Question: where will the head be after 6 steps?
Options:
1: (1, 1)
2: (0, 2)
3: (3, 2)
4: (3, 0)
5: (0, 1)
6: (0, 0)
7: (2, 1)
8: (1, 0)
|
6
|
2d_turing_machine
|
states/00087.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move right, New State 3
State 0, Symbol 1 -> Write 2, Move down, New State 2
State 0, Symbol 2 -> Write 2, Move up, New State 1
State 1, Symbol 0 -> Write 1, Move up, New State 0
State 1, Symbol 1 -> Write 1, Move down, New State 0
State 1, Symbol 2 -> Write 0, Move up, New State 2
State 2, Symbol 0 -> Write 0, Move right, New State 2
State 2, Symbol 1 -> Write 2, Move down, New State 3
State 2, Symbol 2 -> Write 0, Move right, New State 2
State 3, Symbol 0 -> Write 0, Move right, New State 2
State 3, Symbol 1 -> Write 2, Move right, New State 1
State 3, Symbol 2 -> Write 0, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (2, 1) with State 2 on Symbol 0 that is {0}.
Question: where will the head be after 8 steps?
Options:
1: (1, 1)
2: (3, 2)
3: (4, 0)
4: (3, 0)
5: (0, 1)
6: (4, 1)
7: (3, 1)
8: (2, 1)
|
6
|
2d_turing_machine
|
states/00088.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move up, New State 2
State 0, Symbol 1 -> Write 0, Move down, New State 0
State 0, Symbol 2 -> Write 1, Move up, New State 1
State 0, Symbol 3 -> Write 2, Move left, New State 1
State 0, Symbol 4 -> Write 1, Move right, New State 1
State 1, Symbol 0 -> Write 1, Move down, New State 1
State 1, Symbol 1 -> Write 0, Move down, New State 0
State 1, Symbol 2 -> Write 0, Move up, New State 1
State 1, Symbol 3 -> Write 0, Move left, New State 3
State 1, Symbol 4 -> Write 4, Move up, New State 1
State 2, Symbol 0 -> Write 2, Move up, New State 2
State 2, Symbol 1 -> Write 4, Move right, New State 1
State 2, Symbol 2 -> Write 4, Move left, New State 0
State 2, Symbol 3 -> Write 3, Move right, New State 3
State 2, Symbol 4 -> Write 2, Move left, New State 1
State 3, Symbol 0 -> Write 1, Move down, New State 0
State 3, Symbol 1 -> Write 0, Move down, New State 1
State 3, Symbol 2 -> Write 2, Move left, New State 0
State 3, Symbol 3 -> Write 1, Move up, New State 3
State 3, Symbol 4 -> Write 4, Move down, New State 3
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 2) with State 3 on Symbol 2 that is <2>.
Question: where will the head be after 7 steps?
Options:
1: (4, 0)
2: (1, 2)
3: (2, 1)
4: (1, 1)
5: (2, 0)
6: (2, 2)
7: (3, 0)
8: (0, 2)
|
5
|
2d_turing_machine
|
states/00089.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move right, New State 2
State 0, Symbol 1 -> Write 1, Move left, New State 3
State 0, Symbol 2 -> Write 0, Move right, New State 0
State 0, Symbol 3 -> Write 3, Move right, New State 0
State 1, Symbol 0 -> Write 1, Move down, New State 1
State 1, Symbol 1 -> Write 0, Move right, New State 1
State 1, Symbol 2 -> Write 3, Move up, New State 3
State 1, Symbol 3 -> Write 3, Move down, New State 1
State 2, Symbol 0 -> Write 0, Move left, New State 0
State 2, Symbol 1 -> Write 1, Move left, New State 0
State 2, Symbol 2 -> Write 3, Move right, New State 1
State 2, Symbol 3 -> Write 3, Move down, New State 1
State 3, Symbol 0 -> Write 3, Move right, New State 1
State 3, Symbol 1 -> Write 1, Move left, New State 0
State 3, Symbol 2 -> Write 3, Move down, New State 3
State 3, Symbol 3 -> Write 1, Move up, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 2) with State 2 on Symbol 1 that is {1}.
Question: where will the head be after 7 steps?
Options:
1: (1, 3)
2: (4, 2)
3: (4, 0)
4: (2, 1)
5: (1, 0)
6: (1, 2)
7: (3, 3)
8: (0, 3)
|
1
|
2d_turing_machine
|
states/00090.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move right, New State 1
State 0, Symbol 1 -> Write 2, Move left, New State 0
State 0, Symbol 2 -> Write 0, Move up, New State 0
State 0, Symbol 3 -> Write 0, Move down, New State 0
State 1, Symbol 0 -> Write 2, Move left, New State 1
State 1, Symbol 1 -> Write 0, Move left, New State 0
State 1, Symbol 2 -> Write 2, Move up, New State 1
State 1, Symbol 3 -> Write 1, Move left, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (3, 3) with State 0 on Symbol 1 that is (1).
Question: where will the head be after 8 steps?
Options:
1: (0, 1)
2: (3, 1)
3: (2, 2)
4: (2, 1)
5: (1, 2)
6: (3, 3)
7: (3, 2)
8: (2, 0)
|
8
|
2d_turing_machine
|
states/00091.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move right, New State 0
State 0, Symbol 1 -> Write 1, Move left, New State 1
State 0, Symbol 2 -> Write 1, Move left, New State 1
State 1, Symbol 0 -> Write 2, Move right, New State 1
State 1, Symbol 1 -> Write 2, Move right, New State 0
State 1, Symbol 2 -> Write 0, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (3, 2) with State 0 on Symbol 2 that is (2).
Question: where will the head be after 5 steps?
Options:
1: (4, 1)
2: (2, 1)
3: (3, 3)
4: (4, 3)
5: (0, 1)
6: (3, 1)
7: (2, 2)
8: (4, 0)
|
7
|
2d_turing_machine
|
states/00092.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move up, New State 0
State 0, Symbol 1 -> Write 1, Move down, New State 2
State 0, Symbol 2 -> Write 3, Move down, New State 1
State 0, Symbol 3 -> Write 3, Move up, New State 0
State 1, Symbol 0 -> Write 0, Move up, New State 0
State 1, Symbol 1 -> Write 3, Move up, New State 0
State 1, Symbol 2 -> Write 1, Move down, New State 0
State 1, Symbol 3 -> Write 0, Move right, New State 2
State 2, Symbol 0 -> Write 0, Move up, New State 0
State 2, Symbol 1 -> Write 1, Move up, New State 2
State 2, Symbol 2 -> Write 2, Move up, New State 0
State 2, Symbol 3 -> Write 2, Move up, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 3) with State 2 on Symbol 1 that is {1}.
Question: where will the head be after 6 steps?
Options:
1: (0, 0)
2: (2, 0)
3: (2, 1)
4: (3, 3)
5: (1, 1)
6: (2, 3)
7: (3, 1)
8: (4, 2)
|
4
|
2d_turing_machine
|
states/00093.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move up, New State 0
State 0, Symbol 1 -> Write 3, Move up, New State 1
State 0, Symbol 2 -> Write 0, Move down, New State 1
State 0, Symbol 3 -> Write 0, Move up, New State 0
State 1, Symbol 0 -> Write 1, Move left, New State 0
State 1, Symbol 1 -> Write 2, Move down, New State 0
State 1, Symbol 2 -> Write 0, Move down, New State 1
State 1, Symbol 3 -> Write 1, Move down, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (1, 1) with State 1 on Symbol 2 that is [2].
Question: where will the head be after 3 steps?
Options:
1: (0, 0)
2: (2, 1)
3: (2, 0)
4: (1, 1)
5: (0, 2)
6: (1, 0)
7: (0, 1)
8: (2, 2)
|
6
|
2d_turing_machine
|
states/00094.json
|
|
Rules:
State 0, Symbol 0 -> Write 1, Move down, New State 0
State 0, Symbol 1 -> Write 2, Move up, New State 1
State 0, Symbol 2 -> Write 4, Move up, New State 1
State 0, Symbol 3 -> Write 2, Move up, New State 1
State 0, Symbol 4 -> Write 3, Move up, New State 1
State 1, Symbol 0 -> Write 2, Move up, New State 0
State 1, Symbol 1 -> Write 3, Move up, New State 0
State 1, Symbol 2 -> Write 3, Move left, New State 1
State 1, Symbol 3 -> Write 4, Move down, New State 0
State 1, Symbol 4 -> Write 4, Move down, New State 0
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Symbol 4: Color = cyan
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
Current head position is (1, 0) with State 0 on Symbol 3 that is (3).
Question: where will the head be after 7 steps?
Options:
1: (1, 2)
2: (0, 0)
3: (2, 0)
4: (3, 0)
5: (3, 2)
6: (1, 0)
7: (3, 1)
8: (2, 1)
|
2
|
2d_turing_machine
|
states/00095.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move up, New State 2
State 0, Symbol 1 -> Write 0, Move right, New State 3
State 0, Symbol 2 -> Write 0, Move down, New State 0
State 1, Symbol 0 -> Write 1, Move right, New State 3
State 1, Symbol 1 -> Write 2, Move down, New State 2
State 1, Symbol 2 -> Write 1, Move up, New State 0
State 2, Symbol 0 -> Write 2, Move right, New State 3
State 2, Symbol 1 -> Write 0, Move down, New State 1
State 2, Symbol 2 -> Write 0, Move up, New State 0
State 3, Symbol 0 -> Write 2, Move up, New State 2
State 3, Symbol 1 -> Write 1, Move up, New State 1
State 3, Symbol 2 -> Write 1, Move left, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 0) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 7 steps?
Options:
1: (1, 3)
2: (2, 1)
3: (2, 3)
4: (3, 1)
5: (0, 4)
6: (3, 3)
7: (2, 4)
8: (1, 4)
|
4
|
2d_turing_machine
|
states/00096.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move up, New State 1
State 0, Symbol 1 -> Write 2, Move right, New State 0
State 0, Symbol 2 -> Write 0, Move left, New State 0
State 1, Symbol 0 -> Write 2, Move left, New State 2
State 1, Symbol 1 -> Write 0, Move right, New State 2
State 1, Symbol 2 -> Write 2, Move down, New State 2
State 2, Symbol 0 -> Write 0, Move right, New State 2
State 2, Symbol 1 -> Write 2, Move up, New State 1
State 2, Symbol 2 -> Write 1, Move up, New State 1
State 3, Symbol 0 -> Write 2, Move up, New State 0
State 3, Symbol 1 -> Write 0, Move up, New State 1
State 3, Symbol 2 -> Write 2, Move down, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (1, 0) with State 2 on Symbol 0 that is {0}.
Question: where will the head be after 7 steps?
Options:
1: (0, 1)
2: (0, 2)
3: (2, 1)
4: (1, 0)
5: (1, 1)
6: (1, 2)
7: (2, 0)
8: (2, 2)
|
2
|
2d_turing_machine
|
states/00097.json
|
|
Rules:
State 0, Symbol 0 -> Write 0, Move right, New State 1
State 0, Symbol 1 -> Write 1, Move left, New State 0
State 0, Symbol 2 -> Write 1, Move down, New State 3
State 1, Symbol 0 -> Write 2, Move up, New State 3
State 1, Symbol 1 -> Write 1, Move left, New State 2
State 1, Symbol 2 -> Write 1, Move up, New State 0
State 2, Symbol 0 -> Write 2, Move left, New State 3
State 2, Symbol 1 -> Write 1, Move up, New State 0
State 2, Symbol 2 -> Write 1, Move down, New State 1
State 3, Symbol 0 -> Write 0, Move right, New State 3
State 3, Symbol 1 -> Write 1, Move down, New State 0
State 3, Symbol 2 -> Write 2, Move up, New State 2
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 3) with State 3 on Symbol 2 that is <2>.
Question: where will the head be after 7 steps?
Options:
1: (1, 2)
2: (2, 2)
3: (3, 2)
4: (3, 3)
5: (2, 1)
6: (1, 3)
7: (0, 1)
8: (0, 0)
|
1
|
2d_turing_machine
|
states/00098.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move right, New State 2
State 0, Symbol 1 -> Write 1, Move up, New State 3
State 0, Symbol 2 -> Write 0, Move right, New State 2
State 1, Symbol 0 -> Write 0, Move down, New State 2
State 1, Symbol 1 -> Write 2, Move right, New State 0
State 1, Symbol 2 -> Write 1, Move up, New State 2
State 2, Symbol 0 -> Write 1, Move up, New State 3
State 2, Symbol 1 -> Write 2, Move left, New State 2
State 2, Symbol 2 -> Write 1, Move down, New State 0
State 3, Symbol 0 -> Write 2, Move down, New State 1
State 3, Symbol 1 -> Write 2, Move right, New State 2
State 3, Symbol 2 -> Write 2, Move up, New State 3
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (3, 1) with State 0 on Symbol 0 that is (0).
Question: where will the head be after 7 steps?
Options:
1: (1, 2)
2: (4, 1)
3: (2, 1)
4: (4, 2)
5: (1, 0)
6: (3, 2)
7: (2, 2)
8: (0, 2)
|
1
|
2d_turing_machine
|
states/00099.json
|
|
Rules:
State 0, Symbol 0 -> Write 2, Move down, New State 2
State 0, Symbol 1 -> Write 0, Move right, New State 0
State 0, Symbol 2 -> Write 3, Move up, New State 0
State 0, Symbol 3 -> Write 2, Move left, New State 0
State 1, Symbol 0 -> Write 1, Move left, New State 2
State 1, Symbol 1 -> Write 2, Move down, New State 0
State 1, Symbol 2 -> Write 1, Move left, New State 2
State 1, Symbol 3 -> Write 2, Move down, New State 2
State 2, Symbol 0 -> Write 3, Move up, New State 2
State 2, Symbol 1 -> Write 3, Move right, New State 1
State 2, Symbol 2 -> Write 0, Move right, New State 2
State 2, Symbol 3 -> Write 3, Move left, New State 1
Color Legend for Symbols:
Symbol 0: Color = red
Symbol 1: Color = green
Symbol 2: Color = blue
Symbol 3: Color = magenta
Bracket Legend for States:
State 0: Bracket = ( )
State 1: Bracket = [ ]
State 2: Bracket = { }
State 3: Bracket = < >
Current head position is (0, 0) with State 1 on Symbol 1 that is [1].
Question: where will the head be after 4 steps?
Options:
1: (1, 0)
2: (1, 1)
3: (0, 1)
4: (2, 2)
5: (0, 2)
6: (1, 2)
7: (2, 0)
8: (0, 0)
|
4
|
2d_turing_machine
|
states/00100.json
|
End of preview. Expand
in Data Studio
README.md exists but content is empty.
- Downloads last month
- 11