When I am studying about Turing machines and PDA, I was thinking that the first computing device is the Turing machine.
Hence, I thought that there exists a practical machine called the Turing machine and its states can be represented by some special devices (say like flip-flops) and it can accept inputs in magnetic tapes.
Hence I asked the doubt How input string is represented in magnetic tapes?. But by the answer and by the details given in my book, I came to know that Turing machine is some what hypothetical.
My question is, how would a Turing machine be implemented practically? For example, how it is used to check spelling errors in our current processors.
Are Turing machines outdated? Or are they still being used?