[prev] 4 [next]

Course Goals

COMP9021 …
  • gets you thinking like a programmer
  • solving problems by developing programs
  • expressing your ideas in the language Python
COMP9024 …
  • gets you thinking like a computer scientist
  • knowing fundamental data structures/algorithms
  • able to reason about their applicability/effectiveness
  • able to analyse the efficiency of programs
  • able to code in C