Robotics & Artificial Intelligence

Assertion (A): Deterministic computing refers to a computing system where the output and behaviour are completely determined by the input and predefined rules.

Reason (R): In deterministic computing, randomness and flexibility are allowed to adapt to new or changing data.

  1. Both (A) and (R) are true and (R) is a correct explanation of (A).
  2. Both (A) and (R) are true and (R) is not a correct explanation of (A).
  3. (A) is true and (R) is false.
  4. (A) is false and (R) is true.

Computing Evolution

2 Likes

Answer

(A) is true and (R) is false.

Reason — Deterministic computing is defined as a computing paradigm in which the output and behaviour of a system are completely determined by the input and a set of predefined rules or algorithms. In such systems, the execution of computations does not allow randomness or flexibility. Therefore, the assertion is correct, but the reason is incorrect because deterministic computing does not adapt to new or changing data.

Answered By

2 Likes


Related Questions