Locked History Attachments

Diff for "COMP2911"

Differences between revisions 22 and 49 (spanning 27 versions)
Revision 22 as of 2010-02-24 09:16:34
Size: 2965
Comment:
Revision 49 as of 2013-03-08 11:03:33
Size: 3773
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
= COMP2911: Design in Computing = = Course Homepage =
=
= COMP2911: Design in Computing ==
Line 5: Line 6:
||<#cccccc>~+ Course Material +~ ||<#ccccff> ~+ ''' [[https://wiki.cse.unsw.edu.au/cs2911cgi/10s1|2010 s1]] +~<<BR>>''current session''||<#cccccc> ~- [[http://www.cse.unsw.edu.au/~cs2911/09s2/|2009 s2]] -~ ||<#cccccc> ~-[[http://www.cse.unsw.edu.au/~cs2911/09s1|2009 s1]]-~ ||<#cccccc> ~- [[http://wiki.cse.unsw.edu.au/cs2911cgi/08s2|2008 s2]] -~ ||<#cccccc> ~-[[http://www.cse.unsw.edu.au/~cs2911/08s1|2008 s1]]-~ ||<#cccccc> ~- [[http://wiki.cse.unsw.edu.au/cs2911cgi/07s2|2007 s2]] -~ ||<#cccccc> ~-[[http://www.cse.unsw.edu.au/~cs2911/07s1|2007 s1]]-~ || ||<#cccccc>~+ Course Material +~ ||<#ccccff> ~+ ''' [[http://www.cse.unsw.edu.au/~cs2911/13s1|2013 s1]] '''+~<<BR>>''current session''||<#cccccc>~- [[https://www.openlearning.net/courses/COMP461394|2012 s1]] {*} -~<<BR>> ~- [[http://www.cse.unsw.edu.au/~cs2911/12s2|2012 s2]] -~||<#cccccc> ~-[[http://mahler.cse.unsw.edu.au/webcms2/course/index.php?cid=2182|2011 s1]] {*} -~ <<BR>> ~-[[http://www.cse.unsw.edu.au/~cs2911/11s2|2011 s2]] {o} -~||<#cccccc> ~-[[https://wiki.cse.unsw.edu.au/cs2911cgi/10s1|2010 s1]] {*} -~ <<BR>> ~- [[http://www.cse.unsw.edu.au/~cs2911/10s2|2010 s2]] {X} -~ ||<#cccccc> ~- [[http://www.cse.unsw.edu.au/~cs2911/09s1/|2009 s1]] {*} -~ <<BR>> ~-[[http://www.cse.unsw.edu.au/~cs2911/09s2|2009 s2]] {X} -~ ||<#cccccc> ~- [[http://www.cse.unsw.edu.au/~cs2911/08s1|2008 s1]] {X} -~ <<BR>> ~-[[http://wiki.cse.unsw.edu.au/cs2911cgi/08s2|2008 s2]] {X} -~ ||<#cccccc> ~- [[http://wiki.cse.unsw.edu.au/cs2911cgi/07s1|2007 s1]] {X} -~ <<BR>> ~-[[http://www.cse.unsw.edu.au/~cs2911/07s2|2007 s2]] {X} -~ ||

~-
''' Key ''' <<BR>>
{*} - Course offering accessible, course links to and follows 2911 syllabus <<BR>>
{o} - Course offering accessible, different syllabus used<<BR>>
{X} - Course offering not available, link is broken -~
Line 29: Line 36:
    * Work effectively in a team.
Line 47: Line 55:
 * [[/comingSoon|Coming soon]]
Line 50: Line 59:
~- CategoryCourseHomePage -~ ~- CategoryCourseHomePage | <<Hits>> page views -~

Course Homepage

COMP2911: Design in Computing

Course Material

2013 s1
current session

2012 s1 {*}
2012 s2

2011 s1 {*}
2011 s2 {o}

2010 s1 {*}
2010 s2 {X}

2009 s1 {*}
2009 s2 {X}

2008 s1 {X}
2008 s2 {X}

2007 s1 {X}
2007 s2 {X}

Key
{*} - Course offering accessible, course links to and follows 2911 syllabus
{o} - Course offering accessible, different syllabus used
{X} - Course offering not available, link is broken

Overview

After completing COMP2911 you should:

  • Understand the engineering design process
  • Have an appreciation of the role of design in computing
  • Work effectively in teams to design and implement solutions to large problems
  • Select and/or design the appropriate algorithms/data structures/class hierarchies when developing software to solve non-trivial new and unfamiliar problems

Specific Skills

  • Understand the fundamentals of Object Oriented (OO) programming.
  • Design OO solutions for larger problems using abstraction and interfaces.
  • Be able to appropriately reuse code using inheritance.
  • Understand the issues involved in designing classes in an OO system.
  • Distinguish between well-designed OO programs and poorly designed OO programs.
  • Be aware of and make appropriate use of the most common design patterns in your class designs.
  • Understand the most common algorithm design methodologies, and their strengths and weaknesses
  • Appreciate when to select existing algorithms and when to design new ones.
  • Be able to design reasonable algorithms to solve a range of problems.
  • Be able to successfully develop large projects in teams using agile methods.
  • Engage in effective pair programming.
  • Follow a style guide and engage in effective code review.
  • Understand and effectively use: program by contract, test driven development, and refactoring.
  • Work effectively in a team.
  • Use an IDE.
  • Program in Java.

About the Course

Student Resources

Staff Resources


CategoryCourseHomePage | 85964 page views