Contents

Which of the following contains output segments of AI programming?
a) Printed language and synthesized
b) Manipulation of physical object
c) Locomotion                    
d) All of these

d

In LISP, the square root of X is referenced as …………….
a) sqrt(x)                                               
b) (sqrt x)
c) x/2                                     
d) x/3

b

How can you evaluate 1.25 + sqrt (144) in LISP?
a) 1.25+sqrt (1.44)
b) (1.25+sqrt (1.44))
c) (+1.25 sqrt (1.44)
d) All of these

c

When a top-level function is entered, the LISP processor does?
a) It reads the function entered
b) It 
prints the result returned by the function
c) Large memory and 
high-speed processor
d) All of these

d

Which kind of planning consists of successive representations of different levels of a plan?
a) Hierarchical planning
b) Non-hierarchical planning
c) Project planning             
d) All of these

a

The component of an ICAI (Intelligent Computer Assisted Instruction) presenting information to the student is the?
a) Student model
b) Problem solving expertise
c) Tutoring module           
d) All of these

c