Assignment No. 02
Semester: Fall 2018
Software Engineering-1 (CS504)
Question: Marks 10
Krutchen proposes the development
of 5 main views. As you are well aware with the use case view, which uses
selected use cases or scenarios. Logical
view is the object model of the design and the physical view documents
the mapping(s) of the software onto the hardware and reflects its distributed
aspect.
You are required to develop
“Logical and Physical View” by considering the below given scenario of first
assignment (and solution uploaded on LMS). Your work comprises of the following
activities:
1) Identify the suitable
components, related users and rationale in “Logical View” and fill up the Table
given below. 5 Marks
(Note: You can get information by drawing the Class diagram
of the given scenario, but, this isn’t required and graded. We will grade only
the information given in the table)
2)
Also identify the components, users and rationale in “Physical View”. 5
Marks
View
|
Components
|
Users
|
Rationale
|
Logical
View
|
|
|
|
Physical
View
|
|
|
|
hAssignment 1
(Scenario)
“In every sport and game we have
to calculate score. We want to design a
software system for score management. Score management system will record all
game scores separately. Score will be stored and display on TV score bar,
website, mobile app (android and iPhone) and send to subscribers through SMS
automatically. There are many cameras and sensors in ground field. Score
management system utilizes these sensors to record score/activities
automatically; system will record these statistics in database. Sensors work
and available all the time. These sensors extract score related information
from the field and send it to the score management application. Score
management system will infer and declare a valid score and adds up to the
already existing scores. These sensors also assist umpires in different
decision makings. This Score management system will have all players profile
with their career. It should have current match statistics as well as concerned
game history.
A user will register him/her on
website of mob application. The user can choose category and check score board
of selected category. The admin will login into system. He will manage
activities of system and users such as check sensor, mange players profile and
manage subscriptions etc.”