COMP5110 Lecture 1 - Introduction to Software Engineering _ Ethics
COMP5110 Lecture 1 - Introduction to Software Engineering _ Ethics
• Engineering Discipline
• Using appropriate theories and methods to solve problems bearing in mind organizational
and financial constraints.
• Software costs often dominate computer system costs. The costs of software
on a PC are often greater than the hardware cost.
• Software costs more to maintain than it does to develop. For systems with a
long life, maintenance costs may be several times development costs.
• More and more, individuals and society rely on advanced software systems.
We need to be able to produce reliable and trustworthy systems economically
and quickly.
Essential Attributes
Maintainability Software should be written in such a way so that it can evolve to meet the
changing needs of customers. This is a critical attribute because software
change is an inevitable requirement of a changing business environment.
Dependability and security Software dependability includes a range of characteristics including reliability,
security and safety. Dependable software should not cause physical or
economic damage in the event of system failure. Malicious users should not be
able to access or damage the system.
Efficiency Software should not make wasteful use of system resources such as memory
and processor cycles. Efficiency therefore includes responsiveness, processing
time, memory utilisation, etc.
Acceptability Software must be acceptable to the type of users for which it is designed. This
means that it must be understandable, usable and compatible with other
systems that they use.
Software Process Activities
Heterogeneity
• Increasingly, systems are required to operate as distributed systems across networks that
include different types of computer and mobile devices.
• Stand-alone applications
• These are application systems that run on a local computer, such as a PC. They include
all necessary functionality and do not need to be connected to a network.
• Entertainment systems
• These are systems that are primarily for personal use and which are intended to entertain
the user.
• Systems of systems
• These are systems that are composed of a number of other software systems.
Software Engineering Fundamentals
What are the key challenges Coping with increasing diversity, demands
for reduced delivery times and developing
facing software engineering? trustworthy software.
• There are many different types of system and each requires appropriate
software engineering tools and techniques for their development.
• Software engineers must behave in an honest and ethically responsible way if they
are to be respected as professionals.
• Ethical behaviour is more than simply upholding the law but involves following a set of
principles that are morally correct.
Issues Of Professional Responsibility
Confidentiality
• Engineers should normally respect the confidentiality of their employers or clients
irrespective of whether or not a formal confidentiality agreement has been signed.
Competence
• Engineers should not misrepresent their level of competence. They should not knowingly
accept work which is out of their competence.
Issues Of Professional Responsibility
Computer Misuse
• Software engineers should not use their technical skills to misuse other people’s
computers. Computer misuse ranges from relatively trivial (game playing on an
employer’s machine, say) to extremely serious (dissemination of viruses).
Jamaica Cybercrimes Act
• Most mental health patients do not require dedicated hospital treatment but
need to attend specialist clinics regularly where they can meet a doctor who
has detailed knowledge of their problems.
• To make it easier for patients to attend, these clinics are not just run-in
hospitals. They may also be held in local medical practices or community
centres.
MHC-PMS
• When the local systems have secure network access, they use patient
information in the database but they can download and use local copies of
patient records when they are disconnected.
MHC-PMS Goals
• Patient monitoring
• The system monitors the records of patients that are involved in treatment and issues
warnings if possible problems are detected.
• Administrative reporting
• The system generates monthly management reports showing the number of patients
treated at each clinic, the number of patients who have entered and left the care system,
number of patients sectioned, the drugs prescribed and their costs, etc.
MHC-PMS Concerns
• Privacy
• It is essential that patient information is confidential and is never disclosed to anyone
apart from authorised medical staff and the patient themselves.
• Safety
• Some mental illnesses cause patients to become suicidal or a danger to other people.
Wherever possible, the system should warn medical staff about potentially suicidal or
dangerous patients.
• The system must be available when needed otherwise safety may be compromised and it
may be impossible to prescribe the correct medication to patients.
Key Points
• Be familiar with the relevant laws and regulators in the jurisdiction(s) that your
software will operate in