Turing machine instructions speci?ed as quintuples


What follows is a set of Turing machine instructions speci?ed as quintuples in the order (initial state, read symbol, new state, new
symbol, direction), with "1" being the designated start state, and with " " standing for a space. What does the machine do? 
 (1,H,5,G,>)
 (2,L,4,D,>)
 (3, ,8,Y,>)
 (4,O,6,-,>)
 (5,E,7,O,>)
 (6, ,3,B,>)
 (7,L,2,O,>)
 (8, ,9,E,>)
 (9, ,HALT, ,HALT)
What the turing quintuplets or doing, or even how the function. every explanation i have seen has done little to help explain how these instructions function 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Turing machine instructions speci?ed as quintuples
Reference No:- TGS085740

Expected delivery within 24 Hours