Syllabus |
||
CSC 241-401 |
|
Introduction to Computer Science I |
Fall 2016Class: Mondays/Wednesdays, 10:10 - 11:40 am, 14 E. Jackson, room 512 Lab: Mondays, 3:10 - 4:40 pm, 14 E. Jackson, room 512 |
Professor: Amber Settle Lab instructor: Taihua (Ray) Li |
243 S. Wabash Avenue, Room 748 Chicago, IL 60604 Phone: (312) 362-5324 FAX: (312) 362-6116 Skype ID: amber.settle asettle@cdm.depaul.edu http://facweb.cdm.depaul.edu/asettle/
Monday/Wednesday | 12 - 12:30 pm | Loop |
Monday/Wednesday | 3 - 4 pm | Loop |
My office hours are held in room 748 of the CDM building. I am available during office hours in person, by phone, using Skype, or by e-mail. Since students may be present in person during those hours, it is possible that there will be some delay before I respond to e-mail, phone calls, or Skype requests. When you call, please leave a message that indicates the number you can be reached at and gives the best time to return your call.
Please make use of my office hours! Asking questions about the assessments, class notes, labs, or the readings can improve your understanding enormously. It will also let me know if I need to review a topic with the class. If you want to talk to me during my office hours but are unable to do so for any reasons, please contact me to make an appointment outside those hours.
The web site used for this course is Desire2Learn (D2L). To log onto the D2L page visit https://d2l.depaul.edu/. Class notes, programming assignments, lab assignments, study guides for the midterm and final exam, and other course materials will be available through the D2L site. There will also be links to course recordings.While you are expected to attend all classes, the recordings can be useful for review.
We also use CodeLab for this course, which can be found at http://www.turingscraft.com/. There is a page that provides information about logging into CodeLab and using the site for assignments that can be found on the D2L site. Please make sure that you review it.
Ordinarily the prerequisite for this class is MAT 130: Precalculus or an equivalent high-school or college course covering algebra and precalculus. This will be waived for this section, but students without algebra and precalculus are responsible for working with the instructor, the course TA, and tutors in order to make up any material needed for the course assessments.
This course is the first of a two-course sequence introducing computer science. The focus of the course is on problem solving, algorithm development, and structured and object-oriented programming using Python and the Python API (application programming interface), all in the context of building computer applications.
In the first course we will focus on structured programming and learn how and when to use conditionals, loops, and functional and modular abstractions.
After you have taken this class:
The following gives all the important dates for this course. The topics covered are subject to change.
Week | Date | Topic/Deadline |
1 | Wednesday, September 7, 2016 | Introduction to the course and Python |
Monday, September 12, 2016 | Input structures, type operators, and numeric types | |
Tuesday, September 13, 2016 | Last day to add classes | |
2 | Wednesday, September 14, 2016 | Decision structures, strings, and lists |
Sunday, September 18, 2016 | Open house: Terry Steinbach's house in Forest Park | |
Monday, September 19, 2016 | Iteration structures | |
Tuesday, September 20, 2016 | The last day to drop classes with no penalty | |
3 | ||
Wednesday, September 21, 2016 | Functions and strings | |
Monday, September 26, 2016 | Modules and objects, formatted output | |
4 | Wednesday, September 28, 2016 | File processing |
Monday, October 3, 2016 | Exceptions and error handling | |
5 | Wednesday, October 5, 2016 | More about decision structures and loop patterns (iterated loops) |
Friday, October 7, 2016 | Midterm exam review session | |
Monday, October 10, 2016 | Loop patterns (counter and accumulator loops) and more review for the midterm | |
6 | Wednesday, October 12, 2016 | Midterm exam: 10:10 - 11:40 am |
Saturday, October 15, 2016 | Midterms are over celebration: Amber Settle's house in Lakeview, 1 - 4 pm | |
Monday, October 17, 2016 | Discussion of the midterm and more loop patterns (nested loops) | |
7 | Wednesday, October 19, 2016 | More loop patterns (multidimensional lists and while loops) |
Monday, October 24, 2016 | More loop patterns (infinite and interactive loops) and specialized statements (break, continue, pass) | |
Tuesday, October 25, 2016 | Last day to withdraw from classes | |
8 | Wednesday, October 26, 2016 | Dictionaries |
Monday, October 31, 2016 | Dictionaries | |
9 | Wednesday, November 2, 2016 | Other collection types (tuples and sets) and character encodings |
Monday, November 7, 2016 | More functions, modules, and module namespaces | |
10 | Wednesday, November 9, 2016 | More about module namespaces and the random module |
Friday, November 11, 2016 | Final exam review session | |
Monday, November 14, 2016 | The random module and more review for the final exam | |
11 | Wednesday, November 16, 2016 | Final exam: 8:30 - 10:45 am |
The required textbook for the course is Introduction to Computing using Python: An Application Development Focus, Second Edition, Ljubomir Perković, John Wiley & Sons, 2015. Please buy the electronic version of the text since it contains case studies that we will be using. The electronic text has ISBN 978-1-118-89105-6.
Course assessments include lab attendance, programming assignments, and a midterm and final exam. The course grade will be computed as follows:
Assessment Percentage Lab attendance and exercises 10 % Programming assignments 25 % Midterm exam 32 % Final exam 33 %
All students will be required to sign and return an Academic Integrity pledge at the start of the quarter. The Academic Integrity pledge will be posted on the D2L site. The pledge must be signed and returned as a part of the first homework assignment. Students that violate this agreement are violating the Academic Integrity policy of DePaul University. See the section on Academic Integrity below for more information about that policy and penalties for violating it.
In order to do well in this class, you must attend the class sessions and labs regularly, participate in class discussions, read the chapters in the book as indicated in the homework assignment, start work on the assignments early, and ask questions early and often. The answers to the programming assignment and the lab and exam questions should be written in a way that is rigorous, clear, and concise.
Each week you will have a lab session conducted by our teaching assistant Taihua (Ray) Li. Your attendance at the lab session and completion of lab exercises is required and will count for the portion of the grade indicated above. No late lab submissions are accepted for any reason. Your lowest lab score will be dropped in the calculation of your course grade.
Each week you will have a programming assignment. You can consult with your homework partners, the lab assistant, the instructor, and the CDM tutors on the programming assignments, but you may not under any circumstances submit code that you have not helped to write nor may you consult anyone beyond those specified when completing your assignments. Each programming assignment will have a posted deadline, specified on the assignment. No late assignments are accepted for any reason. Your lowest assignment score will be dropped in the calculation of your course grade.
The midterm and final exams will be cumulative. The midterm exam will take place on October 12, 2016, 10:10 - 11:40 am. The final exam will take place on November 16, 2016, 8:30 - 10:45 am. Both exams will be conducted in a lab and will require you to write Python code.
Make-up exams will not be given. If you wish to petition for a make-up exam, you must notify me in advance and provide documented evidence of the emergency that will cause you to miss the exam. Failure to contact me in advance of the exam date and time will disqualify you from being allowed to take a make-up exam. If a make-up exam is granted, it will be of a form of my choosing.
Cheating is any action that violates university norms or instructor's guidelines for the preparation and submission of assignments. This includes, but is not limited to, unauthorized access to examination materials prior to the examination itself; use or possession of unauthorized materials during the examination or quiz; having someone take an examination in one's place; copying from another student; unauthorized assistance to another student; or acceptance of such assistance. Plagiarism involves the presentation of the work of another as one's own. Plagiarism includes, but is not limited to the following: the direct copying of any source, such as written and verbal material, computer files, audio disks, video programs or musical scores, whether published or unpublished, in whole or part, without proper acknowledgment that it is someone else's; copying of any source in whole or part with only minor changes in wording or syntax, even with acknowledgment; submitting as one's own work a report, examination paper, computer file, lab report or other assignment that has been prepared by someone else (including research papers purchased from any other person or agency); the paraphrasing of another's work or ideas without proper acknowledgment; working so closely with another person so as to produce identical code.
The use of others' web/publication content (text, graphics, code) is regarded as plagiarism if credit is not given (see the above description of plagiarism). When you directly quote someone's work, you must put it in quotation marks.Without such quotations and reference, it is regarded as an act of plagiarism (see the above description of plagiarism). Using materials that the student prepared for other purposes (e.g., for another course or for his/her work) needs the course instructor's prior permission.
A charge of cheating and/or plagiarism is always a serious matter. It can result in an automatic F in the course and possible expulsion.
An incomplete grade is given only for an exceptional reason such as a death in the family, a serious illness, etc. Any such reason must be documented. Any incomplete request must be made at least two weeks before the final, and approved by the Dean of the College of Computing and Digital Media. Any consequences resulting from a poor grade for the course will not be considered as valid reasons for such a request.