This site is from a past semester! The current version will be
here
when the new semester starts.
CS2103/T
2023 Jan-Apr
Schedule
Full Timeline
Week 1
[Mon, Jan 9th]
Week 2
[Fri, Jan 13th]
Week 3
[Fri, Jan 20th]
Week 4
[Fri, Jan 27th]
Week 5
[Fri, Feb 3rd]
Week 6
[Fri, Feb 10th]
Week 7
[Fri, Feb 17th]
Week 8
[Fri, Mar 3rd]
Week 9
[Fri, Mar 10th]
Week 10
[Fri, Mar 17th]
Week 11
[Fri, Mar 24th]
Week 12
[Fri, Mar 31st]
Week 13
[Fri, Apr 7th]
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
Java Coding Standard
Git Conventions
Forum Activities Dashboard
Participation Dashboard
Search
Prev. Week
Summary
Admin
Topics
Project
Tutorial
Next Week
Week 6
[Fri, Feb 10th]
- 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 10th] - Tutorial
1 Demo your debugging skills
2 Sequence diagrams exercise