This site is from a past semester! The current version will be
here
when the new semester starts.
CS2103/T
2024 Jan-Apr
Schedule
Full Timeline
Week 1
[Mon, Jan 15th]
Week 2
[Fri, Jan 19th]
Week 3
[Fri, Jan 26th]
Week 4
[Fri, Feb 2nd]
Week 5
[Fri, Feb 9th]
Week 6
[Fri, Feb 16th]
Week 7
[Fri, Feb 23rd]
Week 8
[Fri, Mar 8th]
Week 9
[Fri, Mar 15th]
Week 10
[Fri, Mar 22nd]
Week 11
[Fri, Mar 29th]
Week 12
[Fri, Apr 5th]
Week 13
[Fri, Apr 12th]
Textbook
Admin Info
Dashboards
Project Links
Individual Project (iP):
Individual Project Info
iP Upstream Repo
iP Showcase
iP Code Dashboard
iP Progress Dashboard
Team Project (tP):
Team Project Info
tP Upstream Repo (AB3)
Team List
tP Code Dashboard
tP Progress Dashboard
Other Links
Report Bugs
Forum
Instructors
Announcements
Files (handouts, submissions etc.)
Tutorial Schedule
MS Teams link
Git Learning Trail
Java Coding Standard
Git Conventions
Forum Activities Dashboard
Participation Dashboard
Search
Prev. Week
Summary
Admin
Topics
Project
Tutorial
Next Week
Week 6
[Fri, Feb 16th]
- Tutorial
1
Demo your debugging skills
Open your iP or tP code in your IDE.
Set a breakpoint somewhere in the code.
Run the code in debug mode.
When the execution stops at the break point, use the debugger to execute 1-2 more statements.
Take a screenshot of the IDE and paste in the
tutorial workspace
file.
Optional: Set a
, take a screenshot of it, and paste it in the same file.
2
Sequence diagrams exercise
Do the following two exercises, as guided by the tutor.
Explain Sequence Diagram about Machine
Explain Sequence Diagram (
ParserFactory
)
Week 6 [Fri, Feb 16th] - Tutorial
1 Demo your debugging skills
2 Sequence diagrams exercise