Use JFLAP to draw the required state diagram. Name the JFLAP project file as Q2.jff and upload it as your answer to this
Posted: Fri Apr 29, 2022 8:04 am
Use JFLAP to draw the required state diagram. Name the JFLAP project file as Q2.jff and upload it as your answer to this question. Submissions not following the above instructions will not be graded. Draw the state diagram of a Turing Machine that will compute f(x) as defined below, assuming that the tape contains a non-negative integer x in unary form. 2+2, if x mod 4 = 0; 1, if x mod 4 = 1; f(x) = x+1, if x mod 4 = 2; 3-2, if x mod 4 = 3. 1 =