CS-10 Software Engineering Dec-2000
Question Paper Of CS-10 Software Engineering Dec-2000
Q.l (a). Suppose we wish to design software for Computer Aided Instruction. The subject might be Pascal programming, selected topics in Mathematics, or data structures (use your imagination). The system should provide interactive lessons, a scoring system, analysis of error patterns, and a history’ file for each student.
Do the following:
*Develop a System Requirement Specification
* Design DFD’s at 2 to 3 levels
* Discuss testing strategy for one S/W module
(b) Develop a procedural design for a program that accepts an arbitrarily long text as input and produces a list of words and their frequency occurrence as output. Discuss SAV design concepts and principles used (i.e, coupling, cohesion, structured programming style etc.)

