York University

CSE 1030: Introduction to Computer Science II

Winter 2013-14

Department of Computer Science and Engineering

Home

Labs

Weekly Calendar

Course Syllabus

Course Policies

Textbook

Useful Links



York University

Labs

Date Lab Topics Solution
Week of Jan 06 Lab 00    Using eclipse    
Using submit
this lab is not graded; students new to courses in EECS and students unfamiliar with eclipse should do this lab
Week of Jan 13 Lab 01    Utility class
 ⋅static fields
 ⋅static methods
WordGamesUtil.java
Week of Jan 20 Lab 02    Classes
 ⋅fields
 ⋅constructors
 ⋅methods
Complex.java
Week of Jan 27 Lab 03    Classes
 ⋅static and non-static fields
 ⋅static and non-static methods
PlayingCard.java
Week of Feb 5 Lab 04    Classes
 ⋅Aggregation and composition
 ⋅
Turtle.java
Week of Feb 24 Lab 05    Inheritance Circle.java
Rectangle.java
Week of Mar 3 Lab 06    Graphical user interfaces
 ⋅model
 ⋅view
 ⋅controller
ViewerModel.java
ViewerView.java
ViewerController.java
Week of Mar 10 Lab 07    Recursion
Lab7.java
Week of Mar 24 Lab 08    Linked lists
CharLinkedList.java