Home
Current Affairs January 2024

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

Correct Answer :

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


The move of an agent is defined with respect to the state it changes and not with respect to its actual position.

Related Questions

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

The main Aim of the AI system is to provide a solution for real-life problems by acting and thinking humanly. Whenever an agent is confronted by a problem, what is the first step that it follows towards searching a solution to the problem?

A. Searching for relevant data in the surroundings

B. Searching into its own knowledge base for solutions

C. Seeking for human inputs for approaching towards the solution

D. None of the above

What is the correct answer?

4

Which of the following classifications of the environment are valid?

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

Consider the following statement:While solving a CSP (Constraint Satisfactory Problem), the agent cannot violate any of the rules and regulations or disobey the restrictions mentioned as the constraints.Which of the following problems do not fall under the category of CSP?

A. N- Queens Problem

B. Chess

C. Sudoku

D. None of the above

What is the correct answer?

4

The results that we get after we apply conditional probability 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 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 hold in the Fuzzy Logic System? Choose from the following options?
a) Well defined inference making model
b) Complex Decision making can be easily performed
c) It is easily understandable

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 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 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 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

In AI systems, Knowledge can be represented in two ways. What are these two ways?
a) Machine Logic
b) Predicate Logic
c) Propositional Logic
d) Compound Logic
Options:

A. i. and ii.

B. i. and iii.

C. ii. and iii.

D. iii. and iv.

What is the correct answer?

4

Consider the following statement:The Existential Quantifier is used at the places where only some part of the subject's population is to be defined under the predicate.By reading the above statement, what are the phrases for which the existential quantifier can be applied?

A. For all

B. For some

C. For every

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 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 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 following is a valid AI agent type?

A. Simple based Reflex agent

B. Model Based Reflex Agent

C. Goal Based Agent

D. All of the above

What is the correct answer?

4

The complete set of rules for defining the valid movements of an AI agent for changing the statesWhat does the above definition refer to?

A. Documentation for an AI agent

B. Production rules for an AI agent

C. Pseudo Code for an AI agent

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

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

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

Consider the following statement:The knowledge-based agent can be described using three levels. These are: Knowledge level, Logical level, and Implementation levelIn which of these levels, is the raw and discrete information encoded into 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 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

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

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

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 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

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: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

Fuzzy Logic is a convenient way of representing which of the following situations?

A. Partially True and Partially False

B. Completely True and Completely False

C. Both 1) and 2)

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