SHORT QA
In this tutorial, You can learn important short question and answer for exams. WHAT IS SOFTWARE PROTOTYPING ? => Software prototyping is the activity of creating prototypes of software applications i.e. incomplete version of the software program being developed. It is basically the demo version of any software development. It refers to building software application prototypes which displays the functionality of the product under development. WRITE THE DIFFERENCE BETWEEN MODULAR COHESION AND COUPLING ? => COHESION COUPLING Cohesion is the indication of the relationship within module. Coupling is the indication of the relationship between modules. Cohesion is the functional strength. Coupling is the independence among the modules. High cohesion is the actual solution. Low coupling is the actual solution. Cohesion is intra module concept. Coupling is the inter module concept WRITE THE DIFFERENCE BETWEEN VALIDATION AND VERIFICATION OF SOFTWARE? =