Software Engineering Lab9
Software Engineering Lab9
Hasan Kivrak
How do you model the following situation with a use case diagram:
Father and son cook dinner. In the course of that, one of them always has to load the dishwasher.
a) b)
father and son execute
only the son does the load dishwasher together.
cooking.
c) d)
a) b)
c) d)
oral exam inherits all associations the only actor
from exam. Thus in this approach communicating
two actors teacher and two actors with oral exam is
student would be needed for the professor.
oral exam.
How do you model the following situation with a use case diagram:
A teacher is conducting an interview with a student. In the course of that, the teacher
always has to grade the student.
conduct interview
extends grade, which
c) d) means that it is possible
but not mandatory that
during grade the use
case conduct interview
is executed.
Which of the following statements true for the use case
diagram?
❏ specifies who performs which tasks with a system that is going to be developed.
❏ A or B can execute Z.