Home
Current Affairs January 2024

What is the correct answer?

4

Which if the following are valid methods used for decision making by an AI agent in situations of uncertainty? Choose from the following options?
a) Probabilistic theory
b) Fuzzy logic
c) Truth Maintenance

A. Only i.

B. i. and iii.

C. ii. and iii.

D. All i, ii. and iii.

Correct Answer :

D. All i, ii. and iii.


The following three are among the basic and widely used methods to perform decision making while handling the uncertainty:

Related Questions

What is the correct answer?

4

Which of the mentioned points are valid reasons for uncertainty in the nature?

A. Partially observable environment

B. Dynamic nature of the environment

C. Inaccessible area in the environment

D. All of the above

What is the correct answer?

4

Which of the mentioned parts of an agent would you consider to be the most valuable in terms of AI?

A. Sensors and Actuators

B. Wheels and steering

C. Arms and legs

D. All of the above

What is the correct answer?

4

Which of the following mentioned statements are the valid reasons for implementing the learning part in the systems in AI?

A. To implement humanly behavior.

B. To deal with unknown environment.

C. To improve the reasoning capability of the agent.

D. All of the above

What is the correct answer?

4

Consider the following statement:The search first begins from the root node and the first one of the child nodes sub-tree is completely traversed. That is, first all the one-sided nodes are checked, and then the other sided nodes are checked.Which search algorithm is described in the above definition?

A. The Breadth First Search (BFS)

B. The Depth First Search (DFS)

C. The A* search

D. None of the above

What is the correct answer?

4

Consider the following steps:
a) Gathering knowledge
b) Defining problem
c) Applying solution
d) Planning
e) Forming the state space
What is the correct order for solving an AI problem?

A. i. v. ii. iv. iii.

B. i. ii. iii. iv. v.

C. ii. i. v. iv. iii.

D. None of the above

What is the correct answer?

4

Which of the following correctly defines the use of probabilistic reasoning in AI systems?

A. In situations of uncertainty, probabilistic theory can help us give an estimate of how much an event is likely to occur or happen.

B. It helps to find the probability whether the agent should do the task or not.

C. It does not help at all.

D. None of the above.

What is the correct answer?

4

Which of the following statements correctly defines the deductive logic in AI?

A. In deductive logic, the complete evidence is provided about the truth of the conclusion made

B. A top-down approach is followed

C. The agent uses specific and accurate premises that lead to a specific conclusion

D. All of the above

What is the correct answer?

4

Which of the mentioned definitions correctly define 'move' for an AI agent?

A. When the agent moves from one place to another, then it is called the move of the agent

B. When the agent goes from one state to another, it is known as a move

C. Both (1) and (2)

D. None of the above

What is the correct answer?

4

There are various knowledge-based agent levels in AI. What are these levels?
a) Knowledge Level
b) Logical Level
c) Common Sense Level
d) Implementation Level
Options:

A. i. and ii.

B. i., ii. and iii.

C. ii. and iii.

D. iii. and iv.

What is the correct answer?

4

Which of the following mentioned searches are heuristic searches?
a) Random Search
b) Depth First Search
c) Breadth First Search
d) Best First Search
Options:

A. Only iv.

B. All i., ii., iii. and iv.

C. ii. and iv.

D. None of the above

What is the correct answer?

4

Which of the following are comprised within AI?

A. Machine Learning

B. Deep Learning

C. Both (1) and (2)

D. None of the above

What is the correct answer?

4

In AI, the Logic is classified into two types: deductive and inductive. Which of the following approaches is followed up by the Inductive logic?

A. Top-down approach

B. Bottom-up approach

C. No specific approach

D. According to precedence

What is the correct answer?

4

Bayesian Theorem was named after its inventor. Who invented the Bayesian theorem?

A. Reverend Thomas Bayes

B. Stuart Bayes Hamilton

C. Bayes Canney

D. None of the above.

What is the correct answer?

4

Using how many levels can a knowledge-based agent be defined?

A. 3 levels

B. 2 levels

C. 4 levels

D. None of the above

What is the correct answer?

4

How many types of quantifiers are there that are used to represent knowledge?

A. 3 types

B. 2 types

C. User can define as many quantifiers he wants

D. None of the above

