Home
Current Affairs January 2024

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

Correct Answer :

D. Is decided in prior to every problem


A minimum Certainty factor is decided for every case through which the agent decides whether the statement is true or false.

Related Questions

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

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

Consider the following statement,After all the gathering of knowledge and planning the strategies, the knowledge should be applied and the plans should be executed systematically to reach the goal state most efficiently and fruitfully.What does the above definition refer to?

A. Knowledge gathering strategy

B. Final step of solving the AI problem, which is applying the strategies

C. State space deciding

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

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

Which of the following statements correctly define knowledge representation in AI?

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

B. It is the way in which we feed the knowledge in machine understandable form

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

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

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 mentioned properties of the Utility-based AI agent differentiates it from the rest of the AI agents?

A. Responding and providing solution to the problem

B. Meeting the preference of the user

C. Meeting the goal

D. All of the above

What is the correct answer?

4

What does a first order predicate logic contain?

A. Predicate and a subject

B. Predicate and a Preposition

C. Subject and an object

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

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

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

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

An AI agent is defined though it's PEAS.What does the term PEAS stand for?

A. Personal Enhancement Area in Science

B. Performance, Environment, Actuators and Sensors

C. Performance, Entity, Area, State

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.

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 is not a goal of AI?

A. Thinking humanly

B. Adapting to the environment and situations

C. To rule over humans

D. Real Life Problem Solving

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

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

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