August 1999
SE203 : SOFTWARE ENGINEERING

QUESTION 3

Total Marks: 20 Marks

Click here to access other questions

Click to access
SUGGESTED SOLUTIONS
for Question 3

(a) What is software design?

 

[2]
(b) One of the many design concepts is "control hierarchy:, i.e. the representation of the organization of modules or components of a program.

 

[8]
(i) Firstly, define each of the following terms as used in the representation of structure :
  • fan-in
  • fan-out
  • depth
  • width
  • subordinate
  • superordinate

 

[6]
(ii) Next, illustrate your understanding of each term by making use of the diagram below to give an example of the use of each of the six terms. (Hint: for example, what is the fan-in for module B.)

pic1.gif (14475 bytes)

 

[6]
(c) Some of the factors that can be taken into consideration when choosing a programming language to develop a program are as follows:

General application area

Knowledge of staff

Algorithmic and computational complexity

Cost of acquiring/using the language

Describe each of these factors in your own words. Based on your understanding, also comment on which of these factors would you treat as the most significant consideration. Justify your opinion.

 

[6]