York University

CSE 1020: Introduction to COSC I

Fall 2011

Department of Computer Science and Engineering

Home

Online Forum

Weekly Calendar

Course Syllabus

Course Policies

Assessment

Important Links

Lectures

Test and Lab Solutions

Practice Questions

TA Hours



York University

Test and Lab Solutions

Week Test or Lab Solution
2
(Sep 14-20)
Simple input and arithmetic IntSwap
ColourConvert
3
(Sep 21-27)
Using java.lang.Math SimpleStats
ThreeSort
  Test01A
Test01C
Test01D
MakeChange
Revolution
SongSeconds
4
(Sep 28-Oct 04)
APIs and Objects AddFractions
FractionArithmetic
QuotedFraction
E
5
(Oct 05-Oct 18)
while Loops WhileInput
SumLessThanM
E
  Test01E
Test01F
Binary
AverageTwo
6
(Oct 19-Oct 25)
for loops RedEye
RandomInts
InversionCounts
7
(Oct 26-Nov 01)
Test02A




Test02C



Test02E




Test02G
Test2AShort
Test2A
Test2BShort
Test2BShorter
Test2B
Test2CShort
Test2C
Test2DShort
Test2D
Test2EShort
Test2E
Test2FShort
Test2FShort2
Test2F
Test2GShort
Test2G
Test2H
8
(Nov 02-Nov 08)
Midterm Section E Lab 01
Midterm Section E Lab 02
Midterm Section A
solution

9
(Nov 09-Nov 15)
Regular Expressions and Traversing a Collection WordAverage
Grades
10
(Nov 16-Nov 22)
Interfaces and Substitutability SpellCheck
Remove
11
(Nov 23-Nov 29)
Sets and Maps MedalCount solution using 3 Maps
MedalCount solution using 1 Map
MedalCount solution using 4 Lists