COSC 235 - Spring 2018

Course Information

  • Instructor: Dr. Aaron Garrett (garrettal@wofford.edu)
  • Class Meeting (Olin 210): MWF 11:30a-12:20p
  • Office Hours (Olin 204E): MTWR 2:00p-4:30p; or by appointment
  • Textbook: Discovering Computer Science by Jessen Havill
  • Final Exam: 17 May 2018 from 2:00p-5:00p

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.

Computer scientists are (quite literally) the wizards of the modern world. For those of you who intend to major in CS, my goal is to put you on the path to becoming a great and powerful wizard. For those who are interested only in dabbling in magic, my goal is to teach you a few very useful spells that you can use in your career to make you far more efficient and effective.

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.
Exams
Exams are timed assessments of conceptual understanding.
Homeworks
Homeworks are ungraded (but recommended) practice with the course material.
Artifact Points
Assignments (~12) 30
Projects (~4) 30
Midterm Exam 20
Final Exam 20
Total 100

The usual grading scale will be applied to the accumulated points: 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. 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

Meeting Topics Textbook Deadline
05 Feb input, print, variables 2.1, 2.3
07 Feb data types, conversion, arithmetic 2.2, 2.4
09 Feb booleans, conditionals 5.1, 5.4 A01
12 Feb iteration, accumulators 3.2
14 Feb functions, turtle graphics 3.1, 3.3, 3.4 A02
16 Feb value-returning functions 3.5, 3.6
19 Feb accumulators, conditional iteration 4.1, 4.3
21 Feb lists, accumulators with lists 4.2 A03
23 Feb 1.4
26 Feb numeric bases A04
28 Feb
02 Mar A05
05 Mar list methods, foreach, zip, enumerate
07 Mar pseudorandom numbers 5.1, 5.2 P01
09 Mar string manipulation and methods 6.1, 6.3 A06
12 Mar truth tables, unicode 5.4, 6.3
14 Mar A07
16 Mar Midterm Exam review
19 Mar Midterm Exam
21 Mar Midterm Exam P02
23 Mar file input/output 6.2
26 Mar nested loops 6.2 A08
28 Mar tuples, list comprehensions 8.2
30 Mar dictionaries 8.3
09 Apr tabular data 8.4
11 Apr A09
13 Apr two-dimensional data 9.1
16 Apr digital images 9.3
18 Apr recursion 10.2 P03
20 Apr recursion 10.4
23 Apr searching 11.1 A10
25 Apr sorting 11.2
27 Apr classes 13.1
30 Apr classes 13.2 A11
02 May classes 13.3
04 May classes
07 May classes A12
09 May Final Exam review
11 May Final Exam review P04

Note: This syllabus is subject to change with notice.