Artificial Intelligence Questions and Answers Set 2

Artificial Intelligence

Questions 11 to 20

11.
What are you predicating by the logic: ۷x: €y: loyalto(x, y).
(a)  Everyone is loyal to some one           (b)  Everyone is loyal to all
(c)  Everyone is not loyal to someone       (d)  Everyone is loyal
(e)  Everyone is not loyal.
12.
Which is not Familiar Connectives in First Order Logic?
(a)  and                   (b)  iff                      (c)  or                      (d)  not                    (e)  either a or b.
13.
Which is not a type of First Order Logic (FOL) Sentence?
(a)  Atomic sentences                                                           (b)  Complex sentences
(c)  Quantified sentence                          (d)  Quality Sentence
(e)  Simple sentence.
14.
Which is not a Goal-based agent?
(a)  Inference                                          (b)  Search                                             (c)  Planning
(d)  Conclusion                                       (e)  Dynamic search.
15.
A plan that describe how to take actions in levels of increasing refinement and specificity is
(a)  Problem solving                                (b)  Planning
(c)  Non-hierarchical plan                         (d)  Hierarchical plan (e)  Inheritance.
16.
A constructive approach in which no commitment is made unless it is necessary to do so, is
(a)  Least commitment approach              (b)  Most commitment approach
(c)  Nonlinear planning                            (d)  Opportunistic planning
(e)  Problem based planning.
17.
Partial order planning involves
(a)   Searching over the space of possible plans
(b)   Searching over possible situations
(c)   Searching the whole problem at once
(d)   Searching the best
(e)   Searching the goal.
18.
Which is true for Decision theory?
(a)   Decision Theory = Probability theory + utility theory
(b)   Decision Theory = Inference theory + utility theory
(c)   Decision Theory = Uncertainty + utility theory
(d)   Decision Theory = Probability theory + preference
(e)   Decision Theory = Probability theory + inference.
19.
Uncertainty arises in the wumpus world because the agent’s sensors give only
(a)  Full & Global information                   (b)  Partial & Global Information
(c)  Partial & local Information                  (d)  Full & local information
(e)  Global information only.
20.
A Hybrid Bayesian network contains
(a)   Both discrete and continuous variables
(b)   Only Discrete variables
(c)   Only Discontinuous variable
(d)   Both Discrete and Discontinuous variable
(e)   Continous variable only.


Answers


11.
Answer : (a)
Reason : ۷x denotes Everyone or all, and €y someone and loyal to is the proposition logic making map x to y.
12.
Answer : (d)
Reason : “not” is coming under propositional logic and is therefore not a connective.
13.
Answer : (d)
Reason : Quantity structure is not a FOL structure while all other are.
14.
Answer : (d)
Reason : Conclusion is a statement to Goal-based agent, but is not considered as Goal-based agent.
15.
Answer : (d)
Reason : A plan that describes how to take actions in levels of increasing refinement and specificity is Hierarchical (e.g., "Do something" becomes the more specific "Go to work," "Do work," "Go home.") Most plans are hierarchical in nature.
16.
Answer : (a)
Reason : Because we are not sure about the outcome.
17.
Answer : (a)
Reason : Partial order planning involves searching over the space of possible plans, rather than searching over possible situations. The idea is to construct a plan piece-by-piece. There are two kinds of steps we can take in constructing a plan: add an operator (action), or add an ordering constraint between operators. The name "partial order planning" comes from the fact that until we add the ordering constraints, we don't specify the order in which actions are taken. This (sometimes) allows a partial order planning to avoid lots of backtracking that would slow down a state-space planner.
18.
Answer : (a)
Reason : Utility theory to represent and reason with preference. Preference is expressed by utilities. Utilities are combined with probabilities in the general theory of rational decisions called decision theory. Decision theory, which combines probability theory with utility theory, provides a formal and complete frame work for decisions (economic or otherwise) made under uncertainty-that is, in case where probabilistic descriptions appropriately capture the decision-maker’s environment.
19.
Answer : (c)
Reason : The Wumpus world is a grid of squares surrounded by walls, where each square can contain agents and objects. The agent (you) always starts in the lower left corner, a square that will be labeled [1, 1]. The agent's task is to find the gold, return to [1, 1] and climb out of the cave. So uncertainty is there as the agent gives partial and local information only. Global variable are not goal specific problem solving.
20.
Answer : (a)
Reason : To specify a Hybrid network, we have to specify two new kinds of distributions: the conditional distribution for continuous variables given discrete or continuous parents, and the conditional distribution for a discrete variable given continuous parents.


<< Prev  1 ...  2 ...  3 ...  4 ...  5 ...  6 ...  Next  >>


