1 / 8

Final Exam “Philosophy”

Final Exam “Philosophy”. Dennis Shasha. What have we done?. A lot about Ada, C++, and Scheme. A little about Java, Python, ML, and K. Goal: understand the principles of programming language design through discussion and practice. What to Expect 1?.

libby-ramos
Download Presentation

Final Exam “Philosophy”

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Final Exam “Philosophy” Dennis Shasha

  2. What have we done? • A lot about Ada, C++, and Scheme. • A little about Java, Python, ML, and K. • Goal: understand the principles of programming language design through discussion and practice.

  3. What to Expect 1? • You will remember how you did your assignments, so I might specify variants of parts of the assignments and expect you to know how to construct them. • Ex: a different grammar and how you’d program in scheme. • Ex: how to construct and traverse a list in Ada, C++ or Scheme.

  4. What to Expect 2? • A sophisticated understanding of C++, Ada, and Scheme. • Ex: example like the one presented about inheritance and visibility in C++ • Ex: how to achieve polymorphism in Ada or C++ • Ex: use of recursion in scheme. • Ex: functionals and closures in scheme.

  5. What to Expect 3? • An understanding of general principles as discussed in lectures and expanded on in reading: • Ex: parameter passing semantics. • Ex: generics vs. inheritance • Ex: threads and tasks

  6. What to Expect 4? • A reading understanding of Java, ML, and Python. • Ex: what does the following program do?

  7. Recommended Strategy • Review lecture notes. • Review assignments (make sure you remember what you did and why). • Look at reading, emphasizing those portions that touch on assignments or lectures. (I will test you only on topics we’ve discussed in depth in class.) • Remember: you may bring in a 8 ½ by 11 inch sheet of paper

  8. Please don’t … Ask: “is X going to be on the test?” for any X. The exam is an effort to make sure you understood the principles we have emphasized, especially the ones around the assignments. I’m not going to put fences about what I ask, but I will follow the guidance here.

More Related