0
0
LLDsystem_design~5 mins

Use case diagrams in LLD - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a use case diagram?
A use case diagram is a simple visual tool that shows how users (actors) interact with a system to achieve goals (use cases). It helps understand system functions from the user's perspective.
Click to reveal answer
beginner
Who are actors in a use case diagram?
Actors represent users or other systems that interact with the system. They can be people, external systems, or devices that perform actions with the system.
Click to reveal answer
beginner
What is the purpose of use cases in a use case diagram?
Use cases describe specific actions or services the system provides to actors. They represent goals or tasks that actors want to accomplish using the system.
Click to reveal answer
beginner
What does an association line represent in a use case diagram?
An association line connects an actor to a use case, showing that the actor participates in or initiates that use case.
Click to reveal answer
intermediate
How do use case diagrams help in system design?
They help clarify system requirements by showing who uses the system and what they want to do. This makes it easier to plan features and communicate with stakeholders.
Click to reveal answer
What does an actor represent in a use case diagram?
AA database inside the system
BA user or external system interacting with the system
CA programming function
DA hardware component
What is the main purpose of a use case in a use case diagram?
ATo show the system's internal code structure
BTo list all system errors
CTo represent the physical hardware
DTo describe a goal or task an actor wants to achieve
Which symbol typically represents an actor in a use case diagram?
AA stick figure
BA rectangle
CA circle
DA diamond
What does a line connecting an actor to a use case indicate?
AThe use case is a subtask of the actor
BThe actor owns the use case
CThe actor interacts with the use case
DThe actor is a system component
Why are use case diagrams useful in early system design?
AThey help understand user needs and system functions
BThey replace all other diagrams
CThey show detailed code logic
DThey show database schemas
Explain what a use case diagram is and describe its main components.
Think about who uses the system and what they want to do.
You got /4 concepts.
    Describe how use case diagrams help in understanding system requirements.
    Consider how diagrams help talk with users and developers.
    You got /4 concepts.