why is automaton with a queue is more powerful than an automaton with a stack?

1k Views Asked by At

what is the logic behind this statement that with the use of queue the automaton becomes more powerful , is it that in a queue , we may do operations from both the ends as compared to a stack so it is equivalent to a turing machine ,therefore ,it is more powerful .