1. What is the name of the Artificial Intelligence system developed by Daniel Bobrow? A. program known as BACON B. system known as STUDENT C. program known as SHRDLU D. system known as SIMD

program known as BACON
system known as STUDENT
program known as SHRDLU
system known as SIMD

Detailed SolutionWhat is the name of the Artificial Intelligence system developed by Daniel Bobrow? A. program known as BACON B. system known as STUDENT C. program known as SHRDLU D. system known as SIMD

4. Which algorithm are in more similar to backward chaining algorithm? A. Depth-first search algorithm B. Breadth-first search algorithm C. Hill-climbing search algorithm D. All of the mentioned

Depth-first search algorithm
Breadth-first search algorithm
Hill-climbing search algorithm
All of the mentioned

Detailed SolutionWhich algorithm are in more similar to backward chaining algorithm? A. Depth-first search algorithm B. Breadth-first search algorithm C. Hill-climbing search algorithm D. All of the mentioned

6. Solving a constraint satisfaction problem on a finite domain is an/a ___________ problem with respect to the domain size. A. P complete B. NP complete C. NP hard D. Domain dependent

P complete
NP complete
NP hard
Domain dependent

Detailed SolutionSolving a constraint satisfaction problem on a finite domain is an/a ___________ problem with respect to the domain size. A. P complete B. NP complete C. NP hard D. Domain dependent

7. Which of the following contains the output segments of Artificial Intelligence programming? A. Printed language and synthesized speech B. Manipulation of physical object C. Locomotion D. All of the mentioned

Printed language and synthesized speech
Manipulation of physical object
Locomotion
All of the mentioned

Detailed SolutionWhich of the following contains the output segments of Artificial Intelligence programming? A. Printed language and synthesized speech B. Manipulation of physical object C. Locomotion D. All of the mentioned

8. A 4-input neuron has weights 1, 2, 3 and 4. The transfer function is linear with the constant of proportionality being equal to 2. The inputs are 4, 10, 5 and 20 respectively. What will be the output? A. 238 B. 76 C. 119 D. 123

238
76
119
123

Detailed SolutionA 4-input neuron has weights 1, 2, 3 and 4. The transfer function is linear with the constant of proportionality being equal to 2. The inputs are 4, 10, 5 and 20 respectively. What will be the output? A. 238 B. 76 C. 119 D. 123

10. In LISP, the function (copy-list ) A. returns a new list that is equal to by copying the top-level element of B. returns the length of C. returns t if is empty D. all of the mentioned

returns a new list that is equal to <list> by copying the top-level element of </list><list>
returns the length of </list><list>
returns t if </list><list> is empty
all of the mentioned

Detailed SolutionIn LISP, the function (copy-list ) A. returns a new list that is equal to by copying the top-level element of B. returns the length of C. returns t if is empty D. all of the mentioned