CS1020 Data Structures and Algorithms I Lecture Note #0 Course Admin (AY2015/6 Semester 2)

Slides:



Advertisements
Similar presentations
CS1020 Data Structures and Algorithms I Lecture Note #0 Course Admin (AY2014/5 Semester 2)
Advertisements

Data Structures and Algorithms Dr. Robin Gras Ext Lambton Tower 8111.
CS1010: Programming Methodology
CS1101: Programming Methodology
CS2100 Computer Organisation Welcome (AY2014/5 Semester 2)
Welcome and Administrative Matters.
COMP171 Data Structures and Algorithms Spring 2009.
1-1 CMPT 225 Data Structures and Programming Instructor: Aaron Hunter Section: E300 Campus: Harbour Centre Semester: Spring 2007.
COMP171 Data Structures and Algorithms Spring 2009.
CMSC 132: Object-Oriented Programming II
CMSC 132: Object-Oriented Programming II Nelson Padua-Perez William Pugh Department of Computer Science University of Maryland, College Park.
COMP171 Data Structures and Algorithm Huamin Qu Lecture 1 (Sept. 1, 2005)
COMP171 Data Structures and Algorithm Qiang Yang Lecture 1 ( Fall 2006)
CS-2852 Data Structures LECTURE 1A Andrew J. Wozniewicz Image copyright © 2010 andyjphoto.com.
COP4020/CGS5426 Programming languages Syllabus. Instructor Xin Yuan Office: 168 LOV Office hours: T, H 10:00am – 11:30am Class website:
COMP 151: Computer Programming II Spring Course Topics Review of Java and basics of software engineering (3 classes. Chapters 1 and 2) Recursion.
© 2004 Goodrich, Tamassia CS2210 Data Structures and Algorithms Lecture 1: Course Overview Instructor: Olga Veksler.
CS1104: Computer Organisation Welcome (AY2006/7 Semester 2)
CSCI 1301 Principles of Computer Science I
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.
CSC 212 – Data Structures Prof. Matthew Hertz WTC 207D /
CS2100 Computer Organisation
CS1201: Programming Language 2 C++(Course Introduction) Level 2 Nouf Aljaffan 1 st Term Nouf Aljaffan (C) CSC 1201 Course at KSU.
OOP (Java): Prelim/ OOP (using Java) Objective – –to give some background on the course Semester 2, Who we are: Andrew Davison.
CS 140 Computer Programming (I) Second semester (3 credits) Imam Mohammad bin Saud Islamic University College of Computer Science and Information.
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
Introduction to Data Structures
COMP2012 Object-Oriented Programming and Data Structures Fall 2015.
CMSC 2021 CMSC 202 Computer Science II for Majors Fall 2002 Mr. Frey (0101 – 0104) Mr. Raouf (0201 – 0204)
CPSC 121: Models of Computation Unit 0 Introduction George Tsiknis Based on slides by Patrice Belleville and Steve Wolfman.
Principles of Computer Science I Honors Section Note Set 1 CSE 1341 – H 1.
Introduction to ECE 2401 Data Structure Fall 2005 Chapter 0 Chen, Chang-Sheng
King Saud UniversityCSC112 - First Semester CSC 112 Java Programming I Introduction.
ICS202 Data Structures King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science Department.
CS1101: Programming Methodology
CS1020 Data Structures and Algorithms I Lecture Note #14
CSC 213 – Large Scale Programming Prof. Matthew Hertz WTC 207D /
CMSC 2021 CMSC 202 Computer Science II for Majors Spring 2002 Sections Ms. Susan Mitchell.
CMSC 2021 CMSC 202 Computer Science II for Majors Spring 2001 Sections Ms. Susan Mitchell.
CMSC 2021 CMSC 202 Computer Science II for Majors Spring 2003 Mr. Frey (0101 – 0104) Mr. Raouf (0201 – 0204)
COMP1927 Course Introduction 16x1
CS151 Introduction to Digital Design Noura Alhakbani Prince Sultan University, College for Women.
Textbook C for Scientists and Engineers © Prentice Hall 1997 Available at NUS CO-OP at S$35.10.
King Saud University1 CSC 112 Java Programming I Introduction.
WEEK 1 Class Activities.
Data Structures and Algorithms in Java AlaaEddin 2012.
Welcome and Administrative Matters Lecturer’s slides.
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:
Grade Scale Quiz 3 Results: Average class score after partial credit: XX.X% Commonly missed questions: # ____________________ We will be going over some.
WEEK 1 Class Activities.
Course Information EECS 2031 Fall Instructor Uyen Trang (U.T.) Nguyen Office: LAS Office hours: 
CS140 – Computer Programming 1 Course Overview First Semester – Fall /1438 – 2016/2017 CS140 - Computer Programming 11.
CSc 120 Introduction to Computer Programing II
Course Information EECS 2031 – Section A Fall 2017.
Computer Engineering Department Islamic University of Gaza
CS101 Computer Programming I
CSc 020: Programming Concepts and Methodology II
CS1010 Programming Methodology
CENG 213 Data Structures Dr. Cevat Şener
CS2100 Computer Organisation
CSC 111 Course orientation
Artificial Intelligence (CS 461D)
Artificial Intelligence (CS 370D)
CS2100 Computer Organisation
First Semester 1439/1440 Welcome 
Course Information EECS 2031 Fall 2016.
Orientation CSC 111.
Computer Engineering Department Islamic University of Gaza
Presentation transcript:

