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.
- Both (A) and (R) are true and (R) is a correct explanation of (A).
- Both (A) and (R) are true and (R) is not a correct explanation of (A).
- (A) is true and (R) is false.
- (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
Assertion (A): Data refers to raw facts that are generated by almost all daily activities, including reading, writing, speaking, and seeing.
Reason (R): The raw data is transformed into meaningful information after processing, which helps in decision making.
- Both (A) and (R) are true and (R) is a correct explanation of (A).
- Both (A) and (R) are true and (R) is not a correct explanation of (A).
- (A) is true and (R) is false.
- (A) is false and (R) is true.
Assertion (A): Data plays a crucial role in the development and operation of AI as it allows AI algorithms to learn and make predictions.
Reason (R): The performance and accuracy of AI models are not affected by the quantity, quality, or relevance of the data used.
- Both (A) and (R) are true and (R) is a correct explanation of (A).
- Both (A) and (R) are true and (R) is not a correct explanation of (A).
- (A) is true and (R) is false.
- (A) is false and (R) is true.
Assertion (A): AI algorithms are necessary in all situations to solve problems involving uncertainty and complexity.
Reason (R): While AI is useful for complex problems, classical algorithms or deterministic techniques may still be more efficient for many other problems.
- Both (A) and (R) are true and (R) is a correct explanation of (A).
- Both (A) and (R) are true and (R) is not a correct explanation of (A).
- (A) is true and (R) is false.
- (A) is false and (R) is true.
Assertion (A): A Python dictionary is a collection of unordered data that stores values as key-value pairs.
Reason (R): In a dictionary, the keys are unique and serve as an index for accessing associated values.
- Both (A) and (R) are true and (R) is a correct explanation of (A).
- Both (A) and (R) are true and (R) is not a correct explanation of (A).
- (A) is true and (R) is false.
- (A) is false and (R) is true.