Home
Current Affairs January 2024

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

Correct Answer :

D. All of the above


All the mentioned reasons are valid as the Probabilistic reasoning depends upon all of them.

Related Questions

What is the correct answer?

4

Which among the following does fuzzy logic refer to the most?

A. Probability

B. Inference

C. Heuristic Search

D. All of the above

What is the correct answer?

4

Which of the levels in a knowledge-based agent is the most abstract level?

A. Knowledge Level

B. Logical Level

C. Implementation Level

D. Can't be determined

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.

What is the correct answer?

4

Which of the following are a deductive type of Inference rule?

A. Forward Chaining

B. Backward Chaining

C. Both a. and b.

D. None of the above

What is the correct answer?

4

Consider the following statement:The universal quantifier is used to define the whole subject population under the predicate.By reading the above statement, what are the phrases for which the universal quantifier can be applied?

A. For all

B. For each

C. For every

D. All of the above

What is the correct answer?

4

Consider the following statement:While taking any decision, the agent must provide specific reasons based on which the decision was taken. And this reasoning can be done by the agent only if the agent has the capability of understanding the logic.Among which of the following situations will the agent use and apply logic for solving the problem?

A. To solve real life problems

B. To play a game against a human in the same way as a human would do

C. To understand the environment variables

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

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

In AI, we study the whole universe by dividing it into two components.What are these two components?

A. Sky and Land

B. Agent and environment

C. Yes or No

D. None 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

The Maintenance system in the Truth maintenance method stores what?

A. Only valid data

B. Only invalid data

C. Both valid and invalid data

D. None of the above

What is the correct answer?

4

Why do we want to implement the concept of Logic in an AI system?

A. So that the agent can have decision making capability

B. So that the agent can think and act humanly

C. So that the agent can apply the logic for finding the solution to any particular problem

D. All of the above

What is the correct answer?

4

Which of the mentioned options are a part of 'planning' while solving a problem by an AI agent?

A. Deciding which data Structure to choose

B. Forming the control strategy

C. Inferring for similar problems in the knowledge base

D. All of the above

What is the correct answer?

4

On which of the mentioned points does the Conditional Probability reasonable to apply?

A. Dependent Events

B. Independent Events

C. Neither a. nor b.

D. Both a. and b.

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

Which of the following is true with respect to uncertainty in AI systems?

A. Uncertainty arises when we are not 100 percent confident in our decisions

B. Whenever uncertainty arises, there is needs to be an estimation taken for getting to any conclusion

C. The AI agent should take certain decisions even in the situations of uncertainty

D. All of the above

What is the correct answer?

4

Which of the following are the main tasks of an AI agent?

A. Movement and Humanly Actions

B. Perceiving and acting on the environment

C. Input and Output

D. None 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 following points are valid with respect to conditional probability?

A. Conditional Probability gives 100% accurate results.

B. Conditional Probability can be applied to a single event.

C. Conditional Probability has no effect or relevance or independent events.

D. None of the above.

What is the correct answer?

4

Which of the mentioned human behavior does the AI aim to mimic?

A. Thinking

B. Eating

C. Sleeping

D. None of the above

What is the correct answer?

4

Provide the answer for the following Cryptarithmetic problem:SEND MORE MONEY

A. S=12; E=5; N=6; D=8; M=1; O=0; R=8; Y=2

B. S=9; E=5; N=6; D=7; M=1; O=0; R=8; Y=2

C. S=5; E=5; N=6; D=7; M=1; O=0; R=8; Y=2

D. S=9; E=5; N=9; D=7; M=1; O=0; R=8; Y=2

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

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 are a part of Fuzzy Logic System? Choose from the following options?
a) Knowledge base
b) Fuzzification Module
c) Inference Engine
d) Defuzzification Module

A. Only i.

B. i. and iii.

C. ii. and iii.

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

What is the correct answer?

4

The results that we get after we apply probabilistic reasoning to a problem are,

A. 100% accurate

B. Estimated values

C. Wrong values

D. None of the above

What is the correct answer?

4

What do the Constraints refer to in a CSP (Constraint Satisfactory problem)?

A. Restrictions

B. Rules

C. Regulations

D. All of the above

What is the correct answer?

4

What is the minimum Certainty factor which decided whether the value is true or false?

A. 0

B. -1

C. +1

D. Is decided in prior to every problem

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

Consider the following statement:The knowledge-based agent can be described using three levels. These are: Knowledge level, Logical level, and Implementation levelWhich of the following layers deals with the physical representation of the sentences?

A. Knowledge Level

B. Logical Level

C. Implementation Level

D. Can't be determined

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