50 likes | 175 Views
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.
E N D
SOFTWARE ENGINEERING By PrakashKalingraoAithal
Tutorial Questions • Why number of faults is not a measure of quality? • Define a Project?
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); }
Tutorial • Solve all exercise problems.
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