Home
Current Affairs January 2024

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

Correct Answer :

A. Only valid data


Maintenance System keeps a record of the data which is valid till now. The data which becomes invalid is either moved to trash or is stored in some other file.

Related Questions

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

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

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

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

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 is considered as the most specific environment classifications in AI?

A. Discrete or Continuous

B. Observable and partially-observable

C. Static and dynamic

D. None of the above

What is the correct answer?

4

Which of the following mentioned statements are uncertain?
a) The number occurred on rolling a die.
b) What will the temperature tomorrow?
c) What card will be 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 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 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 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 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

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

Which of the mentioned point are not valid with respect to a Propositional Logic?

A. In propositional Logic, each sentence is a declarative sentence

B. In propositional logic, the sentence can have answers other than True or False

C. Propositional Logic is a type of knowledge representation in AI

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

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

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

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 if the following are valid inference rules that are used in Inference?
a) Addition
b) Subtraction
c) Multiplication
d) Division
Options:

A. Only i.

B. i. and iii.

C. ii. and iii.

D. iii. and iv.

What is the correct answer?

4

In AI, the Logic is classified into two types: deductive and inductive. Which of the following approaches is followed up by the Inductive logic?

A. Top-down approach

B. Bottom-up approach

C. No specific approach

D. According to precedence

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

Bayesian Theorem was named after its inventor. Who invented the Bayesian theorem?

A. Reverend Thomas Bayes

B. Stuart Bayes Hamilton

C. Bayes Canney

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

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