This site is from a past semester! The current version will be
here
when the new semester starts.
CS2103/T
2022 Aug-Nov
Schedule
Full Timeline
Week 1
[Mon, Aug 8th]
Week 2
[Fri, Aug 12th]
Week 3
[Fri, Aug 19th]
Week 4
[Fri, Aug 26th]
Week 5
[Fri, Sep 2nd]
Week 6
[Fri, Sep 9th]
Week 7
[Fri, Sep 16th]
Week 8
[Fri, Sep 30th]
Week 9
[Fri, Oct 7th]
Week 10
[Fri, Oct 14th]
Week 11
[Fri, Oct 21st]
Week 12
[Fri, Oct 28th]
Week 13
[Fri, Nov 4th]
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, Sep 9th]
- 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, Sep 9th] - Tutorial
1 Demo your debugging skills
2 Sequence diagrams exercise