InterviewSolution
Saved Bookmarks
| 1. |
Decision box is used for which type of operation? |
|
Answer» tion:A DECISION box is used to model a desision point within an algorithm. A comparison OPERATION is typically ATTACHED to each outgoing flow, which MAY be evaluated to determine the PATH to be taken. |
|