Home
Current Affairs January 2024

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

Correct Answer :

B. The Depth First Search (DFS)


In DFS, 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.

Related Questions

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

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

In which of the following mentioned statements, probabilistic reasoning is applicable?
a) The number occurred on rolling a die.
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?
Options:

A. Only iv.

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

C. ii. and iv.

D. Only ii.

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

What is the major problem for AI systems while solving the real world problems?

A. Uncertainty in Environment

B. Poor battery life of the system

C. Improper training time

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

Which of the following mentioned problems are CSP (Constraint Satisfactory Problems)?
a) N queens Problem
b) Crypt- arithmetic problem
c) Map coloring problem
d) Sudoku
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

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

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

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

Which of the following types does the Cryptarithmetic problem belong to?

A. Encryption Problem

B. Constraint Satisfactory Problem

C. Number 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

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

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

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

Which of the mentioned properties of Constraint Satisfactory Problems dare valid?

A. Constraints are a set of restrictions and regulations

B. While solving a CSP, the agent cannot violate any of the rules and regulations or disobey the restrictions mentioned as the constraints

C. It also focuses on reaching to the goal state

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

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

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

On which of the mentioned points is the Bayesian theorem 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

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

Among which of the following mentioned statements can the Bayesian probability be applied?
a) In the cases, where we have one event
b) In the cases, where we have two events
c) In the cases, where we have three events
d) In the cases, where we have more than three events
Options:

A. Only iv.

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

C. ii. and iv.

D. Only ii.

What is the correct answer?

4

Which of the following is not a goal of an AI agent?

A. Perceiving data from the environment

B. Adapting to the environment and situations

C. Acting upon the Environment

D. Reversing the previously performed actions

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

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