Computation

1 min read Last updated Tue Jun 09 2026 08:25:32 GMT+0000 (Coordinated Universal Time)

The execution of an algorithm.

  • Input is given
  • A step-by-step procedure is followed
  • An output is produced

Each step must be an operation that the computer model can perform.

For the precise reasoning purpose, computers are defined as abstract mathematics objects. They are simpler than real computers; but as powerful as real computers.

Models of Computation

Different machines recognize different classes of languages.

Was this helpful?