What Do CS1 Syllabi Reveal About Our Expectations of Introductory Programming Students?

University of St Andrews - Object-Oriented Programming

Country: Scotland
University: University of St Andrews
Course code: CS1002
Course title: Object-Oriented Programming
Date of Syllabus:
Source: Manual search
Associated Degrees: Computer Science
Prerequisits: no
Course for Majors: yes
Course stage:
Semester:
Programming language: Java
Language of Instruction: English
URL: https://info.cs.st-andrews.ac.uk/student-handbook/modules/CS1002.html
Explicit or !Explicit LOs: Explicit
Learning Outcomes:

To introduce the concepts of software design and programming

Be able to design simple object-oriented (OO) models using an OO design notation and supporting software tools

Be able to implement an OO model in a high-level OO language using objects, classes, inheritance, arrays, conditionals and iteration

Be conversant with effective documentation, layout, debugging and testing

LO categories:

Generating clear documentation

Basic OOP

Classes & objects

Inheritance

Control Structures & logic (if/else etc)

Repitition & loops (for/while etc)

Arrays, Lists, dictionaries, vectors, sets

Testing & Debugging code