Bird
0
0

Given a use case diagram where an actor "User" is connected to use cases "Login" and "View Profile", what does this imply?

medium📝 Analysis Q4 of 15
Software Engineering - Requirements Engineering
Given a use case diagram where an actor "User" is connected to use cases "Login" and "View Profile", what does this imply?
AThe User can perform both Login and View Profile actions
BThe User can only perform Login, not View Profile
CThe system automatically logs in the User
DView Profile is a system process unrelated to User
Step-by-Step Solution
Solution:
  1. Step 1: Analyze actor connections

    Connections between actor and use cases mean the actor can perform those actions.
  2. Step 2: Interpret the diagram meaning

    Since User is linked to both Login and View Profile, User can do both.
  3. Final Answer:

    The User can perform both Login and View Profile actions -> Option A
  4. Quick Check:

    Actor connected to use case = Can perform action [OK]
Quick Trick: Actor connected to use case means permission to perform it [OK]
Common Mistakes:
  • Assuming connection means system does it automatically
  • Ignoring connections to some use cases
  • Confusing system processes with user actions

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Software Engineering Quizzes