A series of AI systems developed by Pat Langley to explore the role of heuristics in scientific discovery. DU MIT None of these BACON RAMD TRUE ANSWER : ? YOUR ANSWER : ?
Decision support programs are designed to help managers make: None of these budget projections business decisions visual presentations vacation schedules TRUE ANSWER : ? YOUR ANSWER : ?
In LISP, the function (copy-list ) returns t if is empty returns a new list that is equal to by copying the top-level element of None of these All of these returns the length of TRUE ANSWER : ? YOUR ANSWER : ?
The company that grew out of research at the MIT AI lab is: AI corp None of these Symbolics both (b) and (c) LMI TRUE ANSWER : ? YOUR ANSWER : ?
What of the following is considered to be a pivotal event in the history of AI. None of these 1956, Dartmouth University Conference Organized by John McCarthy 1949, Donald O, The organization of Behaviour, 1950, Computing Machinery and Intelligence. 1961, Computer and Computer Sense. TRUE ANSWER : ? YOUR ANSWER : ?
Which is used to improve the performance of heuristic search? Simple form of nodes Quality of heuristic function None of the mentioned Quality of nodes TRUE ANSWER : ? YOUR ANSWER : ?
An AI technique that allows computers to understand associations and relationships between objects and events is called: heuristic processing None of these pattern matching relative symbolism cognitive science TRUE ANSWER : ? YOUR ANSWER : ?
In LISP, which of the following function assigns the value 10 to the symbol a? (setq a 10) None of these (a = 10) (d) (setq 10 a) (a = b) where b = 10 None of these TRUE ANSWER : ? YOUR ANSWER : ?
A problem solving approach works well for ______________ Mars Hover (Robot Navigation) Finding a optimal path from a given source to a destination 8-Puzzle problem 8-queen problem TRUE ANSWER : ? YOUR ANSWER : ?
A search algorithm takes _________ as an input and returns ________ as an output. Solution, problem Problem, solution Input, output Parameters, sequence of actions TRUE ANSWER : ? YOUR ANSWER : ?