Robotics & Artificial Intelligence

Probabilistic computing is used to manage uncertainty in complex systems. In which scenario would probabilistic computing be more beneficial than deterministic computing?

  1. When precise and predictable results are required for simple tasks
  2. When the system needs to adapt to uncertain or changing conditions
  3. When the program requires the execution of a fixed set of instructions
  4. When the input data is always complete and accurate

Computing Evolution

3 Likes

Answer

When the system needs to adapt to uncertain or changing conditions

Reason — Probabilistic computing is designed to handle uncertainty and probabilistic reasoning. It is more suitable for real-world problems where data may be incomplete, uncertain, or continuously changing. Probabilistic computing allows systems to learn from data, adapt to new situations, and make flexible decisions, unlike deterministic computing which follows rigid predefined rules.

Answered By

1 Like


Related Questions