CS1020 Data Structures and Algorithms I Lecture Note #0 Course Admin (AY2015/6 Semester 2)

[CS1020 Lecture 0: Course Admin] 2 Module OverviewObjectivesStaffResourcesSchedulesAssessments Outline

Module Overview Linear Data Structures OOP 3 Algorithms CS2010CS1020CS1010 Object Oriented Programming (OOP) model Using Java Classic data structures Lists, Stacks, Queues Basic analysis of algorithmRecursion More advanced than CS1010 Sorting algorithms More advanced than CS1010 Hashing [CS1020 Lecture 0: Course Admin]

Objectives With this course, you should be able to:  Use object oriented modeling to formulate solution  Utilize appropriate simple data structures in problem solving  Understand data abstraction  Understand recursion  Understand program efficiency through analysis of algorithms 4 [CS1020 Lecture 0: Course Admin]

Lecturers 5  Module coordinator A/P Tan Sun Teck COM  Sectional Group ICube Auditorium  Mr. Aaron Tan Tuck Choy COM  Sectional Group SR1 [CS1020 Lecture 0: Course Admin]

Module website Resources [CS1020 Lecture 0: Course Admin]

IVLE  Announcements: Check daily  Forums: Use appropriate heading when you post 7 Resources [CS1020 Lecture 0: Course Admin]

CodeCrunch 8 Resources [CS1020 Lecture 0: Course Admin]

Textbook Data Abstraction and Problem Solving with Java: Walls and Mirror 9  International edition, 3 rd ed  Authors: Janet J. Prichard and Frank M. Carrano  Publisher: Pearson  ISBN:  Available at NUS Forum Textbooks for loan  For needy students  Please refer to IVLE forum for details Resources [CS1020 Lecture 0: Course Admin]

Textbook 10 Resources [CS1020 Lecture 0: Course Admin] Promotion period: 11 th to 15 th January 2016.

Schedules 11 /sched.html [CS1020 Lecture 0: Course Admin]

