Skip to main content

AI UNIT-3

UNIT-3

Objective Questions :


  
1.      Using logic to represent and reason we can represent knowledge about the world with facts and rules.          

a) True
b) False   
   
2. 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.

3. How is Fuzzy Logic different from conventional control methods?

a) IF and THEN Approach

b) FOR Approach

c) WHILE Approach

d) DO Approach.

4. If a hypothesis says it should be positive, but in fact it is negative, we call it

a) A consistent hypothesis

b) A false negative hypothesis

c) A false positive hypothesis

d) A specialized hypothesis

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

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

7. How many issues are available in describing degree of belief?

a) 1

b) 2

c) 3

d) 4

8. What is used for probability theory sentences?

a) Conditional logic

b) Logic

c) Extension of propositional logic

d) None of the mentioned

9.  Where does the dependence of experience is reflected in prior probability sentences?

a) Syntactic distinction

b) Semantic distinction

c) Both Syntactic & Semantic distinction

d) None of the mentioned

10.Where does the degree of belief are applied?

a) Propositions

b) Literals

c) Variables

d) Statements

11. Where does the bayes rule can be used?

a) Solving queries

b) Increasing complexity

c) Decreasing complexity

d) Answering probabilistic query

12. What does the bayesian network provides?

a) Complete description of the domain

b) Partial description of the domain

c) Complete description of the problem

d) None of the mentioned

13. How the entries in the full joint probability distribution can be calculated?
a) Using variables

b) Using information

c) Both Using variables & information

d) None of the mentioned

14.  How the compactness of the bayesian network can be described?

a) Locally structured

b) Fully structured

c) Partial structure

d) All of the mentioned

15.  Fuzzy logic is a form of

a) Two-valued logic

b) Crisp set logic

c) Many-valued logic

d) Binary set logic


16. Traditional set theory is also known as Crisp Set theory.

a) True

b) False

17. The truth values of traditional set theory is ____________ and that of fuzzy set is __________
a) Either 0 or 1, between 0 & 1

b) Between 0 & 1, either 0 or 1

c) Between 0 & 1, between 0 & 1

d) Either 0 or 1, either 0 or 1

18. The room temperature is hot. Here the hot (use of linguistic variable is used) can be represented by _______

a) Fuzzy Set

b) Crisp Set

        c) Fuzzy & Crisp Set

        d) None of the mentioned

19. Fuzzy Set theory defines fuzzy operators. Choose the fuzzy operators from the following.

a) AND

b) OR

c) NOT

d) All of the mentioned

20. Fuzzy logic is usually represented as

a) IF-THEN-ELSE rules

b) IF-THEN rules

c) Both IF-THEN-ELSE rules & IF-THEN rules

d) None of the mentioned






Comments

Popular posts from this blog

Advanced Structural Modeling

                                                                      Unit II                                                     Advanced Structural Modeling  A relationship is a connection among things. In object-oriented modeling, the four most important relationships are dependencies, generalizations, associations, and realizations.  Graphically, a relationship is rendered as a path, with different kinds of lines used to distinguish the different relationships. Dependency A dependency is a using relationship, specifying that a change in the specification of one thing may affect another thing that uses it, but not necessarily the reverse. Graphically, a dependency is rendered as a dashed line  A plain, unadorned dependency relationship is sufficient for most of the using relationships you'll encounter. However, if you want to specify a shade of meaning, the UML defines a number of stereotypes that may be applied to dependency relationships. There are 17 such stereo

Design Patterns UNIT-2

 A Case Study: Design a Document Editor ¾     This chapter presents a case study in the design of a "What-You-See-Is-What-You-Get" (or "WYSIWYG") document editor called Lexi. ¾     We'll see how design patterns capture solutions to design problems in Lexi. ¾     A WYSIWYG representation of the document occupies the large rectangular area in the center. ¾     The document can mix text and graphics freely in a variety of formatting styles. ¾     Surrounding the document are the usual pull-down menus and scroll bars, and a collection of page icons for jumping to a particular page in the document.    Design Problems: Seven problems in Lexis's design: Document Structure: The choice of internal representation for the document affects nearly every aspect of Lexis's design.    All editing, formatting, displaying, and textual analysis will require traversing the representation.   The way we organize those impacts design information.

Artificial Intelligence

  Chapter 1                                                                                                                                 ( Source: Google) Intelligence What is “Intelligence”? -- Everyone has his own definition but no one has a precise one at that -- Everyone agrees that humans and dogs are intelligent, trees are not What is AI? Two dimensions: 1.Thought processes and reasoning (internal) 2.Behavior (external) Two factors for measuring success along each dimension: 1.Success in terms of fidelity to human performance 2.Success in terms of an ideal performance measure, called rationality. Acting humanly: Turing Test •Turing Test -- Proposed by Alan Turing in 1950 -- Designed to provide a satisfactory operational definition of intelligence -- A computer passes the test if a human interrogator, after posing some written questions, cannot tell whether the written responses come from a person or from a computer -- No physical interaction between the interrogator and the c