Software-Engineering
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
Question 95 |
‘FAN IN’ of a component A is defined as
Count of the number of components that can call, or pass control, to a component A | |
Number of components related to component A | |
Number of components dependent on component A | |
None of the above |
Question 95 Explanation:
FAN-IN: FAN-IN counts the number of components that can call, or pass control, to a component.
Correct Answer: A
Question 95 Explanation:
FAN-IN: FAN-IN counts the number of components that can call, or pass control, to a component.