KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

Assertion (A): Deterministic computing refers to as the computing model where the outcome of a computation is predictable and consistent for a given set of inputs.

Reason (R): In deterministic systems, the same input will always produce the different output, regardless of when or how many times the computation is performed.

Based on the above discussion, choose an appropriate statement from the options given below:

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true and R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.
  5. Both A and R are false.

Computing Evolution

3 Likes

Answer

A is true but R is false.

Reason — The assertion is true as deterministic computing refers to the computing model where the outcome is predictable and consistent for a given set of inputs. However, the reason is false because in deterministic systems, the same input will always produce the same output (not different output), regardless of when or how many times the computation is performed.

Answered By

1 Like


Related Questions