1. What is the process of creating new data types in lisp? a) List b) Structures c) Procedures d) None of the mentioned AnswerAnswer: b [Reason:] Lisp has elaborate apparatus for automatically creating new data types and this is called as structure types. 2. Which is the primitive that creates new structure types? a) Defnum…