COSC 235 - Spring 2024

Course Information

  • Instructor: Dr. Aaron Garrett (garrettal@wofford.edu)
  • Class Meeting (Olin 213): MWF 11:30a-12:20p
  • Office Hours (Olin 204E): MW 2:00p-4:30p; TR 12:30p-2:30p; or by appointment
  • Textbook: None
  • Required Software Coddy (discussed in class)
  • Final Exam: See the Registrar’s page
  • Online Videos: There are plenty of video tutorials online. Here is just one example.

Catalog Description

Students learn to develop programs using an object-oriented language. Students are introduced to problem solving and algorithm development with emphasis on good programming style. Completion of this course with a C or higher is a prerequisite for all 300- and 400- level courses in Computer Science.

Goals

  • Understand the Python syntax and semantics.
  • Develop strong problem-solving capabilities.
  • Gain skill in translating a problem statement into an algorithm.
  • Understand the basic computing principles that underlie programs.
  • Create programs that are readable and maintainable.

Grades

Your grade in the course will be based on a combination of assignments, projects, and exams.

Assignments
Assignments are short exercises that reinforce the core concepts.
Projects
Projects are more complex problems that require a combination of concepts.
Quizzes
Quizzes are short, timed assessments of conceptual understanding.
Exams
Exams are comprehensive, timed assessments of conceptual understanding.
Labs/Hands-on
Labs/Hands-on exercises are ungraded (but recommended) practice with the course material.
Artifact Points
Assignments (~10) 200
Projects (~3) 300
Midterm Exam 200
Final Exam 300
Total 1000

Note that the final exam is comprehensive and very applied. Success on it requires that students have practiced throughout the term, and completing the assignments and projects are the best way to practice. If the score on the final exam is greater than the score on the midterm exam, the final exam score will be used in place of the midterm exam for final grade calculations.

The usual grading scale will be applied to the accumulated percentage: 93–100: A, 90–92: A-, 87–89: B+, 83–86: B, 80–82: B-, 77–79: C+, 73–76: C, 70–72: C-, 60–69: D, 0–59: F.

Policies

Attendance

You are expected to attend class meetings and come to class prepared. That includes having completed assigned readings, problem sets, and tutorials.

You are expected to dedicate your attention to what is going on in class and to participate fully in classroom activities, including discussions. No laptops or tablets are to be used in class unless being used for a classroom exercise. (Notes may be taken using a device if needed as an approved accommodation.)

Refer to the General Policy Regarding Attendance in the Wofford College Student Handbook. The policy makes you responsible for catching up on missed classes. If you must be absent for class, please email me in advance to let me know.

Make-up exams are not available. If you have a legitimate, excused absence during the midterm exam, then you must make it up during the final exam period.

Assignment Deadlines

Late assignments will not be accepted without a legitimate excuse. All assignments are expected to be submitted by 11:55p ET on the posted deadline.

Academic Integrity

The Honor Code requires faculty, staff, and students to maintain a high standard of individual honor and integrity. While I may specify some assignments as collaborative, work represented as your own must be your own. If you have any doubt about what is appropriate for a given assignment, you should contact me for clarification.

Accommodations

If you have a disability that requires assistance or accommodation, or if you have questions related to any accommodations for testing, note takers, readers, etc., please contact Dean Beth Wallace by telephone at (864) 597-4371 or in person by visiting the Hugh R. Black Infirmary. You must arrange accommodations during the first week of classes.

Tentative Schedule

Generally, projects are due on Wednesdays, and assignments are due on Fridays.

Meeting Topics Labs Graded
Feb 5 print, variables, data types, input L01
7 comments, conversion, arithmetic L02
9 booleans, conditionals, truth tables L03
12 iteration, accumulators L04
14 conditional iteration, nested loops L05
16 functions, parameters, returns L06 A01
19 function practice, lists, pseudorandom numbers L07
21
23 string manipulation L08 A02
26 file input/output L09
28 tuples L10
Mar 1 sorting L11 A03
4 dictionaries L12
6 tabular data L13
8 numeric bases, unicode L14 A04
11 Midterm Review L15
13 Midterm Exam ME1
15 Midterm Exam ME2
18 Midterm Postmortem
20 SIGCSE P01
22 SIGCSE L16 A05
25 two-dimensional data L17
27 digital images L18
29 compression L19
Apr 8 recursion L20
10 recursion L21
12 recursion L22 A06
15 searching L23
17 sorting P02
19 L24 A07
22 turtles L25
24 GUIs L26
26 classes A08
29 classes
May 1 classes
3 A09
6
8 P03
10 Final Review A10

Note: This syllabus is subject to change with notice.