Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
9answers
4k views

What's a Turing machine?

What is a Turing machine and why do people keep mentioning it? My IBM PC is all I need to do my computation! Why does anyone care about these machines?
3
votes
1answer
164 views

Would relational calculus be Turing-complete if it allowed unsafe queries?

My understanding about Codd's concept of "safe queries" was created to ensure that a query would always terminate. One key ability of a Turing machine is that it can work on infinite calculations ...
2
votes
3answers
501 views

Is turing machine is a real device or an imaginary concept?

When I am studying about turing-machine and PDA, I was thinking that , the first computing devices is turing-machine. Hence, I thought that, there exist a practical machine called turing-machine and ...
0
votes
2answers
387 views

Where can I find sample automata and turing machines?

I'm studying for an automata test on a course that's heavily based on jflap. Trouble is we don't have much documentation and the sample automata that I've found on jlap like this and this, are ...