In this SO Question there is a comment by starblue that
A computer without loops is a calculator
Is this true?
Is that the only difference?
Is there a set of criteria to differentiate or has the line become very blurred?
|
In this SO Question there is a comment by
Is this true? |
|||||||||||||||||
|
So, the answers are: no; no(difference is in size mostly); yes, it is blurred. Of course, as far as you take wiki as widely accepted opinion |
|||||
|
|
It's not true if you're talking about a standard calculator. I would consider conditionals to be very important here as well. |
|||
|
|
|
a computer is generally turing complete whereas the calculator is either a Pushdown Automaton (when it has brackets and priority of operations) or a Finite State Automat when it doesn't (it excecutes the next operation on the last result) |
|||||||||
|