1. Which makes it possible to define generic functions? a) Lisp b) CLOS c) Class d) Object-Oriented programming AnswerAnswer: b [Reason:] Common Lisp Object System makes it possible to define generic functions. 2. What is meant by collection of methods the same name? a) Lisp class b) Class c) Generic function d) None of the…