Course Information EECS 2031 Fall Instructor Uyen Trang (U.T.) Nguyen Office: LAS Office hours: 

Slides:



Advertisements
Similar presentations
CIS 528 Introduction to Big Data Computing and Analysis
Advertisements

Today’s Agenda  Syllabus CS2336: Computer Science II.
Intro to CIT 594
CSE 322: Software Reliability Engineering Topics covered: Course outline and schedule Introduction, Motivation and Basic Concepts.
COMP171 Data Structures and Algorithm Qiang Yang Lecture 1 ( Fall 2006)
Administrative Issues ICS 151 Fall 2007 Instructor: Eli Bozorgzadeh.
Computer Science 102 Data Structures and Algorithms V Fall 2009 Lecture 1: administrative details Professor: Evan Korth New York University 1.
Computer Science 2211b Software Tools and Systems Programming.
CSE 1111 Week 1 CSE 1111 Introduction to Computer Science and Engineering.
SYSC System Analysis and Design 1 Part I – Introduction.
Welcome to CS 3260 Dennis A. Fairclough. Overview Course Canvas Web Site Course Materials Lab Assignments Homework Grading Exams Withdrawing from Class.
COMP Introduction to Programming Yi Hong May 13, 2015.
Computer Science 2211b Software Tools and Systems Programming.
CPS120: Introduction to Computer Science Fall: 2002 Instructor: Paul J. Millis.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
Course Introduction Software Engineering
CST 229 Introduction to Grammars Dr. Sherry Yang Room 213 (503)
Administrative Issues ICS 151 Winter 2010 Instructor: Eli Bozorgzadeh.
Data Structures, Algorithms, and Generic Programming Breno de Medeiros COP 4530 / CGS 5425 (Fall 2006)
Java Programming Computer Engineering Department JAVA Programming Course Asst. Prof. Dr. Ahmet Sayar Kocaeli University - Fall 2014.
CS 140 Computer Programming (I) Second semester (3 credits) Imam Mohammad bin Saud Islamic University College of Computer Science and Information.
COMP2012 Object-Oriented Programming and Data Structures Fall 2015.
Jongwook Woo CIS 520 Software Engineering (Syllabus) Jongwook Woo, PhD California State University, LA Computer and Information System.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
CPS120: Introduction to Computer Science Winter 2002 Instructor: Paul J. Millis.
Introduction to ECE 2401 Data Structure Fall 2005 Chapter 0 Chen, Chang-Sheng
Jongwook Woo CIS 528 Introduction to Big Data Science (Syllabus) Jongwook Woo, PhD California State University, LA Computer and Information.
CZ1102 Scientific Problem Solving and Computation Monday/Thursday 2:00pm, LT22 Your lecturer: Dr. Wang Jian-Sheng.
King Saud UniversityCSC112 - First Semester CSC 112 Java Programming I Introduction.
SYSC System Analysis and Design 1 Part I – Introduction.
Course Info Instructor U.T. Nguyen Office: CSEB Office hours: Tuesday, 14:30-15:30 Thursday, 12:00-12:45 By.
COP4610 Principles of Operating Systems Prof. Robert van Engelen Department of Computer Science Florida State University.
Course Information CSE 2031 Fall Instructor U. T. Nguyen /new-yen/ Office: CSEB Office hours:  Tuesday,
Course Information CSE 2031 Fall Instructor U.T. Nguyen Office: CSE Home page:
Jongwook Woo Computer Information Systems CIS 528 Introduction to Big Data Computing and Analysis (Syllabus) Jongwook Woo, PhD California.
CS140 – Computer Programming 1 Course Overview First Semester – Fall /1438 – 2016/2017 CS140 - Computer Programming 11.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview
電腦圖學 Computer Graphic with Programming
Course Information EECS 2031 – Section A Fall 2017.
Computer Engineering Department Islamic University of Gaza
CS101 Computer Programming I
CSCE 451/851 Operating System Principles
It’s called “wifi”! Source: Somewhere on the Internet!
Course Information CSE 3213 – Fall 2011.
Course Information Mark Stanovich Principles of Operating Systems
CSC215 Lecture Orientation.
CSC215 Lecture Orientation.
CSC 361 Artificial Intelligence
Welcome to MAT 170 MWF 8:40 SLN
Computer Science 102 Data Structures CSCI-UA
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview
Andy Wang Operating Systems COP 4610 / CGS 5765
CSC215 Lecture Orientation.
Andy Wang Operating Systems COP 4610 / CGS 5765
Welcome to Physics 1D03.
EE422C Software Design and Implementation II
Andy Wang Operating Systems COP 4610 / CGS 5765
CSE1311 Introductory Programming for Engineers & Scientists
Software Project Management
CSC215 Lecture Orientation.
Administrative Issues
First Semester 1439/1440 Welcome 
Course Information EECS 2031 Fall 2016.
Andy Wang Operating Systems COP 4610 / CGS 5765
Administrative Issues
Andy Wang Operating Systems COP 4610 / CGS 5765
ITEC 202 Operating Systems
CS Problem Solving and Object Oriented Programming Spring 2019
CS201 – Course Expectations
Presentation transcript:

Course Information EECS 2031 Fall

Instructor Uyen Trang (U.T.) Nguyen Office: LAS Office hours:  Monday, 13:00 to 14:00  Friday, 13:30 to 14:30  By appointment in special cases Home page: Course web site : 2

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

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

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

Skills to Be Acquired writing code testing and debugging code reading code (just as important as writing code) 6

Grading Scheme 10% – Assignments (2) 30% – Lab tests (2) 20% – Midterm test 40% – Final exam 7

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

Assignments Large(r) programming problems. Students have 2 weeks to complete and submit an assignment. Results and marks will be sent to students via . All assignments are individual work. We use MOSS to detect software plagiarism. 9

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 . Midterm test (written) Final exam (lab and written) 10

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

Useful Suggestions When sending s to the instructor or TA, please indicate ”EECS 2031" in the subject line (e.g., ”EECS Lecture notes unreadable"). For questions related to course materials, it is best to come to the office hours. 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

Your First Homework Read all the pages and links on the course web site. Check the home page for announcements.

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 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

Any questions? 15