35.1k views
1 vote
Every year, Coach Nadia Comnici has to manage Victor College Gymnastic team. It as many as 20 gymnasts. There are several competitions the team has to compete during certain seasons. Each competition can have one or more opponents and consists of four events: vault, uneven bars, beam, and floor routine. A gymnast can participate in all or some of these events but the team is limited to five participants in any event.

During their annual Gymnastic Competition, they would have many gymnast participants who will make application for the event. In their application form, they would specify which event they would be participating such as vault, uneven bars, beam, and floor routine. They can specify by one or more events. The event administrator needs to collect the applications to prepare the event list with each participant’s name. Besides this, she will have to allocate the judges for each event. After she collected the information, she will send an email to the participant on the event itinerary and another email to the judges on the event with location and timing too.
Draw an external and an internal DFD for the gymnastic competition.

User Yaloner
by
7.3k points

1 Answer

4 votes
External DFD:

1. External Entity: Gymnast
- Inputs: Application form specifying the events they want to participate in
- Outputs: None

2. External Entity: Event Administrator
- Inputs: Application forms from gymnasts
- Outputs: Event list with participant names

3. External Entity: Judges
- Inputs: None
- Outputs: Email with event details (location and timing)

4. Process: Collect Applications
- Inputs: Application forms from gymnasts
- Outputs: Event list with participant names

5. Process: Allocate Judges
- Inputs: Event list with participant names
- Outputs: Email with event details (location and timing) for judges

Internal DFD:

1. Process: Collect Applications
- Inputs: Application forms from gymnasts
- Outputs: Event list with participant names

2. Process: Allocate Judges
- Inputs: Event list with participant names
- Outputs: Email with event details (location and timing) for judges
User Gust
by
7.3k points