Unit 3: Computer Languages and Programming

COMP200 ยท Syllabus sections and open study tutorials

3 Tutorials

Tutorial 1: Imperative and Declarative Programming

Compare instructions that describe how to compute with declarations of what is wanted.

Start tutorial →

Tutorial 2: Objects and Object-Oriented Languages

Model state and behavior using objects, classes, encapsulation, and polymorphism.

Start tutorial →

Tutorial 3: Interpreters and Compilers

Trace translation, execution, type checking, and language implementation.

Start tutorial →