User Tools

Site Tools


syllabus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
syllabus [2010/01/04 19:50] bilsyllabus [2011/12/29 17:16] (current) bil
Line 12: Line 12:
  
   * Steven Castellucci   * Steven Castellucci
-    Office hours: TBA +  Shouzheng Yang
-  * Ahmed Sabbir Arif +
-    * Office hours: TBA+
  
-Students are welcome to come to the instructors' and TAs' office hours to ask questions about the lecture material or other aspects of the course.+Students are welcome to come to the instructors' office hours to ask questions about the lecture material or other aspects of the course.
  
  
Line 22: Line 20:
  
  
-H. Roumani. [[http://www.cse.yorku.ca/~roumani/jba|Java by Abstraction: A Client-View Approach]]. Second edition. Pearson Addison Wesley, Toronto. 2008.+H. Roumani. [[http://www.cse.yorku.ca/~roumani/jba|Java by Abstraction: A Client-View Approach]]. Third edition. Pearson Addison Wesley, Toronto. 2010.
  
 This is available in the York University Book Store in York Lanes. This is available in the York University Book Store in York Lanes.
  
-If you have the first edition of this textbook, it is reasonable to use it for the courseThe difference from the first edition to the second edition is that the errata have been fixed. A list of errata can be found [[http://www.cse.yorku.ca/~roumani/jba/errata.htm|here]]and another list can be found [[http://www.cse.yorku.ca/course_archive/2006-07/W/1020/textbook/errata.html|here]].+A copy of the textbook is on reserve at the Steacie Science LibraryStudents can also use the second or first edition. Errata for the second and first edition can be found [[http://www.cse.yorku.ca/~roumani/jba/2/errata.htm|here]] and [[http://www.cse.yorku.ca/~roumani/jba/1/errata.htm|here]], respectively
  
-**Note**: If you are using the first edition, you should download the software from the second edition. This can be found on the textbook [[http://www.cse.yorku.ca/~roumani/jba|webpage]].+**Note**: If you are using older editions, you should still download the latest software from [[http://www.cse.yorku.ca/java/api/type/|here]].
  
  
-Course Components +==== Course Components ====
-Lectures+
  
-The lectures consist of presentation and discussion of the course material. One chapter from the textbook is covered each week. Students are encouraged to read the current week's textbook chapter prior to attending the lecture. See the calendar for details. +== Lectures ==
-Practise Programming Exercises (eChecks)+
  
-These are ten weekly practise programming exercises that must be completed and submitted electronicallyThese are called eChecks in the textbook and are submitted online. (Okay, there is an eleventh one that is not part of the marks, Practise #0But that one is quite simple and is for introductory purposes only.)+The lectures consist of presentation and discussion of the course materialOne chapter from the textbook is covered each week starting with the Wednesday lectureStudents are encouraged to read the current week's textbook chapter prior to attending the lecture. Material developed during the lectures can be accessed by clicking on Lectures on the sidebar.
  
-Students receive instant feedback whether their solution passed all the tests. Each eCheck is graded on a pass-fail basis (so all or nothing), and must be completed within a week. eChecks are assigned in your weekly lab session. See the calendar for details.+== Labs ==
  
-To learn how to submit eChecks electronically, do the initial self-paced labs of the textbook consulting the Guided Tour for CSE1020 students The URL of the eCheck server (which you need in order to submit electronically from home) can be found in the guided tour.+The Friday lab session will be used for several purposes including getting you started, running lab tests, and providing help on eChecks. To see the exact schedule, click on Labs on the sidebar.
  
-Students are expected to adhere to the coding style that is given in Appendix C of the textbook. +== eChecks ==
-Lab Tests+
  
-There are two lab tests held throughout the course. These are programming tests are conducted in your normal lab session.+The eCheck exercises can be found at the end of each chapter in your textbook. It is recommended that you complete as many of these exercises as possible to enhance your understanding of the course materialYou will receive instant feedback regarding whether your solution passed all tests. Some of the eChecks may be covered during the labs.
  
-The lab tests are closed-bookno aids allowedBlank sheets of paper for scratch work may not be be brought into the lab. +To learn how to submit eChecks electronicallydo the initial self-paced labs of the textbook consulting the {{:guidedtour.pdf|Guided Tour}}. The URL of the eCheck server (which you need in order to submit electronically from home) can be found in the guided tour.
-Midterm Exam+
  
-The midterm exam consists of two components: a written test and a lab-based test (which is like the lab tests above). The midterm is scheduled at a common time for both sections of the course, A and E. (This is tentatively scheduled for Sunday 25 October.)+Students are expected to adhere to the coding style that is given in Appendix C of the textbook.
  
-The midterm will cover Chapters 1-5 of the textbook. You are also responsible for material from the Guided Tour.+== Lab Tests ==
  
-A copy of the midterm test (written part) from fall 2008 with answers. +There are two lab tests in this course. They are both open book, which means that you are allowed to have the textbook with you, but nothing else. For details on these tests, click on Labs on the sidebar.
-Final Exam+
  
-The final exam also consists of two components: a written exam, and a lab-based test. Scheduling for the final exam will be determined by the registrar's office later in the term.+== Written tests ==
  
-The final exam will cover chapters 1-12 of the textbook. It will consist of a written component and a programming component. The written component will be conducted during the exam period at a time scheduled by the registrar's office (see Examination Schedules). The programming component will be conducted in the lab on the same day (times TBA).+There is also one written test that will take place during the normal lecture time (also open book). See Important Dates for the date
  
-Midterm & Final Written Exam Procedures:+== Final Exam ==
  
-    * The written portion is closed-book/no aids. +The final exam consists of two components: a written test, and a lab testScheduling for the final exam will be determined by the registrar's office later in the term.
-    * Exam booklets and/or answer sheets will be provided. +
-    * A (non-electronic) dictionary may be used during the examif needed. +
-    * Proof of Identity must be provided. A photo ID and a student card are required. +
-    * Blank sheets of paper for scratch work may not be be brought into the exam.+
  
-The questions of the written exams (midterm and final) will focus on concepts, not on writing code. The programming parts will obviously test you on writing code.+The questions of the written part will focus on concepts, not on writing code. The lab test will obviously test you on writing code.
  
-A sample of the final exam written part can be found here (WARNING: these questions are provided only as examples of short answer type questions; your exam may vary). +== Grading ==
-Grading+
  
-You can access your marks so far in the course at the ePost server. 
 The weight distribution of the course components is as follows: The weight distribution of the course components is as follows:
  
-    * 10% : practise programming exercises / eChecks (1% each for practise #1 -- #10) +    * 20% : Lab test #1 
-    * 10% : lab test #1 +    * 20% : Lab test #2 
-    * 15% : lab test #2 +    * 20% : Written test 
-    * 30% : midterm exam +    * 40% : Final exam (20lab test 20% written test)
-    * 35: final exam  +
- +
-Note also that conversion from numeric to letter grade is applied to the overall mark only and in accordance with the following departmental standard: +
- +
-+
-  +
- +
-+
-  +
- +
-+
-  +
- +
-D+ +
-  +
- +
-+
-  +
- +
-C+ +
-  +
- +
-+
-  +
- +
-B+ +
-  +
- +
-+
-  +
- +
-A+ +
- +
-<40 +
-  +
- +
-≥40 +
-  +
- +
-≥50 +
-  +
- +
-≥55 +
-  +
- +
-≥60 +
-  +
- +
-≥65 +
-  +
- +
-≥70 +
- +
  
-≥75 +== Textbook Labs ==
- +
  
-≥80 +Every chapter in the textbook contains a "lab". Students are encouraged to follow the steps in these labs, as they are very helpful for understanding the course material. It is especially important to do so in the first weeks of the course. However, the textbook labs are optional and are not marked.
- +
  
-≥90 
  
syllabus.1262634613.txt.gz · Last modified: 2010/01/04 19:50 by bil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki