1 / 5

SOFTWARE ENGINEERING

This tutorial by Prakash Kalingrao Aithal explores key concepts in software engineering, focusing on why the number of faults is not a definitive measure of quality. It also provides a clear definition of a project and includes a controlled flow graph (CFG) for a sample program. Additionally, the tutorial comprises various exercises aimed at reinforcing understanding of fundamental principles in software engineering. References from reputable texts are included to aid further study, offering a well-rounded perspective on the subject.

illias
Télécharger la présentation

SOFTWARE ENGINEERING

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SOFTWARE ENGINEERING By PrakashKalingraoAithal

  2. Tutorial Questions • Why number of faults is not a measure of quality? • Define a Project?

  3. Draw the CFG for the following Program • main() { int y=1; if(y<0) if(y>0) y=3; else y=0; printf(“%d\n”,y); }

  4. Tutorial • Solve all exercise problems.

  5. References • Fundamentals of Software Engineering 2nd Edition by Rajib Mall • Software Engineering a practitioners Approach by Pressman R. S. • Software Engineering Theory and Practice by Pfleeger S. L. and Joanne M. Atlee • An Integrated Approach to Software Engineering by PankajJalote

More Related