197 views
0 votes
0 votes

Give reductions from the hello-world problem to each of the problems below. Use the informal style of this section for describing plausible program transformations, and do not worry about the real limits such as maximum file size or memory size that real computers impose$.$

  1. Given a program and an input, does the program eventually halt; i.e., does the program not loop forever on the input$?$
  2. Given a program and an input, does the program ever produce any output$?$    
  3. Given two programs and an input, do the programs produce the same output for the given input$?$

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
3
admin asked Apr 13, 2019
509 views
Show the $ID's$ of the Turing machine of Fig.$8.9$ if the input tape contains$:$$00$$000111$$00111$