You are on page 1of 4

CHILDREN CODING LEARNING

SYSTEM
Use Case Diagram
A use case diagram can summaries the details of your system's users (also known as actors) and
their interactions with the system in the Unified Modeling Language (UML). You'll need a
collection of specialized symbols and connectors to construct one. A good use case diagram can
assist your team in discussing and representing:
 People, organizations, or external systems interact with your system or application in
scenarios.
 Goals that your system or application assists those entities (sometimes referred to as
actors) in achieving
 Your system's capabilities
Sequence Diagram
A sequence diagram is a form of interaction diagram that shows how a group of items interacts
and in what order. Software engineers and business experts use these diagrams to understand the
requirements for a new system or to describe an existing process. Event diagrams and event
scenarios are other names for sequence diagrams.

Activity Diagram
Developers use an activity diagram to understand the high-level flow of program. It also allows
them to identify the restrictions and factors that lead to specific events. If complicated decisions
are being made, a flow chart becomes an activity diagram. The soul of wit is brevity. We need to
deliver a lot of information in a clear and concise manner. As a result, an activity diagram aids
both businesspeople and developers in interacting with and understanding systems.

You might also like