20 comments :

  1. Anthony, Bob, Christina, and Diane sit around a table that has four seats: North,
    East, South and West. We have the following information:
    1. Anthony is seated south.
    2. Diane sits opposite to Bob.
    3. Exactly one of Bob’s neighbors has a glass.
    4. A glass stands on the table positioned north.
    5. If Diane has a glass then her two neighbors have a glass as well.
    6. The neighbor to Anthony’s right (from his point of view) has a glass.
    You have the task to model the given situation with the help of formulas of
    propositional logic. Use the following variables:
    {xy|x 2 {A,B,C,D}, y 2 {N,O, S,W}} = {AN,AO,AS,AW,BN, ...,DS,DW}
    For example, the variable AN is true, if and only if Anthony is seated North
    of the table. Furthermore, the variables {A,B,C,D,N,O, S,W} can be used to
    describe the position of the glasses: The variables A ... D are true, if and only if
    there is a glass in front of person A ... D, respectively. The variables N ... W are
    true, if and only if there is a glass at the respective position on the table.
    Write formulas of propositional logic to model the information (1) to (6) given
    above. (Remember that you can use implications!)
    Task 7
    Resolution
    Knowledge: W = (X _ F _ ¬M _ R) ^ (¬F _ X _ B) ^ (¬R _ ¬F _ X _ ¬B) ^
    (X _ F _M) ^ (X _ ¬M _ ¬R _ F) ^ (¬F _ X _ R _ ¬A _ ¬B) ^ ¬X
    Hypothesis: H = ¬(¬F _ X _ ¬B _ R _ A)
    Question: Does W |= H hold?
    Apply the resolution method! (Note that the hypothesis is already nearly in
    CNF; just remove the first negation and start the resolution.)

    ReplyDelete
  2. plz solve me these two questions iam confuse plz help me post the solution of these two tasks in artificial intelligence

    Anthony, Bob, Christina, and Diane sit around a table that has four seats: North,
    East, South and West. We have the following information:
    1. Anthony is seated south.
    2. Diane sits opposite to Bob.
    3. Exactly one of Bob’s neighbors has a glass.
    4. A glass stands on the table positioned north.
    5. If Diane has a glass then her two neighbors have a glass as well.
    6. The neighbor to Anthony’s right (from his point of view) has a glass.
    You have the task to model the given situation with the help of formulas of
    propositional logic. Use the following variables:
    {xy|x 2 {A,B,C,D}, y 2 {N,O, S,W}} = {AN,AO,AS,AW,BN, ...,DS,DW}
    For example, the variable AN is true, if and only if Anthony is seated North
    of the table. Furthermore, the variables {A,B,C,D,N,O, S,W} can be used to
    describe the position of the glasses: The variables A ... D are true, if and only if
    there is a glass in front of person A ... D, respectively. The variables N ... W are
    true, if and only if there is a glass at the respective position on the table.
    Write formulas of propositional logic to model the information (1) to (6) given
    above. (Remember that you can use implications!)
    Task 7
    Resolution
    Knowledge: W = (X _ F _ ¬M _ R) ^ (¬F _ X _ B) ^ (¬R _ ¬F _ X _ ¬B) ^
    (X _ F _M) ^ (X _ ¬M _ ¬R _ F) ^ (¬F _ X _ R _ ¬A _ ¬B) ^ ¬X
    Hypothesis: H = ¬(¬F _ X _ ¬B _ R _ A)
    Question: Does W |= H hold?
    Apply the resolution method! (Note that the hypothesis is already nearly in
    CNF; just remove the first negation and start the resolution.)

    ReplyDelete
  3. can someone help me
    QUESTION FOUR (20 MARKS)
    4.1 Translate the following sentences into a Prolog program (10)
    Everyone who teaches programming module is smart.
    Craig teaches the programming module.
    Craig’s brother teaches the mathematics module.
    The programing module is interesting.
    Craig’s sister teaches all modules.

    ReplyDelete
  4. i need help gys
    QUESTION FIVE (20 MARKS)
    5.1 Read the article “Artificial Intelligence and its Role in Near Future” by Shabbir, J and Anwer, T
    (2015) and based on the article:
    5.1.1 Write in your own words about the role of Artificial Intelligence in shaping the future. (10)
    5.1.2 Give your perspective on the destructive effects of Artificial Intelligence. (10)

    ReplyDelete
  5. hie can u help me with answers of question four 4.1

    ReplyDelete
  6. hie csn u help me with answers of question five 5.1.1 and 5.1.2

    ReplyDelete
  7. Significance Of Ai Datasets. How Gts Can Provide Good Quality Of Ai Datasets For Ml Models? “Artificial Intelligence”: The Maximum Mentioned Topic Of The 12 Months With Globalization And Industrialization We Want To Automate The Strategies So That Performance Can Be Increased Inside The Average Perspective For Which We're Using The New Concept Which Has Emerged Called Artificial Intelligence

    ReplyDelete
  8. Innomatics Research Labs is collaborated with JAIN (Deemed-to-be University) and offering the Online MBA in Artificial Intelligence & Business Intelligence Program. It is a sublime program of getting an MBA degree from one of the best renowned university – JAIN University and an IBM certification program in Data Science, Artificial Intelligence, and Business Intelligence from Innomatics Research Labs in collaboration with Royal Society London.

    Online MBA in Artificial intelligence from Jain University

    ReplyDelete
  9. Are you looking for machine learning development services in the USA then you can connect with Sara technologies—no matter what kind of your business, we provide services for all types of companies. You can contact us anytime. Our team is always available 24/7 for your help.

    ReplyDelete
  10. We are trusted and certified cybersecurity service provider in the USA if you are looking for cyber security services then you can connect with Sara technologies any time. we protect your computers from cyber attacks.

    ReplyDelete
  11. For achieving goals smartly, companies use the latest technologies and AI also, that technology that helps companies to achieve their goals smartly and quickly. If you seek AI development services, then you can contact Sara technologies. We are a trusted and certified company.

    ReplyDelete
  12. We have a team of experts who will provide you blockchian development services for your business. no matter what kind of business sara technologies provide blockchain services.

    ReplyDelete
  13. AI & ML in Dubai
    https://www.nsreem.com/ourservices/ai-ml/
    Artificial intelligence is very widespread today. In at least certainly considered one among its various forms has had an impact on all major industries in the world today, NSREEM is #1 AI & ML Service Provider in Dubai
    1633002942015-9

    ReplyDelete