Question

Module A calls module B and passes data D. Module B uses only a subset of...

Module A calls module B and passes data D. Module B uses only a subset of data D. Please name the kind of coupling between A and B.

Question 1 options:

Data

Stamp

Control

Content

Homework Answers

Answer #1

Correct Answer: Stamp

Explanation:

The coupling is the measure of the dependency among the modules and it must be low for good system design.

The first option is incorrect because in data coupling two modules share an elementary data item.

The second option is correct because the stamp coupling occurs when two modules share a composite data-item passing as a parameter but only a subset of that passed date is used.

For example:

Pass the whole structure to a module but that module required only one field of its.

send(struct s){

s.name

}

The third option is incorrect because the controlled coupling occurs when a module controls the flow of any other module.

The fourth option is incorrect because if one module shares the code or content with another module then content coupling occurs.

So, only the second option is correct.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
(ii) Create a hierarchical Verilog 5-to-1 mux module with five data inputs (a, b, c, d,...
(ii) Create a hierarchical Verilog 5-to-1 mux module with five data inputs (a, b, c, d, e), three select inputs (s[2:0]), and one output bit (f) using 4-to-1 multiplexers. Design the 4-to-1 multiplexer using behavioral code.
A subset of a power set. (a) Let X = {a, b, c, d}. What is...
A subset of a power set. (a) Let X = {a, b, c, d}. What is { A: A ∈ P(X) and |A| = 2 }? comment: Please give a clear explanation to what this set builder notation translate to? Because I've checked the answer for a) and it is A= {{a,b}, {a,c}, {a,d}, {b,c}, {b,d}, {c,d}}. I don't understand because the cardinality of A has to be 2 right? Meanwhile, the answer is basically saying there's 6 elements. So...
Consider this data as POPULATION DATA. Answer A - D considering the data as population data....
Consider this data as POPULATION DATA. Answer A - D considering the data as population data. Data: 105, 91, 52, 86, 100, 96 , 98 , 109 , 96, 84, 54 Question 5: a) What is the population mean of these data points? b) What is the sum of squares of these data points? c) What is the population standard deviation of these data points? d) What is the population variance of these data points? E) What is the error...
Module 4 Assignment 1: Pseudocode & Python with Variable Scope Overview Module 4 Assignment 1 features...
Module 4 Assignment 1: Pseudocode & Python with Variable Scope Overview Module 4 Assignment 1 features the design of a calculator program using pseudocode and a Python program that uses a list and functions with variable scope to add, subtract, multiply, and divide. Open the M4Lab1ii.py program in IDLE and save it as M4Lab1ii.py with your initials instead of ii. Each lab asks you to write pseudocode that plans the program’s logic before you write the program in Python and...
1. Socket.io uses heartbeat mechanism to: Select one: a. Network delay detection b. Messages delivery detection...
1. Socket.io uses heartbeat mechanism to: Select one: a. Network delay detection b. Messages delivery detection c. New connection detection d. Disconnection detection 2. What datatype can Socket.io emit? Select one: a. number b. Any serializable data structures can be emitted. c. objects d. strings 3. io.sockets.emit("anotherEventName", data); With respect to the statement above which is excerpted from the server side, the data will be delivered to: Select one: a. to a group of clients b. new connections only c....
Please answer the following question. (Answer only if you are really sure. Please don't guess). Thank...
Please answer the following question. (Answer only if you are really sure. Please don't guess). Thank you Select the correct statement(s) regarding centralized (deterministic) access control on a LAN. a. a centralized node manages the medium access of all connected nodes through polling, tokens, etc. b. CSMA/CD or CSMA/CA are always required to prevent data collisions c. switch Ethernet is an example of centralized/deterministic access control d. all of the above are correct Full-duplex (FDX) communications can only be achieved...
Six Data Tables (A, B, C, D, E, F) are shown below. For each Table, decide...
Six Data Tables (A, B, C, D, E, F) are shown below. For each Table, decide which of two methods (table only  or   equation, graph, or table) can be used to represent the data. For the purposes of this question, assume that we only know and can use two graph forms / equations:   x= c t + d (straight line graph) and    x = b t2+ c t + d (quadratic curve graph). A    t x    0 4...
An adviser is testing out a new online learning module for a placement test. They wish...
An adviser is testing out a new online learning module for a placement test. They wish to test the claim that the new online learning module increased placement scores at a significance level of α = 0.05 . For the context of this problem, μ d = μ A f t e r − μ B e f or e where the first data set represents the after test scores and the second data set represents before test scores. Assume...
Statistical Process Control T. Crews, Inc. has been contracted to make Foolio. The recipe calls for...
Statistical Process Control T. Crews, Inc. has been contracted to make Foolio. The recipe calls for 100 milligrams of taurine in each 16-ounce bottle. To make sure that they are in compliance, T. Crews has pulled eight bottles of Foolio from its last eleven batches and tested them for taurine content. The data from these tests is below. Use this data for questions 8 – 14. Mg taurine per bottle Batch Bottle 1 Bottle 2 Bottle 3 Bottle 4 Bottle...
In a randomization test, if out of 999 random re-shuffles of data between two groups only...
In a randomization test, if out of 999 random re-shuffles of data between two groups only one has a difference between means greater than actually observed, what would the p-value be? A) 1/999 B) 2/999 C) 2/1000 Please help with explaining which one would be the correct answer?
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT