NEW
Font size
Worksheetssoftware engg module 2
Total questions: 10
Worksheet time: 5mins
program volume of a software product is
V= N * log2n
V= (N/2) log2n
V= 2N*log2n
V= N* log2n + 1
the vocabulary of a program is defined as
η= η1 + η2
η= η1 – η2
η= η1 * η2
η= η1 / η2
which one is not a category of software metrics
product metrics
process metrics
project metrics
people metrics
The extent to which different modules are dependent upon each other is called
coupling
cohesion
modularity
stability
After the finalization of SRS, we may like to estimate
size
cost
development time
all of the above
Which one is not a size measure for software
LOC
function count
cyclometic complexity
halstead’s program length
Which one is not a risk management activity
risk assessment
risk control
risk generation
none of the above
The relationship of data elements in a module is called
coupling
cohesion
modularity
none of the above
The worst type of cohesion is
temporal cohesion
coincidental cohesion
logical cohesion
sequential cohesion
The most desirable form of coupling is
control coupling
data coupling
common coupling
content coupling
