Back to the 2024 paper
Similar questions
Software EngineeringDefine coupling and cohesion with examples, and explain their roles in creating modular structures.20247mSoftware EngineeringExplain coupling and cohesion with their types and significance in software design. Explain with examples.20257mSoftware EngineeringDefine cohesion and coupling. Explain various types of each of them.20207mSoftware EngineeringDefine cohesion and coupling. Explain various types of each of them.20227m
PreviousExplain when you use the PERT charts and when to use Gnatt charts. Consider a software project with 5 tasks T1-T5. Duration of the 5 tasks in weeks are 3, 2, 3, 5, 2 respectively. T2 and T4 can start when T1 is complete. T3 can start when T2 is complete. T5 can start when both T3 and T4 are complete. Draw the PERT chart representation of the project. When is the latest start date of the task T3? What is the slack time of the task T4? Which tasks are the critical path?NextDraw the context diagram and Level-1 DFD for the following Mail Order Processing System. "HMV Records is a mail-order company that distributes CDs and tapes at discounted prices to record-club members. When an order processing clerk receives an order form, he verifies that the sender is a club member by checking the member file. If the sender is not a member, the clerk returns the order along with a membership application form. If the customer is a member, the clerk verifies the order item data by checking the Item file. Then the clerk enters the order data and saves it to the Daily Order file. The clerk also prints an invoice and shipping list for each order, which are forwarded to order fulfilment section."