1 / 5

SOFTWARE ENGINEERING

SOFTWARE ENGINEERING. By Prakash Kalingrao Aithal. Tutorial Questions. Why number of faults is not a measure of quality? Define a Project?. Draw the CFG for the following Program. m ain() { int y=1; if(y<0) if(y>0) y=3; else y=0; printf (“%d n”,y ); }. Tutorial.

illias
Download Presentation

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