Download presentation
Presentation is loading. Please wait.
Published byAnne Washington Modified over 8 years ago
1
Course Information EECS 2031 Fall 2016 1
2
Instructor Uyen Trang (U.T.) Nguyen Office: LAS-2024 Email: utn@cse.yorku.cautn@cse.yorku.ca Office hours: Monday, 13:00 to 14:00 Friday, 13:30 to 14:30 By appointment in special cases Home page: www.eecs.yorku.ca/~utnwww.eecs.yorku.ca/~utn Course web site : www.eecs.yorku.ca/course/2031www.eecs.yorku.ca/course/2031 2
3
Textbooks The C Programming Language (2 nd edition) B. W. Kernighan and D. M. Ritchie Prentice Hall Software Series Practical Programming in the UNIX Environment Edited by W. Sturzlinger Pearson Custom Publishing 3
4
Course Content C programming language Learning how write, test and debug C programs Unix (Linux) operating system Using UNIX tools to automate compilation, program execution, testing and file manipulations UNIX shell programming Why C and Unix? Widely used, powerful, fast 4
5
Course Objectives By the end of the course, you should be able to use the basic functionality of the Unix shell, such as standard commands and utilities, input/output redirection, and pipes develop and test shell scripts of significant size. develop and test programs written in the C programming language. describe the memory management model of the C programming language use test, debug and profiling tools to check the correctness of programs 5
6
Skills to Be Acquired writing code testing and debugging code reading code (just as important as writing code) 6
7
Grading Scheme 10% – Assignments (2) 30% – Lab tests (2) 20% – Midterm test 40% – Final exam 7
8
Weekly Labs A set of 2-3 small problems is posted on Mondays after each lecture for you to prepare. In the following Friday (Monday) lab session, you will complete and submit the programs under the “labtest” mode. No books or notes are allowed. Submitted programs will not be graded. However, they will be made available to you during the lab tests 1 and 2. All submitted labs are individual work. We use MOSS (Measure Of Software Similarity) to detect software plagiarism. Tutorials: The TA gives a short tutorial (30 – 40 minutes) at the beginning of the lab before the "labtest" mode starts. 8
9
Assignments Large(r) programming problems. Students have 2 weeks to complete and submit an assignment. Results and marks will be sent to students via email. All assignments are individual work. We use MOSS to detect software plagiarism. 9
10
Tests and Exam Lab tests (2) Small to medium-size programming problems Questions are not given in advance. Weekly labs will be made available during the tests. Results and marks will be sent to students via email. Midterm test (written) Final exam (lab and written) 10
11
Test and Exam Policy You are allowed to miss a test/exam only under extraordinary circumstances. If the reason is sickness, your doctor must fill in the Attending Physician's Statement form. Only this form, completely and properly filled, will be accepted. Attending Physician's Statement There is NO make up test. The weight of the first lab test, if missed, will be transferred to the second lab test. The weight of the midterm test or the second lab test, if missed, will be transferred to the final exam. All tests and exam are closed-book tests. No books, notes or calculators are allowed during a test/exam. All assignments, labs, tests and exam are individual work. Plagiarism and cheating are not tolerable. 11
12
Useful Suggestions When sending emails to the instructor or TA, please indicate ”EECS 2031" in the subject line (e.g., ”EECS 2031 - Lecture notes unreadable"). For questions related to course materials, it is best to come to the office hours. Email is not a good way to explain the materials. Attend the lectures! The lecture notes give only outlines of the lectures. Details and additional information will be given in class. Read the lecture notes and the textbook before and again right after each lecture. Programming, programming, programming. 12
13
Your First Homework Read all the pages and links on the course web site. http://www.eecs.yorku.ca/course/2031 Check the home page for announcements.
14
York Programming Contests The department is organizing a series of programming contests in the fall term. The first one is on Monday, September 12, 7pm- 9pm in LAS-1004. They are a good way to meet fellow students, have fun and hone your problem solving skills. All are welcome to participate. For more information, see the web page at wiki.eecs.yorku.ca/project/ACM wiki.eecs.yorku.ca/project/ACM 14
15
Any questions? 15
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.