Back to Quizzes

Exam 0

Structure

The exam will consist of two coding questions designed to assess your knowledge of Python fundamentals and lists. The exam workspace will be identical to those seen previously in the labs.

Content

The exam will cover all material up through the end of the 2/7/24 lecture, with a particular focus on content that has been presented and assessed on previous assignments.

  • Python Fundamentals
    • Variables and variable type
    • Conditionals
    • Functions and Function Overloading
    • Class definitions, variables, and member functions
  • Python File I/O
    • Reading and writing to files
    • String formatting
  • Lists
    • How to create and use them in Python
    • Python list built-ins that match the list ADT
    • List indexing on 1D lists**

2D Lists have been removed

Points: 75

Start: Tuesday, February 13

End: Thursday, February 15