ARTIFICIAL INTELLIGENCE QUESTIONS AND ANSWERS SET 4
Artificial Intelligence
Questions 31 To 40
31. | What is a Cybernetics?
| ||||||||||
What is the goal of artificial intelligence?
| |||||||||||
An algorithm is complete if
| |||||||||||
Which is true regarding BFS?
| |||||||||||
What is a heuristic function?
| |||||||||||
The traveling salesman problem involves n cities with paths connecting the cities. The time taken for traversing through all the cities, without knowing in advance the length of a minimum tour, is
| |||||||||||
The problem space of means-end analysis has
| |||||||||||
An algorithm A is admissible if
| |||||||||||
Knowledge may be I. Declarative. II. Procedural. III. Non-procedural.
| |||||||||||
Idempotency law is I. P Ú P = P. II. P Ù P = P. III. P + P = P.
|
Answers
31. | Answer : (b) Reason : Cybernetics is Study of communication between human and machine |
Answer : (c) Reason : The scientific goal of artificial intelligence is to explain various sorts of intelligence | |
Answer : (a) Reason : An Algorithm is complete if It terminates with a solution when one exists. | |
Answer : (b) Reason : Regarding BFS-The entire tree so far been generated must be stored in BFS. | |
Answer : (e) Reason : Heuristic function is a function that maps from problem state descriptions to measures of desirability | |
Answer : (c) Reason : The traveling salesman problem involves n cities with paths connecting the cities. The time taken for traversing through all the cities, without knowing in advance the length of a minimum tour, is O(n!) | |
Answer : (a) Reason : The problem space of means-end analysis has an initial state and one or more goal states | |
Answer : (b) Reason : An algorithm A is admissible if It is guaranteed to return an optimal solution when one exists. | |
Answer : (d) Reason : Knowledge may be declarative and procedural | |
Answer : (a) Reason : Idempotency Law is P V P = P |
No comments:
Post a Comment