Contents

In LISP, the following function (minusp (-20 4 8 8 1)) returns?
a) T       
b) F                        
c) NIL   
d) -20

a

In LISP, which of the following function assigns the value 10 to the symbol a?
a) (setq a 10)
b) (a = b) where b = 10
c) (a = 10) (d) (setq 10 a)
d) All of these

a

In LISP, the atom that stands for “False” is........
a) t                         
b) nil     
c) y        
d) time

b

The expert system developed at MIT to solve mathematical problems is known as
a) RAND                              
b) ISIS
c) MACSYMA    
d) MOLGEN

c

Which approach to speech recognition avoids the problem caused by the differences in the way words are pronounced according to context?
a) continuous speech recognition
b) connected word recognition
c) isolated word recognition
d) speaker-dependent recognition

c

A KES knowledge base contains information in the form of………..
a) associations                    
b) actions
c) free text                            
d) all of these

d