Question 1 Which of the regular expressions corresponds to this grammar ? S →AB/AS, A→a/aA, B→b A aa*b + B aa*b C (ab)* D a(ab)* Theory-of-ComputationRegular-Expression […]
Question 7 The decimal value 0.5 in IEEE single precision floating point representation has A fraction bits of 000…000 and exponent value of 0 B fraction […]
Question 44 In Artificial Intelligence (AI), an environment is uncertain if it is A Not fully observable and not deterministic B Not fully observable or not […]
Question 43 Consider following sentences regarding A*, an informed search strategy in Artificial Intelligence (AI). (a) A* expands all nodes with f(n)<C*. (b) A* expands no […]
Consider the results of a medical experiment that aims to predict whether someone is going to develop myopia based on some physical measurements and heredity. In […]
The STRIPS representation is Correct Answer: B Question 45 Explanation: The STRIPS representation for an action consists of →The precondition, which is a set of assignments […]
Question 7 Which of the following statements is/are True regarding some advantages that an object-oriented DBMS (OODBMS) offers over a relational database ? I. An OODBMS […]