Question List
Question 4 of 5
Which of the following are the ways in which modules can be
dependent on each other?
The references made from one module to another
None of the options
The amount of data passed from one module to another
The amount of control that one module has over the other
SUBMIT ALL
< PREV
NEXT >
Answers
Answered by
1
Answer:
Highly coupled have program units dependent on each other. Loosely coupled are made up of units that are independent or almost independent. Modules are independent if they can function completely without the presence of the other.
Explanation:
Answered by
2
The references made from one module to another
The amount of data passed from one module to another
The amount of control that one module has over the other
Similar questions