| You are here: | About>Computing & Technology>C / C++ / C#> Glossary> B> Branch Point - Definition |
![]() | C / C++ / C# |
"Definition of Branch Point"Definition: A Branch Point is a place in a computer program where a decision is made. It can be a simple true/false decision or a multiple branch decision.
The overall complexity of a program depends upon the number of Branch Points. If there are 10 true/false decisions then in theory there are 210 = 1024 different paths through the program. Testing should try to test all possible paths. In practice, any non trivial application will have many thousands of Branch Points. Glossary:A B C D E F G H I J K L M N O P Q R S T U V W X Y ZAlso Known As: Conditional Branch,if statement,switch statement
|
Las Vegas on a BudgetFind a BargainHotel DealsCheap EatsFree AttractionsEntertainment for Less |
All Topics | Email Article | Print this Page | | ![]() |
| Advertising Info | News & Events | Work at About | SiteMap | Reprints | Help | Our Story | Be a Guide |
| User Agreement | Ethics Policy | Patent Info. | Privacy Policy | ©2008 About, Inc., A part of The New York Times Company. All rights reserved. |


