FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which one of the following is the correct ordering of the coupling of modules from strongest (least desirable) to weakest (most desirable)?
A
content, common, control, stamp, data
B
common, content, control, stamp, data
C
content, data, common, stamp, common
D
data, control, common, stamp, content
Explanation: 

Detailed explanation-1: -Coupling between modules can be ranked in the order of strongest (least desirable) to weakest (most desirable) as follows: Content Coupling, Common Coupling, External Coupling, Control Coupling, Stamp Coupling, Data Coupling.

Detailed explanation-2: -Strong coupling is an extreme form of light-matter interaction in which molecules exchange energy with an electromagnetic mode, often the mode is that of an optical cavity. For strong coupling to occur the exchange rate has to be faster than the rate of any competing dissipative process.

Detailed explanation-3: -Levels of Coupling Coupling can be low / loose / weak or high / tight / strong. Tight coupling translates into ripple effects when making changes, as well as code that is difficult to understand. It tends to propagate errors across modules, when one module behaves incorrectly.

Detailed explanation-4: -Which of the following is the best type of module coupling? Explanation: The dependency between module A and B is said to be data coupled if their dependency is based on the fact they communicate by only passing of data. 5.

There is 1 question to complete.