answersLogoWhite

0


Best Answer

control coupling

content coupling

common coupling

data coupling

external coupling

message coupling

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the types of coupling in software engineering?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are four different types of engineering?

Civil engineering, mechanical engineering, chemical engineering, and software engineering.


What kind of jobs require software programming skills?

To help you get an idea of the kind of jobs in software engineering, I took a quick look at online job listings for software engineering. The types of job titles that showed up were Software Engineering Technician, Software Engineering Programmer, Software Engineering Manager, Software Engineering Director, and Technical Writer in Software Engineering.


Where can I buy engineering project software online?

www.amazon.com/Software-Engineering-Project-Management-2nd/dp/0818680008. They have several types to choose from.


What are types of mechanical coupling?

There are many like flexible coupling, jaw coupling, sleeve coupling, tire coupling, pin and bush coupling, rigid coupling, etc


What are the different types of couplings?

1)rc coupling 2)transformer coupling 3)direct coupling


What is product in software engineering?

The product of software engineering is software.


What type of branches are there in engineering?

your question is not clear ,if you want o ask that what are the types of Engineering then your answer is Telecommunication Engineering Electrical Engineering Mechanical Engineering Mechatronics Engineering Chemical Engineering Software/Hardware Engineering etc for details visit at http://pakistaninfra.blogspot.com


Why different application types require specialized software engineering techniques to support their design and development?

no


What is design in software engineering?

data design in software engineering


Give some names of the CASE tools in the software engineering and write the features and the types of each one and how the CASE tools helps the software engineering in the process development cycle?

Ask Hashimi He has The Answer, but not giving to People.


What should be the experties for a computer engineer?

Electronic engineering (or electrical engineering), software design, and hardware-software integration instead of only software engineering or electronic engineering.


How are software coupling and portability are related?

The concept of coupling embodies the reliability and dependability (strength) among all relationships between functional units.The concept of software portability is the usability of same components/software in different environments.For optimal software, it is generally the case where coupling has to be minimized and portability has to be maximized (for sustainability and effectiveness in the long run). Having said that, strong software that contains low levels of coupling could easily and efficiently is portable. Similarly, if the software is portable it is probably due to the low levels of coupling that it has.Think of these as Lego pieces. If you want a working building, then all those nooks and crannies should not be visible (implying some coupling). That means that they should be stuck together pretty tightly (coupling). At the same time, if you want to remove a part of your structure like a room or a floor, then the tightness of your pieces (coupling) shouldn't be as strong. Ultimately, your structures portability is only dependent on the tightness of the pieces.