Mathematics I / Programming for Mathematics
Practice question · True or false

Because a computer performs arithmetic faster and more reliably than a human, a numerical result it prints can be taken as an exact mathematical fact.

Hints
  1. Speed and reliability of arithmetic are not the same as exactness of representation.
  2. Recall what happens to 0.1 + 0.2.
Show the answer

False

Why

False. Floating-point values are approximate and rounding accumulates, so a printed number carries error even when every step ran correctly. Computation supports mathematical work but its output must be verified with the same scepticism as any argument.

Read the lesson: Programming for Mathematics →

Practise Programming for Mathematics

The app has 6 more questions on this lesson, and keeps your place in the course. Mathematics I is free to start.

More questions on Programming for Mathematics