What is the correct answer?

4

Which of the following definitions correctly defines the State-space in an AI system?

A. A state space can be defined as the collection of all the problem states

B. A state space is a state which exists in environment which is in outer space

C. A state space is the total space available for the agent in the state

D. All of the above

What is the correct answer?

4

On which of the mentioned points does the Probabilistic Reasoning depend?

A. Estimation

B. Likelihood

C. Observations

D. All of the above

What is the correct answer?

4

Which of the mentioned Environment Classifications determine whether the environment variables are constant or keep changing?

A. Deterministic and non- Deterministic

B. Observable and partially-observable

C. Static and dynamic

D. All of the above

What is the correct answer?

4

The results that we get after we apply Bayesian Theorem to a problem are,

A. 100% accurate

B. Estimated values

C. Wrong values

D. None of the above

What is the correct answer?

4

Among which of the following mentioned statements will the conditional probability be applied?
a) The number occurred on rolling a die one time.
b) What will the temperature tomorrow?
c) What card will get on picking a card from a fair deck of 52 cards?
d) What output will we get on tossing a coin once?
Options:

A. Only iv.

B. All i., ii., iii. and iv.

C. ii. and iv.

D. Only ii.

What is the correct answer?

4

Consider the following statement:When we talk about perceiving information from the environment, then the main problem that arises is that there is always some uncertainty is our observations. This is because the world is an enormous entity and the surroundings that we take under study are not always well defined. So, there is needs to be an estimation taken for getting to any conclusion.Which among the following takes the best decisions in a situation with uncertainty?

A. AI based agents

B. Humans

C. Animals

D. None of the above

What is the correct answer?

4

Which of the following mentioned properties are valid for a Cryptarithmetic problem?
a) A number 0-9 is assigned to a particular alphabet.
b) Each different alphabet has a unique number.
c) All the same alphabets have the same numbers.
d) The numbers should satisfy all the operations that any normal number does.
Options:

A. Only iv.

B. All i., ii., iii. and iv.

C. ii. and iv.

D. None of the above

What is the correct answer?

4

Which of the following does not represent a Goal based agent?

A. Reaching the goal in minimal amount of time

B. Reaching the goal in minimal cost

C. Reaching the initial state again after reaching the goal state

D. None of the above

What is the correct answer?

4

Which of the following statements correctly define the concept of Inference in AI?

A. It is the way in which facts and information are stored in the storage system of the agent

B. When we conclude the facts and figures to reach a particular decision, that is called inference

C. We modify the knowledge and convert it into the format which is acceptable by the machine

D. All of the above.

What is the correct answer?

4

Which of the mentioned rules are valid Inference rules?

A. Modus Ponens

B. Resolution

C. Backward Chaining

D. All of the above

What is the correct answer?

4

Which of the following agents is the best in terms of AI?

A. An agent which needs user inputs for solving any problem

B. An agent which can solve any problem on its own without any human intervention

C. An agent which needs an exemplary similar problem defined in its knowledge base prior to the actual problem

D. All of the above

What is the correct answer?

4

Which of the mentioned properties of heuristic search differentiates it from other searches?

A. It provides solution in a reasonable time frame

B. It provides the reasonably accurate direction to a goal

C. It considers both actual costs that it took to reach the current state and approximate cost it would take to reach the goal from the current state

D. All of the above

What is the correct answer?

4

Which of the following is considered as the most powerful AI agent?

A. Simple based reflex agent

B. Model based reflex agent

C. Goal based agent

D. Utility based agent

What is the correct answer?

4

Which of the mentioned statements are true with respect to Fuzzy logic in AI?

A. Fuzzy Logic (FL) is a method by which any expert system or any agent based on Artificial Intelligence performs reasoning under uncertain conditions.

B. In this method, the reasoning is done in almost the same way as it is done in humans.

C. In this method, all the possibilities between 0 and 1 are drawn.

D. All of the above

What is the correct answer?

4

Which of the following statements define the certainty factor accurately?

A. The certainty factor is same as the probability of any event

B. The Certainty Factor (CF) is a numeric value that tells us about how likely an event or a statement is supposed to be true

C. The Certainty Factor (CF) is a numeric value that tells us about how certain we are about performing a particular task

D. None of the above