Question: (10 point Bonus) Use the Turing Machine simulator to compare two binary inte gers, returning the larger. That is, given input: 0000110#01010 the simulator should

(10 point Bonus) Use the Turing Machine simulator to compare two binary inte gers, returning the larger. That is, given input: "0000110#01010 the simulator should accept when the input tape has become "1010". Note, this is simply 10 > 6. You should permit leading zeroes in the input but return no leading zeroes. This has a lovely implementation with a 3-tape Turing Machine, especially if you can think backwards.... (10 point Bonus) Use the Turing Machine simulator to compare two binary inte gers, returning the larger. That is, given input: "0000110#01010 the simulator should accept when the input tape has become "1010". Note, this is simply 10 > 6. You should permit leading zeroes in the input but return no leading zeroes. This has a lovely implementation with a 3-tape Turing Machine, especially if you can think backwards
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
