Software and Programming I
Overview
- Credit value: 15 credits at Level 5
- Convenor: Dr Panagiotis Charalampopoulos
- Tutors: Dr Dimitrios Airantzis, Richard Brownlow, Dr Panagiotis Charalampopoulos
- Assessment: two open-book in-class tests and short programming assignments (25%) and a two-hour examination (75%)
Module description
In this module we discuss the basic procedural and object-oriented features of the Java programming language. You will learn how to edit, compile and run small Java programs using the BlueJ integrated development environment.
Indicative syllabus
- Primitive data types and operators in Java
- Branching and looping statements, variable scope
- Arrays: the enhanced for loop, basic array algorithms and using arrays with methods
- Objects and classes; creating objects and constructors; manipulating objects and methods
- Access modifiers: public and private
- Passing objects as references; reference this
- The qualifier final for constants
- Instance and class variables and methods
- Inheritance and polymorphism
- Basics of exception handling and input-output
- Foundations of object-oriented analysis and design in Java: discovering classes, relationships between classes
- Packages
Learning objectives
By the end of this module, you will be able to:
- understand and explain the concept of object-orientation
- understand and explain the procedural and object-oriented features of the Java programming language
- construct simple algorithms and apply problem-solving strategies
- edit, compile and run programs using standard tools for Java (IDE and compiler).