{"id":1742,"date":"2012-01-04T13:40:34","date_gmt":"2012-01-04T21:40:34","guid":{"rendered":"https:\/\/blogs.ubc.ca\/karthik\/?page_id=1742"},"modified":"2013-01-07T20:24:48","modified_gmt":"2013-01-08T04:24:48","slug":"eece-310-2011-t2","status":"publish","type":"page","link":"https:\/\/blogs.ubc.ca\/karthik\/teaching\/eece-310-2011-t2\/","title":{"rendered":"EECE 310, Winter Term 2, 2011"},"content":{"rendered":"<p><strong>This is an past offering of this course. This course has changed considerably. Please see the ECE course guide for the new 310. <\/strong><\/p>\n<p><A name=\"_menu\"><\/p>\n<table border=\"5\">\n<\/A><\/p>\n<tr>\n<td> <A href=\"#_Staff\">Staff<\/A><\/td>\n<td> <A href=\"#_logistics\">Logistics<\/A><\/td>\n<td> <A href=\"#_Instructions\">Instructions<\/A><\/td>\n<td><A href=\"#_topics\">Topics<\/A><\/td>\n<td><A href=\"#_lectures\">Lectures<\/A><\/td>\n<td><A href=\"#_assignments\">Assignments<\/A><\/td>\n<\/tr>\n<\/table>\n<p><A name=\"#_Staff\"><br \/>\n<\/A><\/p>\n<h2> Course Staff <\/h2>\n<p><B> Instructor<\/B>: Karthik Pattabiraman (karthikp AT ece DOT ubc DOT ca ) <\/p>\n<p> <B> TAs <\/B>:  Frolin Ocariza Jr.(focarizajr AT yahoo DOT com) <\/p>\n<p>Anna Thomas (annathomas87@gmail.com) <\/p>\n<p><A name=\"_logistics\"><\/p>\n<h2> Course Logistics <\/h2>\n<p><\/A><br \/>\nThis is a third-year course on software engineering for electrical, computer and software engineering majors. The pre-requisite for this class is CPSC 260 (Object Oriented Programming Design) or equivalent. Students are expected to have strong backgrounds in object oriented and procedural programming. Prior experience with Java is helpful but not required. However, students will be expected to pick up Java on their own for the assignments.<a href=\"http:\/\/www.mindviewinc.com\/Books\/downloads.html\">Here <\/a>is a useful reference for learning Java.<\/p>\n<table border=\"1\">\n<tr>\n<th> What ? <\/th>\n<th> When ? <\/th>\n<th> Where ? <\/th>\n<\/tr>\n<tr>\n<td> Lectures <\/td>\n<td> Tuesdays and Thursdays (2:00 to 3:30 PM) <\/td>\n<td> MCLD 242 <\/td>\n<\/tr>\n<tr>\n<td> Karthik&#8217;s Office hours <\/td>\n<td> Tuesdays (1:00 PM to 1:45 PM) <\/td>\n<td> KAIS 4048 <\/td>\n<\/tr>\n<tr>\n<td> Lab hours <\/td>\n<td> Wednesday (5 to 7 PM)\/Thursday (11-1PM) <\/td>\n<td> MCLD 348 <\/td>\n<\/td>\n<\/table>\n<p><A href=\"#_menu\">Back to top<\/A><\/p>\n<p><A name=\"#_Instructions\"><\/p>\n<h2> Instructions <\/h2>\n<p><\/A><\/p>\n<ol>\n<li> All course-related questions must be posted on the Piazza.com website for this course. We will not respond to course questions through email. Please sign up for this class on <a href=\"http:\/\/piazza.com\/ubc.ca\/winter2012\/eece310\" title=\"Piazza - EECE 310\">Piazza<\/a>. <\/li>\n<li> For all other questions that are specific to your situation, you can email us provided you include EECE310 in your subject. Otherwise, your email may get lost and we will not reply.\n <\/li>\n<\/ol>\n<p><A href=\"#_menu\">Back to top<\/A><\/p>\n<p><A name=\"_topics\"><\/p>\n<h2>Topics covered<\/h2>\n<p><\/A><br \/>\nWe will cover the following topics in this course:<\/p>\n<ul>\n<li><b>Modular Development<\/b>: Procedures, exceptions, data abstractions, iteration and polymorphism <\/li>\n<li><b>Programming in the large<\/b>: Requirements analysis, writing specifications, concurrent programming, testing and debugging<\/li>\n<li><b>Other activities<\/b>: Design and evaluation, quality assurance, etc.<\/li>\n<\/ul>\n<p>The course syllabus is available in  <a href=\"http:\/\/courses.ece.ubc.ca\/310\/public\/syllabus.pdf\">here<\/a>.<\/p>\n<p><A href=\"#_menu\">Back to top<\/A><\/p>\n<p><A name=\"_lectures\"><\/p>\n<h2>Lectures and Schedule<\/h2>\n<p><\/A><\/p>\n<table border=\"1\">\n<tr>\n<th> Topic covered <\/th>\n<th> Date posted <\/th>\n<th> Lecture notes <\/th>\n<th> Textbook Chapters <\/th>\n<\/tr>\n<tr>\n<td> Course orientation <\/td>\n<td> Jan 5 <\/td>\n<td> <a href=\"http:\/\/courses.ece.ubc.ca\/310\/public\/lectures\/course_orientation.ppt\">PPT <\/a><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td> Motivation <\/td>\n<td> Jan 5 <\/td>\n<td> <a href=\"http:\/\/courses.ece.ubc.ca\/310\/public\/lectures\/motivation.pptx\">PPTX <\/a><\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td> Java Objects <\/td>\n<td> Jan 10, 12 <\/td>\n<td> <a href=\"http:\/\/courses.ece.ubc.ca\/310\/public\/lectures\/objects-java.ppt\">PPT <\/a><\/td>\n<td> Chapter 2 <\/td>\n<\/tr>\n<tr>\n<td> Specifications <\/td>\n<td> Jan 12, 17 <\/td>\n<td> <a href=\"http:\/\/courses.ece.ubc.ca\/310\/public\/lectures\/specifications.ppt\">PPT <\/a><\/td>\n<td>Chaps 3 and 9<\/td>\n<\/tr>\n<tr>\n<td> Robust Code <\/td>\n<td> Jan 24, 26, 31 <\/td>\n<td> <a href=\"http:\/\/courses.ece.ubc.ca\/310\/public\/lectures\/Robustcode.ppt\">PPT <\/a><\/td>\n<td>Chaps 4 and 10<\/td>\n<\/tr>\n<td> JML <\/td>\n<td> Feb 2 <\/td>\n<td> <a href=\"http:\/\/courses.ece.ubc.ca\/310\/public\/lectures\/jml.ppt\">PPT <\/a><\/td>\n<td>&#8211;<\/td>\n<\/tr>\n<tr>\n<td> Data Abstractions <\/td>\n<td> Feb 7, 9, 14 and 16  <\/td>\n<td> <a href=\"http:\/\/courses.ece.ubc.ca\/310\/public\/lectures\/Data-abstraction.ppt\">PPT <\/a><\/td>\n<td>Chap 5<\/td>\n<\/tr>\n<tr>\n<td> Concurrent Programming <\/td>\n<td> Mar 6, 8 and 13  <\/td>\n<td> <a href=\"http:\/\/courses.ece.ubc.ca\/310\/public\/lectures\/concurency.ppt\">PPT <\/a><\/td>\n<td>&#8211;<\/td>\n<\/tr>\n<tr>\n<td> Iteration Abstraction <\/td>\n<td> Mar 13, 15  <\/td>\n<td> <a href=\"http:\/\/courses.ece.ubc.ca\/310\/public\/lectures\/Iteration-abstraction.ppt\">PPT <\/a><\/td>\n<td>Chapter 6<\/td>\n<\/tr>\n<tr>\n<td> Type hierarchy <\/td>\n<td> Mar 20, 22, 29, 3  <\/td>\n<td> <a href=\"http:\/\/courses.ece.ubc.ca\/310\/public\/lectures\/type-hierarchy.ppt\">PPT <\/a><\/td>\n<td>Chapter 7<\/td>\n<\/tr>\n<tr>\n<td> Final review <\/td>\n<td> Apr 5 <\/td>\n<td> <a href=\"http:\/\/courses.ece.ubc.ca\/310\/public\/lectures\/final-review.pptx\">PPTX <\/a><\/td>\n<td>&#8211;<\/td>\n<\/tr>\n<\/table>\n<p><A href=\"#_menu\">Back to top<\/A><\/p>\n<p><A name=\"_assignments\"><\/p>\n<h2>Assignments and Labs<\/h2>\n<p><\/A><\/p>\n<p><B>Note<\/B>: Labs are not graded, but are meant to help you prepare for the assignments. You are strongly encouraged to try the labs before trying the assignments.<\/p>\n<p><B>You can find the submission instructions for the assignments <a href=\"http:\/\/courses.ece.ubc.ca\/~310\/public\/assignment_submission_instructions.pdf\">here<\/a>.<\/B><\/p>\n<table border=\"1\">\n<tr>\n<th> Assignment\/Lab<\/th>\n<th> Date posted <\/th>\n<th> Due Date <\/th>\n<th> Supporting code <\/th>\n<\/tr>\n<tr>\n<td><a href=\"http:\/\/www.ece.ubc.ca\/~frolino\/eece310\/lab1.pdf\">Lab 1<\/a><\/td>\n<td>Jan 9<\/td>\n<td>&#8211;<\/td>\n<td><a href=\"http:\/\/ece.ubc.ca\/~frolino\/eece310\/eece310_lab1.zip\">Code<\/a><\/td>\n<\/tr>\n<tr>\n<td><a href=\"http:\/\/www.ece.ubc.ca\/~frolino\/eece310\/a1.pdf\">Assignment 1<\/a><\/td>\n<td>Jan 16<\/td>\n<td>Feb 1 or 2*<\/td>\n<td><a href=\"http:\/\/ece.ubc.ca\/~frolino\/eece310\/eece310_assn1.zip\">Code<\/a><\/td>\n<\/tr>\n<tr>\n<td><a href=\"http:\/\/www.ece.ubc.ca\/~frolino\/eece310\/lab2.pdf\">Lab 2<\/a><\/td>\n<td>Jan 26<\/td>\n<td>&#8211;<\/td>\n<td>None<\/td>\n<\/tr>\n<tr>\n<td><a href=\"http:\/\/www.ece.ubc.ca\/~frolino\/eece310\/a2.pdf\">Assignment 2<\/a><\/td>\n<td>Feb 2<\/td>\n<td>Feb 15 or 16*<\/td>\n<td><a href=\"http:\/\/ece.ubc.ca\/~frolino\/eece310\/eece310_assn2.zip\">Code<\/a><\/td>\n<\/tr>\n<tr>\n<td><a href=\"http:\/\/www.ece.ubc.ca\/~frolino\/eece310\/lab3.pdf\">Lab 3<\/a><\/td>\n<td>Feb 9<\/td>\n<td>&#8211;<\/td>\n<td>None<\/td>\n<\/tr>\n<tr>\n<td><a href=\"http:\/\/www.ece.ubc.ca\/~frolino\/eece310\/a3.pdf\">Assignment 3<\/a><\/td>\n<td>Feb 16<\/td>\n<td>Mar 7 or 8*<\/td>\n<td><a href=\"http:\/\/ece.ubc.ca\/~frolino\/eece310\/eece310_assn3.zip\">Code<\/a><\/td>\n<\/tr>\n<tr>\n<td><a href=\"http:\/\/www.ece.ubc.ca\/~frolino\/eece310\/lab4.pdf\">Lab 4<\/a><\/td>\n<td>Mar 1<\/td>\n<td>&#8211;<\/td>\n<td>None<\/td>\n<\/tr>\n<tr>\n<td><a href=\"http:\/\/www.ece.ubc.ca\/~frolino\/eece310\/a4.pdf\">Assignment 4<\/a><\/td>\n<td>Mar 8<\/td>\n<td>Mar 21 or 22*<\/td>\n<td><a href=\"http:\/\/ece.ubc.ca\/~frolino\/eece310\/eece310_assn4.zip\">Code<\/a><\/td>\n<\/tr>\n<tr>\n<td><a href=\"http:\/\/www.ece.ubc.ca\/~frolino\/eece310\/a5.pdf\">Assignment 5<\/a><\/td>\n<td>Mar 22<\/td>\n<td>Apr 4 or 5*<\/td>\n<td><a href=\"http:\/\/ece.ubc.ca\/~frolino\/eece310\/eece310_assn5.zip\">Code<\/a><\/td>\n<\/tr>\n<\/table>\n<p><P>* The assignment is due on the date on which your lab session falls. <\/P><br \/>\n<A href=\"#_menu\">Back to top<\/A><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is an past offering of this course. This course has changed considerably. Please see the ECE course guide for the new 310. Staff Logistics Instructions Topics Lectures Assignments Course Staff Instructor: Karthik Pattabiraman (karthikp AT ece DOT ubc DOT &hellip; <a href=\"https:\/\/blogs.ubc.ca\/karthik\/teaching\/eece-310-2011-t2\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":32,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1742","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/blogs.ubc.ca\/karthik\/wp-json\/wp\/v2\/pages\/1742","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.ubc.ca\/karthik\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blogs.ubc.ca\/karthik\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.ubc.ca\/karthik\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.ubc.ca\/karthik\/wp-json\/wp\/v2\/comments?post=1742"}],"version-history":[{"count":39,"href":"https:\/\/blogs.ubc.ca\/karthik\/wp-json\/wp\/v2\/pages\/1742\/revisions"}],"predecessor-version":[{"id":2079,"href":"https:\/\/blogs.ubc.ca\/karthik\/wp-json\/wp\/v2\/pages\/1742\/revisions\/2079"}],"up":[{"embeddable":true,"href":"https:\/\/blogs.ubc.ca\/karthik\/wp-json\/wp\/v2\/pages\/32"}],"wp:attachment":[{"href":"https:\/\/blogs.ubc.ca\/karthik\/wp-json\/wp\/v2\/media?parent=1742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}