Ce diaporama a bien été signalé.
Le téléchargement de votre SlideShare est en cours. ×

SOFTWARE ENGINEERING.pdf

Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Publicité
Prochain SlideShare
Formalatc 287
Formalatc 287
Chargement dans…3
×

Consultez-les par la suite

1 sur 6 Publicité

Plus De Contenu Connexe

Similaire à SOFTWARE ENGINEERING.pdf (20)

Plus récents (20)

Publicité

SOFTWARE ENGINEERING.pdf

  1. 1. BUDGE BUDGE INSTITUTE OF TECHNOLOGY NAME-AMIT KUMAR SHARMA STREAM-CSE(A) SEM-5TH ROLL-2760012009 PAPER NAME- SOFTWARE ENGINEERING PAPER CODE-ESC-501 TOPIC-CONTROL FLOW BASED DESIGN
  2. 2. INTRODUCTION- A Control Flow design is the graphical representation of control flow or computation during the execution of programs or applications. Control flow graphs are mostly used in static analysis as well as compiler applications, as they can accurately represent the flow inside of a program unit. The control flow graph was originally developed by Frances E. Allen.
  3. 3. DISCUSSION Characteristics of Control Flow Graph: •Control flow graph is process oriented. •Control flow graph shows all the paths that can be traversed during a program execution. •Control flow graph is a directed graph. •Edges in CFG portray control flow paths and the nodes in CFG portray basic blocks.
  4. 4. There exist 2 designated blocks in Control Flow Graph: 1.Entry Block: Entry block allows the control to enter into the control flow graph. 2.Exit Block: Control flow leaves through the exit block.
  5. 5. REFERENCE- https://study.com/ www.geeksforgeeks.org
  6. 6. THANK YOU

×