Preparation for CSCI 330 Quiz 1 (2024)
As per the exams page,
the quiz will be closed book, closed notes, no electronics, and held in the lab
during your scheduled lab section. You will have 50 minutes to complete the quiz.
A syntax sheet will be provided, with examples of core lisp
elements likely to come up in the quiz.
This first quiz is focused on the basic use of common lisp, with simple coding examples
dealing with
- simple lisp types and key operations on them
- definition and use of functions
- error checking and type checking in lisp
- basic recursive functions
- the list data type and key operations on them
It is assumed you have been working on lab 1,
which is probably the best form of practice for the quiz.