CSE 341: Quizzes and Exams, Spring 2003
-
Midterm Exam 1 is scheduled for Monday, April 21.
It will
cover Common Lisp, including list structure, writing recursive
procedures, scope and extent of bindings. Also, pure functions,
referential transparency and side effects. You will be expected
to understand how macros work and to be able to write a simple
macro.
In addition, the following topics may be covered:
closures,
APPLY, FUNCALL, MAPCAR, parse trees for expressions, and
box and pointer diagrams.
Bring a standard answer sheet ("Scantron form") and some sharpened,
number 2 pencils.
-
Midterm Exam 2
is scheduled for Wednesday, May 14.
Bring a "Scantron" form and some number 2 pencils.
For a list of topics, click
here, and also, there is an
expanded list
available.
-
The
Final exam will be inclusive of all
language and conceptual material covered during the course.
Many of the questions will be similar to questions on
the midterms.
Here are some
programs
to study for the final exam.