KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

Mention two advantages and two limitations of Deterministic Computing.

Computing Evolution

2 Likes

Answer

Advantages of Deterministic Computing:

  1. Simplicity — Deterministic systems are generally easier to understand and implement because their behaviour follows a clear set of rules.
  2. Predictability — The outcome is always consistent for a given input, making deterministic systems reliable for critical applications where accuracy is paramount.

Limitations of Deterministic Computing:

  1. Lack of Flexibility — Deterministic systems may not adapt well to dynamic or unpredictable environments, where non-deterministic approaches might be more appropriate.
  2. Inability to Handle Uncertainty — Deterministic problems do not account for randomness or uncertainty, making them unsuitable for tasks involving incomplete or noisy data.

Answered By

1 Like


Related Questions