This site is from a past semester! The current version will be here when the new semester starts.
CS2113/T 2020 Jan-Apr
  • Full Timeline
  • Week 1 [from Mon Jan 13]
  • Week 2 [from Wed Jan 15 noon]
  • Week 3 [from Wed Jan 22 noon]
  • Week 4 [from Wed Jan 29 noon]
  • Week 5 [from Wed Feb 5 noon]
  • Week 6 [from Wed Feb 12 noon]
  • Week 7 [from Wed Feb 19 noon]
  • Week 8 [from Wed Mar 4 noon]
  • Week 9 [from Wed Mar 11 noon]
  • Week 10 [from Wed Mar 18 noon]
  • Week 11 [from Wed Mar 25 noon]
  • Week 12 [from Wed Apr 1 noon]
  • Week 13 [from Wed Apr 8 noon]
  • Textbook
  • Admin Info
  • Report Bugs
  • Forum
  • Instructors
  • Announcements
  • File Submissions
  • Tutorial Schedule
  • repl.it link
  • Java Coding Standard
  • Forum Activities Dashboard
  • Participation Dashboard

  •  Individual Project (iP):
  • Individual Project Info
  • Duke Upstream Repo
  • iP Code Dashboard
  • iP Progress Dashboard

  •  Team Project (tP):
  • Team Project Info
  • Team List
  • tP Code Dashboard
  • tP Progress Dashboard
  • Week 2 [from Wed Jan 15 noon] - Summary

    • [W2.2] Java: Intro

    • [W2.3] Java: HelloWorld

    • [W2.4] Java: Data Types

    • [W2.5] Java: Control Flow

    • [W2.6] RCS: Init, Commit

    • [W2.7] RCS: Fork, Clone

    • [W2.8] IDEs: Basic Features

    • [W2.9] Code Quality: Coding Standards

    • [W2.1a] Software Engineering → Introduction → Pros and cons

    • [W2.2] Java: Intro
    • [W2.2a] C++ to Java → About this chapter

    • [W2.2b] C++ to Java → The Java World → What is Java?

    • [W2.2c] C++ to Java → The Java World → How Java works

    • [W2.2d] C++ to Java → The Java World → Java editions

    • [W2.3] Java: HelloWorld
    • [W2.3a] C++ to Java → Getting Started → Installation

    • [W2.3b] C++ to Java → Getting Started → HelloWorld

    • [W2.3c] C++ to Java → Getting Started → Compiling a program

    • [W2.3d] C++ to Java → Getting Started → Running a program

    • [W2.4] Java: Data Types
    • [W2.4a] C++ to Java → Data Types → Primitive data types

    • [W2.4b] C++ to Java → Data Types → Variables

    • [W2.4c] C++ to Java → Data Types → Operators

    • [W2.4d] C++ to Java → Data Types → Arrays

    • [W2.5] Java: Control Flow
    • [W2.5a] C++ to Java → Control Flow → Branching

    • [W2.5b] C++ to Java → Control Flow → Methods

    • [W2.5c] C++ to Java → Control Flow → Loops

    • [W2.6] RCS: Init, Commit
    • [W2.6a] Project Management → Revision Control → What

    • [W2.6b] Project Management → Revision Control → Repositories

    • [W2.6c] Tools → Git and GitHub → Init

    • [W2.6d] Project Management → Revision Control → Saving history

    • [W2.6e] Tools → Git and GitHub → Commit

    • [W2.6f] Tools → Git and GitHub → Ignore

    • [W2.7] RCS: Fork, Clone
    • [W2.7a] Project Management → Revision Control → Remote repositories

    • [W2.7b] Tools → Git and GitHub → Clone

    • [W2.8] IDEs: Basic Features
    • [W2.8a] Implementation → IDEs → What

    • [W2.8b] Tools → Intellij IDEA → Project setup

    • [W2.8c] Tools → Intellij IDEA → Code navigation

    • [W2.9] Code Quality: Coding Standards
    • [W2.9a] Implementation → Code Quality → Introduction → What

    • [W2.9b] Implementation → Code Quality → Style → Introduction

    Admin:

    1. Submit coding exercises on repl.it Tuesday midnight
    2. Subscribe to the module forum

    iP:

    1. Learn about the project
    2. Set up prerequisites
    3. Set up the project in your computer
    4. Add Increment: Level-0