Software Design and Development Syllabus
Software Design and Development Syllabus
9.1
Outcomes
A student:
H2.2 explains the relationship between emerging technologies and software development
H3.1 identifies and evaluates legal, social and ethical issues in a number of contexts.
33
34
Use of networks
by the developer when developing software
access to resources
ease of communication
productivity
35
Outcomes
A student:
H1.2 differentiates between various methods used to construct software solutions
H2.2 explains the interrelationship between emerging technologies and software development
H3.1 identifies and evaluates legal, social and ethical issues in a number of contexts
H4.2 applies appropriate development methods to solve software problems
H5.1 applies project management techniques to maximise the productivity of the software
development
H5.2 creates and justifies the need for the various types of documentation required for a software
solution
H5.3 selects and applies appropriate software to facilitate the design and development of software
solutions
H6.1 assesses the skills required in the software development cycle
H6.2 communicates the processes involved in a software solution to an inexperienced user.
36
37
9.2
The formal methods that comprise the structured approach to software development empower
students to undertake complex projects, knowing that the developed system will be robust and
easily maintained.
The stages described in this topic should not be studied in isolation or in a sequential fashion.
Students should be exposed to the content in a cyclic fashion and should recognise each stage
during the development of their project(s). It is important that students are able to apply each of the
stages in their project(s).
Areas for investigation in their project(s) could include writing scripts or code for modelling and
simulation, games, scripted hypermedia products and applications.
9.2.1 Defining and understanding the problem
In order for students to be able to develop software to meet an identified need, they first need to be
able to understand the specifications of a problem so that they can eventually translate these
specifications into code.
As well as having good technical skills, it is necessary for students to have good communication
skills so that the users requirements can be fully understood and implemented throughout the
development process. The modelling tools used should conform to those specified in the Software
and Course Specifications document and should provide documentation that can be interpreted by
developers and maintainers. Students should develop and refine skills as an integrated part of
developing their software solutions. It is important at this initial stage of the process that all relevant
social and ethical issues are considered as an integral part of the design and development of the
solution.
Outcomes
A student:
H1.2 differentiates between various methods used to construct software solutions
H3.1 identifies and evaluates legal, social and ethical issues in a number of contexts
H3.2 constructs software solutions that address legal, social and ethical issues
H4.1 identifies needs to which software solutions are appropriate
H4.2 applies appropriate development methods to solve software problems
H4.3 applies a modular approach to implement well structured software solutions and evaluates
their effectiveness
H5.1 applies project management techniques to maximise the productivity of the software
development
H5.2 creates and justifies the need for the various types of documentation required for a software
solution
H5.3 selects and applies appropriate software to facilitate the design and development of software
solutions
H6.1 assesses the skills required in the software development cycle
H6.2 communicates the processes involved in a software solution to an inexperienced user
H6.3 uses and describes a collaborative approach during the software development cycle
H6.4 develops and evaluates effective user interfaces, in consultation with appropriate people.
38
Design specifications
specifications of the proposed system
developers perspective in consideration of:
data types
data structures
algorithms
users perspective
interface design
social and ethical issues
relevance to the users environment and
computer configuration
System documentation
representing a system using systems modeling
tools, including:
IPO diagrams
context diagrams
data flow diagrams (DFDs)
storyboards
structure charts
system flowcharts
data dictionaries
algorithms used to document the logic in
modules and subroutines
test data and expected output
Communication issues between client and
developer
the need to consult with the client
the need to incorporate the clients
perspective
the need for the developer to enable and
consider feedback
the need to involve and empower the client
during the development process
39
Quality assurance
the need to explicitly define the criteria on
which the quality of the product will be judged
putting in place management processes to
ensure that quality criteria will be met
an ongoing process throughout development to
ensure the quality criteria will be met
40
Outcomes
A student:
H1.1 explains the interrelationship between hardware and software
H1.3 describes how the major components of a computer system store and manipulate data
H3.1 identifies and evaluates legal, social and ethical issues in a number of contexts
H3.2 constructs software solutions that address legal, social and ethical issues
H4.1 identifies needs to which software solutions are appropriate
H4.2 applies appropriate development methods to solve software problems
H4.3 applies a modular approach to implement well structured software solutions and evaluates
their effectiveness
H5.1 applies project management techniques to maximise the productivity of the software
development
H5.2 creates and justifies the need for the various types of documentation required for a software
solution
H5.3 selects and applies appropriate software to facilitate the design and development of software
solutions
H6.2 communicates the processes involved in a software solution to an inexperienced user
H6.3 uses and describes a collaborative approach during the software development cycle
H6.4 develops and evaluates effective user interfaces, in consultation with appropriate people.
41
Standard algorithms
standard logic used in software solutions, namely:
finding maximum and minimum values in
arrays
processing strings (extracting, inserting,
deleting)
generating a set of unique random numbers
processing of sequential files, including:
- sentinel value
- priming read
- open for input, output or append
- close
- appending records
processing of relative files, including:
- open for relative access
- defining a key field for a relative file
- retrieving, writing and updating a record in
a relative file
linear search
binary search
bubble sort
insertion sort
selection sort
(see Course Specifications document)
42
43
44
45
46
Emerging technologies
the effect of emerging hardware and software
technologies on the development process (see
Course Specifications document)
47
Outcomes
A student:
H3.1 identifies and evaluates legal, social and ethical issues in a number of contexts
H3.2 constructs software solutions that address legal, social and ethical issues
H4.2 applies appropriate development methods to solve software problems
H4.3 applies a modular approach to implement well structured software solutions and evaluates
their effectiveness
H5.1 applies project management techniques to maximise the productivity of the software
development
H5.2 creates and justifies the need for the various types of documentation required for a software
solution
H5.3 selects and applies appropriate software to facilitate the design and development of software
solutions
H6.1 assesses the skills required in the software development cycle
H6.2 communicates the processes involved in a software solution to an inexperienced user
H6.3 uses and describes a collaborative approach during the software development cycle
H6.4 develops and evaluates effective user interfaces, in consultation with appropriate people.
48
49
50
Outcomes
A student:
H1.2 differentiates between various methods used to construct software solutions
H3.1 identifies and evaluates legal, social and ethical issues in a number of contexts
H3.2 constructs software solutions that address legal, social and ethical issues
H4.2 applies appropriate development methods to solve software problems
H4.3 applies a modular approach to implement well structured software solutions and evaluates
their effectiveness
H5.1 applies project management techniques to maximise the productivity of the software
development
H5.2 creates and justifies the need for the various types of documentation required for a software
solution
H5.3 selects and applies appropriate software to facilitate the design and development of software
solutions
H6.1 assesses the skills required in the software development cycle
H6.2 communicates the processes involved in a software solution to an inexperienced user
H6.3 uses and describes a collaborative approach during the software development cycle
H6.4 develops and evaluates effective user interfaces, in consultation with appropriate people
Documenting changes
including relevant comments in the source code to
highlight the modification
updating associated hard copy documentation and
online help
using CASE tools to monitor changes and versions
(see Course Specifications document)
51
9.3
Project work in the HSC course is intended to reinforce the content covered in the other topics in
the course. Students need to experience working collaboratively with their peers and others, as this
is common in the computing field beyond school. In order to be able to develop software
successfully, students need to be able communicate well with others. Project work gives students
these opportunities.
The development of project(s) will build students understanding of the content dealt with
elsewhere in the course and should be integrated throughout the duration of this course.
Outcomes
A student:
H1.1 explains the interrelationship between hardware and software
H1.2 differentiates between various methods used to construct software solutions
H1.3 describes how the major components of a computer system store and manipulate data
H3.1 identifies and evaluates legal, social and ethical issues in a number of contexts
H3.2 constructs software solutions that address legal, social and ethical issues
H4.1 identifies needs to which software solutions are appropriate
H4.2 applies appropriate development methods to solve software problems
H4.3 applies a modular approach to implement well structured software solutions and evaluates
their effectiveness
H5.1 applies project management techniques to maximise the productivity of the software
development
H5.2 creates and justifies the need for the various types of documentation required for a software
solution
H5.3 selects and applies appropriate software to facilitate the design and development of software
solutions
H6.1 assesses the skills required in the software development cycle
H6.2 communicates the processes involved in a software solution to an inexperienced user
H6.3 uses and describes a collaborative approach during the software development cycle
H6.4 develops and evaluates effective user interfaces, in consultation with appropriate people
52
53
54
9.4
Options
The option topics in this course extend students software development experiences in one of two
dimensions.
Option 1 Programming Paradigms broadens students understanding of different types of
programming languages by looking at two different types and the reasons for their development.
Option 2 The Interrelationship Between Software and Hardware extends students understanding of
software development by investigating the more detailed relationships between hardware and
software and how the hardware is used by the software to allow specified instructions to be
performed.
Outcomes
A student:
H1.2 differentiates between various methods used to construct software solutions
H2.1 explains the implications of the development of different languages
H2.2 explains the interrelationship between emerging technologies and software development
H4.1 identifies needs to which software solutions are appropriate
H4.2 applies appropriate development methods to solve software problems
H5.3 selects and applies appropriate software to facilitate the design and development of software
solutions.
55
Logic paradigm
concepts
variables
rules
facts
heuristics
goals
inference engine
backward/forward chaining
language syntax
variables
rules
facts
appropriate use, such as:
pattern matching
AI
expert systems
56
programmer productivity
learning curve (training required)
use of reusable modules
speed of code generation
approach to testing
57
Outcomes
A student:
H1.1 explains the interrelationship between hardware and software
H1.3 describes how the major components of a computer system store and manipulate data
H2.2 explains the interrelationship between emerging technologies and software development
H4.1 identifies needs to which software solutions are appropriate
H5.2 creates and justifies the need for the various types of documentation required for a software
solution
H5.3 selects and applies appropriate software to facilitate the design and development of software
solutions.
Students learn about:
58
59
60