answersLogoWhite

0


Best Answer

There are several uses. I will mention two.

One is to make calculations more efficient. For example, suppose you want to calculate x^2 + 2x + 4. Each operation is binary, that is, two inputs are converted to one output.

Option I

  1. calculate x*x
  2. calculate 2*x
  3. add them together = x*x + 2*x
  4. add 4 to the above.

or

Option II

  1. calculate x+2
  2. multiply by the above by x = x^2 + 2x
  3. add 4 to the above.

That saves 1 binary operation in the calculation. If such a calculation is carried out thousands - or millions - of times, this small difference can save a lot of time.

Second, it is important to understand the behaviour of computation errors. Most rational numbers and all irrationals have infinitely long decimal - or binary - representations. Computers cannot work with infinitely long strings of digits and so need to truncate the numbers. This leads to rounding errors and understanding these is crucial in understanding the accuracy and limitations of your calculations.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the use of studying theory of computation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the major use of theory of computation?

Its a theory specially addressed to computing students and programming developers.


Why do we study theory computation?

a computer is what?? it is simply a machine made of hardware??but why we need computer....the answer is we need computer to perform computation on a specific task....how this computation will occur in the computer is defined by a set of rules ...to understand these rules ,we need to study theory of computation.... theory drives practice and practice drives theory....to make efficient machines for computation tasks we need to study theory of computation.


How do you use cell theory in sentence?

We were studying cell theory and structure in Biology class.


Where is the solution of Elements of the Theory of Computation?

nowhere


What do you meant by periodicity properties in theory of computation?

buger


What are computation methods?

Use a caculator


What is the term for the study of music?

Music Theory. When you are studying music in musical aspects (vice historical or technological aspects), you are studying music theory.


Is studying political theory like studying mathematics?

Studying political theory is different from studying mathematics in that political theory deals with ideas, values, and beliefs about political systems and societies, while mathematics is a discipline focused on logical reasoning and quantitative analysis. Both fields require critical thinking and analysis, but they approach problem-solving in different ways.


What is the use of theory of computation?

In simple words to learn any natural language like ENGLISH, HINDI,FRENCH.... firstly we need to learn the vocabulary and grammar of that language. That means we have to learn how the language is actually specified. In the same way programming languages(formal languages) like C,C++, JAVA.... has their own vocabulary and grammar and such grammar is specified with the help of mathematical model that is called as Theory of Computation.


Do hackers need to learn the theory of computation?

No, theory of computation is purely in the realm of computer science theory. It deals with the fundamental computational ideas underpinning computer science. Some computer scientist never even fully learn the subject. As a hacker, unless a very good one, who wants to delve more into computer science, there is no requirement to learn it.


How can you use the word computation in a sentence?

The word computation is a noun for the act of calculating numbers, compiling numeric results. Example sentence: My computation shows that the cheaper material does not save money in the long run.


What has the author Harold Simmons written?

Harold Simmons has written: 'Derivation and computation' -- subject(s): Curry-Howard isomorphism, Lambda calculus, Proof theory, Type theory