0% found this document useful (0 votes)
24 views

Quiz 4

The document is a software engineering quiz containing two questions. The first question asks to apply step-wise refinement to develop three levels of procedural abstraction for a program that accepts sides of a triangle as input and determines the triangle type if the values are valid. The second question asks about temporal cohesion and to provide an example of a module that displays temporal cohesion.

Uploaded by

Satish Jadhao
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views

Quiz 4

The document is a software engineering quiz containing two questions. The first question asks to apply step-wise refinement to develop three levels of procedural abstraction for a program that accepts sides of a triangle as input and determines the triangle type if the values are valid. The second question asks about temporal cohesion and to provide an example of a module that displays temporal cohesion.

Uploaded by

Satish Jadhao
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Software Engineering

Quiz # 4

Time Allowed: 10 Minutes Roll no: __________________


17th April, 2003

1. Apply a step-wise refinement approach to develop three different levels of procedural


abstraction for the following program:

The software accepts values A, B, C that represent the sides of a triangle repeatedly
till valid values are entered. If all the values are positive and if the sum of length of
two sides is greater than the length of the third side, the type of the triangle is
determined (equilateral, isosceles, scalene).

2. What is temporal cohesion? Give an example of a module that displays temporal


cohesion.

You might also like