reopened by
1,318 views
0 votes
0 votes

Which of the following is a desirable property of module?

  1. Independency
  2. Low cohesiveness
  3. High Coupling
  4. Multifunctional
reopened by

1 Answer

0 votes
0 votes

Modularization: Modularization is the process of dividing a software system into multiple independent modules where each module works independently.

Desirable properties are:-

  • Every module is a well defined subsystem useful to others.
  • Every module has a well defined single purpose.
  • Modules can be separately compiled and kept in library.
  • Modules can use other modules.
  • Modules should be simpler to use than build.
  • Modules should have a easy interface.
Answer:

Related questions

2 votes
2 votes
1 answer
1
admin asked Apr 1, 2020
684 views
Which of the following is not a form of main memory?Instruction cacheInstruction registerInstruction opcodeTranslation look-aside buffer
3 votes
3 votes
2 answers
2
admin asked Apr 1, 2020
968 views
A pipeline is having speed up factor as $10$ and operating with efficiency of $80\%.$ What will be the number of stages in the pipeline?$10$$8$$13$None
1 votes
1 votes
2 answers
3
admin asked Apr 1, 2020
1,913 views
In time division switches if each memory access takes $100\;ns $ and one frame period is $125\;\mu s,$ then the maximum number of lines that can be supported is$625$ line...
0 votes
0 votes
1 answer
4
admin asked Apr 1, 2020
858 views
Which level of RAID refers to disk mirroring with block striping?RAID level $1$RAID level $2$RAID level $0$RAID level $3$