Computer Science, asked by princepadhipadhi, 11 months ago

A fork is used for representing?
1. Sequential flow
2. Iterations
3. Concurrent flow
4. All the operations

Answers

Answered by sachinkd1328
64

Answer:

3.Concurrent flow

Explanation:

Fork breaks incoming flow into multiple concurrent flows.

Answered by brainlysme9
0

A fork is used for representing concurrent flow.

To break a single incoming flow into many concurrent flows, a fork node is employed. In an activity diagram, it is represented as a straight, somewhat thicker line.

A connecting node combines many simultaneous flows into a single outbound flow.

Synchronization is the term used to describe the combination of a fork and a joining mode.

Similar questions