InterviewSolution
Saved Bookmarks
| 1. |
What is an embedded data flow? |
|
Answer» Embedded data flow is known as data flows which are called from another data flow in the design. The embedded data flow can contain multiple number of source and targets but only one input or output pass data to main data flow. |
|