Assessments: Overview 12 [CS1020 Lecture 0: Course Admin] /desc.html  Tutorials and labs start in week 3  Mid-term test and final exam are closed-book (no cheat sheet allowed)  There will be 6 take-home labs (inclusive of lab #0), 4 graded sit- in labs and a practical exam (PE).  Take-home labs and sit-in labs are held in alternate weeks. Sit-in labs are open- book but electronic devices (eg: labtops and thumb- drives) are not allowed. ActivitiesWeightages Tutorial attendance/participation 5% Lab attendance2% Take-home labs5% Sit-in labs18% Practical exam15% Mid-term Test15% Final Exam40%

Laboratory sessions See module website for updates Actual lab session starts from week 3  A special lab #0 (1%) will be released in week 1 Familiarize yourself with the UNIX system and vim Two types of lab session:  Take-home labs 5 sessions (best 4 out of 5 sessions; total = 4%) Total: 4% + 1% (lab #0) = 5%  Sit-in labs 4 sessions, 6% per session Total: 18% (Best 3 out of 4 sessions) 13 Assessments [CS1020 Lecture 0: Course Admin]

Take-home Labs 6 take-home labs (including lab #0) Released on CodeCrunch  Each lab consists of 3 exercises  You should attempt them before attending the lab  Only one of them will be graded During the lab session, your lab TA will:  Discuss possible approaches  Cover additional syntax (if any) or other related exercises/topics  Lab attendance: 2% Each take-home lab (except lab #0) is worth 1%  Must be submitted to CodeCrunch BEFORE deadline  Must obtain an ‘A’ for the graded exercise. 14 Assessments [CS1020 Lecture 0: Course Admin]

Sit-in Labs There are 4 sit-in labs A sit-in lab is like a mini practical exam to test your programming skills Each sit-in lab is:  1 hour 40 minutes in duration and worth 6%  Open book, but limited to printed material only  API will be available on the computer Your best 3 sit-in labs out of 4 will be chosen  Total: 18% You will be allowed to take a makeup only if  You missed 2 or more sit-in labs with valid medical certificates or official excuses 15 Assessments [CS1020 Lecture 0: Course Admin]

Sit-in Labs: Marking Scheme (1/2) Correctness: 70 marks  Input: 10% (Correctly read in all input and used them)  Output: 10% (Output format only, not about correct result)  Correctness: 50% (partial credit will be given) Programming style: 30%  Modularity: 10%  Meaningful comments: 10% Particulars A description for each user-defined method Appropriate pre- and post-conditions Other comments to explain complex codes  Meaningful/descriptive identifiers: 5%  Proper indentation: 5% Programming Style marks will be given only if you score at least 20 marks for correctness. 16 Assessments [CS1020 Lecture 0: Course Admin]

Sit-in Labs: Marking Scheme (1/2) Penalties:  50% will be deducted if the submitted program has syntax error.  Commented codes are ignored in general. 17 Assessments [CS1020 Lecture 0: Course Admin]

Practical Exam Date: 2 nd April Time: 10am to 3pm Venue: PL labs in COM1 basement Open-book, similar to sit-in labs Marking scheme is the same as sit-in labs 18 Assessments [CS1020 Lecture 0: Course Admin]

WeekDateTypeTopics 114 th JanSpecialIntro Workshop 1--Take-home #0Basic Java/IO 328 th JanTake-home #1Basic Java/Array 44 th FebSit-in #1Basic Java/Array 511 th FebTake-home #2OOP 618 th FebSit-in #2OOP 73 rd MarTake-home #3Linked List 810th MarSit-in #3Linked List 917 th MarTake-home #4Stack/Queue 1024 th AprSit-in #4Stack/Queue 1131 st MarTake-home #5PE Practices Lab Schedules (Tentative) 19 Plan is tentative. Refer to module website for the most up-to-date plan. Assessments [CS1020 Lecture 0: Course Admin]

Topics in C / Java / Python / Javascript  Operating system: UNIX  Editor: vim  Debugger: (eg: gdb) Programming environment/tools  Writing pseudocodes  Edit – compile – execute” cycle  Step-wise refinement  Hand-tracing codes  Incremental coding  Testing  Debugging Program development  Class exercises  Practice exercises  Lab assignments Problem solving Assumptions Or what we assume you should have learned in CS1010/CS1010J/CS1010S/CS1101S

Summary and advice (1/2) The labs focus more on your programming skills:  Ability to translate idea into actual program Midterm and final exam focus more on your problem-solving skills:  Ability to understand and reason about the problem  Ability to apply your knowledge to formulate solution You need to spend time on:  Actually coding to improve your skill  Thinking deep and exploring as memorization does not help  Asking questions! (Use the IVLE forums.) 21 [CS1020 Lecture 0: Course Admin]

Summary and advice (2/2) We provide you  Practice exercises on CodeCrunch  Self-assessments (quizzes) on IVLE  Help sessions (on request) But, ultimately… 22 must be prepared and willing to put in a lot of efforts! [CS1020 Lecture 0: Course Admin]

Introductory Workshop 23 Those of you who have taken CS1010/CS1010J are familiar with UNIX system and vim. For those who did not take the above and hence are unfamiliar with UNIX and vim, please attend an Intro Workshop on 14 th January, Thursday, at PL2 (COM1 basement)  Session 1: 10am – 11:40am  Session 2: 12nn – 1:40pm  Session 3: 2pm – 3:40pm Please refer to IVLE forum “Intro Workshop” and sign up there [CS1020 Lecture 0: Course Admin]

End of file