User Tools

Site Tools


Sidebar

Welcome to DIDO WIKI

dido:public:ra:xapend:xapend.a_glossary:d:decision_point

This is an old revision of the document!


Decision Point

Return to Glossary

A Decision Point is a place in a program where the execution flow through the program is controlled. As a general rule, Decision Points occur at the Control Flow statements, however, each part of the boolean expression in the Control Flow statement is its own Decision Point. For example:

if ( A > 0 && A <=100 && B != A || B > 10000)
{ // Do somethiing
} // End if
else
{ // So something else
} // End else

The A > 0 is one possible path through the software, and is therefore a Decision Point. AA ⇐ 100 is another Decision Point, and so and so forth.

Source: Defined by DIDO RA

dido/public/ra/xapend/xapend.a_glossary/d/decision_point.1643883268.txt.gz · Last modified: 2022/02/03 05:14 by nick
Translations of this page: