Question 2
A set of modules is said to have high cohesion and low coupling, which implies ___________ .
The functions in each module are performing varied operations, and a lot of data is interchanged between the modules
The functions in each module are together performing a single operation, and a lot of data is interchanged between the modules
The functions in each module are together performing a single operation, and the degree of interaction between the modules is very low
The functions in each module are together performing a single operation, and the degree of interaction between the modules is very high