Home
Current Affairs January 2024

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

Correct Answer :

A. Probability


Fuzzy Logic is also somewhat similar to Probability theory. In fuzzy logic also, all the possible values between the range 0 to 1 are considered and the system produces a real number lying between this range which determines the possibility of the event.

Related Questions

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

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

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

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

The Certainty Factor (CF) is a numeric value which tells us about how likely an event or a statement is supposed to be true.What is the range of this numeric value, i.e. Certainty Factor?

A. Between 0 to 1 (Both inclusive)

B. Between 0 to 1 (Both exclusive)

C. Between -1 to +1

D. None of the above

What is the correct answer?

4

Which of the mentioned point correctly defines a quantifier in AI?

A. Quantifiers are numbers ranging from 0-9.

B. Quantifiers are the quantity defining terms which are used with the predicates.

C. Quantifiers quantize the term between 0 and 1.

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

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

How does the agent learn through its surroundings?

A. By perceiving the environment through sensors

B. By human's sensory organs

C. Both 1) and 2)

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

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

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

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

There are two types of quantifiers used to quantify the statement in the knowledge representation in AI. What are these two types of quantifiers?
a) Universal Quantifiers
b) Subjective Quantifiers
c) Existential Quantifiers
d) Selective Quantifiers
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

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

How many types of learning are there for an AI system?

A. 2 types

B. 3 types

C. 4 types

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

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

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

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 mentioned point are not valid with respect to a Cryptarithmetic problem?

A. Constraints should be taken care of while solving the problem

B. The text is converted from readable format to non-readable format

C. If numbers are not sufficient, we can use special symbols like $#@% to encrypt the text

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