CSC 123/252 Quiz Study Guide A quiz will be given either on March 9th or March 11th on the materials covered since the lambda calculus quiz. It will be designed to last approximately 30 minutes and will cover: The quiz will be given at the beginning of class. 1. Reading and understanding Scheme, C and Perl 2. Tail recursion 3. The concept of a "closure" and how it's supported or not supported in the three languages named above. 4. The relationship between closures and objects and how to simulate objects in Perl 5. Static versus dynamic scoping 6. (possible) What is dynamic dispatch, how to simulate without direct support The quiz may involving writing small pieces of code in C and Perl.