Software-design
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
| Question 123 |
Let various levels of cohesion of software modules be denoted by C,T,S, and F as given below:
C: Coincidental F: Functional S: Sequential T: Temporal
Which of the following ordered tuples represents correct ordering from weakest to strongest level of cohesion?
| < T,S,C,F > | |
| < C,T,S,F > | |
| < C,T,F,S > | |
| < C,S,F,T > |
Correct Answer: B
