Home UML Basics Class Diagram Use Case Diagram Statechart Diagram Activity Diagram Sequence Diagram Communication Diagram Deployment Diagram Need Help?
Activity Diagram Quiz

Answer the questions to the best of your ability. Below, you'll see two true or false questions, a matching question, a question to differentiate between states and activities, and a scenario.

1. Activity diagrams are good at showing how different actions can effect how the program will respond.

True
False

2. Match the terms with the symbols used to represent them, if they were to be incorporated into an activity diagram. Please type your answers exactly.

1. The plan for the day depends on the weather.
2. Multiple employees work on a single fast food order.
3. The completed fast food order is given to the customer.
4. A list of chores tells the children what they each have to do.
5. The person is about to start their task.

Initial node
Join
Fork
Decision node
Swimlanes

1

2

3

4

5

3. Choose the terms that are more likely to be found in an activity diagram, not a state diagram.

4. When a fork is used, only one of the paths is followed.

True
False

5. List some actions that might be found in an activity diagram for making cookies.