How design of a software is measured quantitatively-00298
This subjective question is related to the book/course vu cs101 Introduction to Computing. It can also be found in vu cs101 Mid Term Solved Past Paper No. 11.
Question 1: How design of a software is measured quantitatively:
Answer:
The quality of the architectural design can be measured by measuring its complexity as shown below:
- Structural complexity S = (fout)2
- Data complexity D = v/(fout + 1) o 'v' is the number of input and output variables
- System complexity C = (Si + Di)