CSC 207 - Introduction to Computer Science

Centenary College of Louisiana
Magale 1A
TR 8:30-9:20 F 9:00-9:50 W 1-4 - Fall 2013

Instructor: Dr. Mark Goadrich

Contact Info
mgoadric@centenary.edu
104 Wright Building
(318) 869-5194

Office Hours
M 10-11, 1-3, T 2:30-4, R 9:30-11
or by appointment


Overview | Syllabus | Labs | Projects | Exams | Grading


Course Details

Textbook

How to Think Like a (Python) Programmer
by Allen Downey, 2007
Olin College, MA
This textbook is open-source; I have reorganized and edited it to match our course syllabus.

Software and Hardware

Python Scratch App Inventor Arduino Sifteo Cubes

Overview

This course is an introduction to the study of computer science using the programming language of Python. Topics covered will include mathematical functions, string manipulation, logic and control structures, file input/output, elementary data structures, and object-oriented programming. You will learn the principles of problem solving, programming and algorithm development in lab assignments, projects and exams.

We will be studying these computer-science concepts augmented by tangible computing devices. Specifically, we will be incorporating:

Quizzes and Participation

Sporadically throughout the semester, there will be short quizzes covering material from the previous class. These quizzes will comprise 6% of your final grade.

You are encouraged to attend class and participate in discussions every day. Active participation in class discussions will comprise another 5% of your final grade. This will be awarded for answering questions, asking questions, presenting material, etc.

Disabilities

Centenary assures students with disabilities equal opportunity to reach the same level of achievement as other students. Strict confidentiality will be maintained on students with disabilities. Services for students with disabilities are available through the Counseling Center, located on the ground floor of Rotary Residence Hall, phone (318) 869-5424.

Honor Code

All students are bound by the Honor System. The Honor System is applicable to all academic work. See the Centenary College Handbook for the complete Honor Code. You may discuss topics with other students and tutors, but all code you write must be your own, and you must be able to explain to me how it works. In this course, it is a violation of the honor code to look at code from previous semesters or in other students' directories.

Extensions

Extensions and rescheduling for labs, projects, exams and quizzes are only given when circumstances beyond your control (e.g. being sick, choir or sports travel) prevent you from completing a project on time. You must notify me either by email or phone of your circumstances well in advance of the due date. No extensions are given for requests made within three days of the due date.

Syllabus

We will be covering most of the material in the textbook, approximately one new chapter each week. You should view your textbook as another perspective on the material presented in class and covered in the labs. We will also be using additional supplemental material such as relevant web-pages and background material for the lab assignments. Readings will be assigned before material will be covered in class. You are expected to review the material and come to class prepared.

Labs

Much of your experience with programming in this course will be through weekly labs, which will comprise 25% of your final grade. Each lab will be assigned in class with time allotted to work through the materials, and will be due at the beginning of the next class period. All labs are weighted equally within the Lab portion of your final grade.

You will be handing in your programming lab work on the remote cs server, and written portions through Google Documents. Instructions to do so will be included in each lab. For in-class work and notes, you should purchase a USB Flash Drive, the bookstore has 1GB for cheap. Do not save your material on the computers in Magale 1A, it is insecure.

You may work with a partner on the lab assignments if you choose. Their name must be listed on any code you hand in as joint work.

LabNameAssignedDue
0Who are you?Aug 21Aug 21
1Communication and OrigamiAug 21Aug 22
2Building Blocks of ProgrammingAug 23Aug 27
3Kepler and NewtonAug 28Aug 30
4Boolean Logic PuzzlesAug 29Aug 30
5Edible Mushroom DetectorSept 4Sept 6
6Killer RobotsSept 6Sept 10
7Arduino CircuitsSept 10Sept 11
8Guess My NumberSept 18Sep 19
9Curiouser and CuriouserSept 20Sept 20
10SECRET DebuggingSept 23Sept 24
11Mutation is the WordSept 25Oct 1
12Caesar's SecretsOct 2Oct 4
13Functional PracticeOct 4Oct 8
14CodingBat ExercisesOct 4Oct 8
15Gibberish GeneratorOct 16Oct 17
16Fractal RecursionOct 18Oct 22
17Zen ReadingsOct 24Oct 25
18App InventorOct 30Nov 2
19Die Hard IIINov 6Nov 7
20Mechanical PencilNov 7Nov 8
21Python ChallengeNov 13Nov 14
22Sifteo IntroductionNov 20Nov 22

Projects

You will have three projects in this course, one about every five weeks, for a total of 34% of your final grade. These projects will cover concepts we have discussed in class and in labs, and will be due approximately two weeks after they are assigned.

You must work individually on these projects. You may discuss concepts and ideas with your classmates, but the code you turn in must be your own. You will be graded not only on correctness, but also technique, documentation and evaluation of your solution. Further details on the grading standards and handin instructions for each project will be given when they are assigned.

ProjectNameAssignedDue
1This Day in History 5%Sept 11Sep 20
2Geography Game 10%Oct 14Oct 23
3Your Choice 19%Nov 15Dec 12 9am

Exams

There will be three in-class exams, each worth 15% of your final grade. They will consist of short answer along with writing and debugging code.

Grading

Your final grade for this course will be based on the Labs, Projects, Quizzes, Exams and Participation described above.
Grading Scale
90-100A
80-89B
70-79C
60-69D
0-59F
Weights
Labs25%
Projects34%
Quizzes6%
Participation5%
Exam 110%
Exam 210%
Exam 310%


© Mark Goadrich, Centenary College of Louisiana