Introductory Programming COMP6700
Learning outcomes
More information may be available for enrolled students on the course website at http://cs.anu.edu.au/Student/comp6700/
By the end of this course, you should be able to:
- Read and understand a Java-based software code of medium-to-high complexity.
- Write a Java application of medium complexity (consisting multiple classes).
- To use standard and third-party Java's API when writing your ownapplications.
- Understand the basic principles of creating Java applications with graphical user interface (GUI).
- Create your own GUI application of low complexity using the AWT/Swing Java packages.
- Understand fundamental concepts of computer science: structure of computational process, algorithms and complexity of computation.
- Understand the basic approches to designing software application and implementing the design using Java programming language.


