What This Document Is
This is a closed-book, in-class preliminary exam (Prelim Two) for Cornell University’s Introduction to Computing Using Python (CS 1110) course, administered in Fall 2017. It assesses students’ understanding of core programming concepts covered up to that point in the semester. The exam is 90 minutes long and worth 100 points across five questions.
Why This Document Matters
This exam is crucial for students enrolled in CS 1110 as a mid-semester evaluation of their grasp of fundamental Python programming skills. It serves as practice for the final exam and helps students identify areas where they need further study. Instructors use it to gauge the effectiveness of their teaching and adjust the course accordingly. Students preparing for similar introductory Python courses may also find it a useful practice resource.
Common Limitations or Challenges
This document is a past exam and does not reflect any changes to the course content or format since Fall 2017. It is a test of knowledge, not a learning tool; it does not provide explanations or solutions. Successfully using this document for study requires independent understanding of the concepts tested.
What This Document Provides
The full document includes:
* Five exam questions covering iteration and recursion in Python.
* A reference section listing common string and list functions with their descriptions.
* Clear instructions regarding academic integrity and exam procedures.
* Space for students to write their name, netid, and answers.
This preview *does not* include the actual exam questions, their solutions, or detailed explanations of the concepts tested. It only provides context about the exam’s structure and purpose.