41.0k views
0 votes
Present a data flow diagram for a food ordering system

1 Answer

2 votes

Answer:

Sure! Here is a basic example of a data flow diagram for a food ordering system:

Level 0 DFD:

```

+-----------------------+

| Food Ordering System |

+-----------------------+

|

+----------|----------+

| |

+-----|-------+ +--------|------+

| Customer | | Restaurant |

+-------------+ +---------------+

|

+------------|-----------+

| |

+-----|------+ +--------|------+

| Menu | | Order |

+------------+ +----------------+

```

Level 1 DFD (Customer process):

```

+---------------------------+

| Customer |

+---------------------------+

|

+------------|--------+

| |

+-----|------+ +------|-------+

| Browse | | Place |

| Menu | | Order |

+------------+ +-----------------+

```

Level 1 DFD (Restaurant process):

```

+-------------------------+

| Restaurant |

+-------------------------+

|

+--------------|-----------+

| |

+----|-------+ +------|-------+

| Receive | | Process |

| Orders | | Orders |

+------------+ +---------------+

```

I hope this gives you a general idea of how a data flow diagram for a food ordering system can be structured.

User Andrei V
by
8.2k points

No related questions found