CS1003/1004: Final topics
[ Announcements | Course Info | Schedule & Homeworks | Resources | Webboard & Grades ]

The final exam will be held on Tuesday, 5/11. It is open-book, open-notes, but no electronic devices will be permitted. It will cover both theory and basics of programming. There will be three parts: a true/false section, a short-answer, and a long-answer problem. While I will avoid complex syntax, you should have a general familiarity with C or Java programming and should be comfortable with writing short snippets on the exam.

In general, I'll cover the the materials listed below in addition to what was covered on the midterm exam -- I will emphasize the second-half material much more, however. Note that material covered in class is generally fair game, in addition to the reading. Finally, I don't always include examples in the below reading, but you may find some of them interesting or helpful as review, so feel free to extend the readings as you see fit (for example, if you like the case studies in the Java and C books).

Theory

C

Java