0% found this document useful (0 votes)
20 views

EEI4267 - CAT 1 2024 - ModelAnswer

requiremnet engineering

Uploaded by

R.D.T.S. Sewmini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

EEI4267 - CAT 1 2024 - ModelAnswer

requiremnet engineering

Uploaded by

R.D.T.S. Sewmini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

THE OPEN UNIVERSITY OF SRI LANKA

DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING


BACHELOR OF SOFTWARE ENGINEERING PROGRAM

EEI4267 REQUIREMENT ENGINEERING

CONTINUOUS ASSESSMENT TEST #1 - 2023/2024

Date: 17 March 2024 Time: 10.45-12.00

READ THE FOLLOWING INSTRUCTIONS BEFORE ANSWERING THE PAPER

Instructions

1. This paper contains 2 questions on 1 page


2. Answer all questions
3. This is a close book examination

Question 1 [20 Marks]

(a) Briefly explain user ‘Needs’ and ‘Wants’ providing examples. [4 marks]
User needs are essential functionalities or features that are necessary for the system to
fulfill its primary purpose or goal.
For a banking app, a user might need to check their account balance, transfer
funds, and pay bills.
User wants are additional features or functionalities that are desired by the user but
are not critical for the basic functioning of the system.
In a social media platform, users may want features like emoji reactions, dark
mode, or personalized recommendations.
(b) Briefly explain two different software process models. [6 marks]
Waterfall Model:
The Waterfall model is a linear and sequential software development process model.
It consists of distinct phases such as requirements phase, design phase,
implementation phase, testing phase, and maintenance phase, with each phase being
completed sequentially.The Waterfall model is suitable for projects with well-defined
requirements and stable environments.
Advantages:
Easy to understand and implement.
Clear documentation and milestone-based progress.
Disadvantages:
Less flexibility to accommodate changes.
Limited customer involvement until the end of the project.
Agile Process:

The Agile process is an iterative and incremental software development approach that
emphasizes flexibility, adaptability, and customer collaboration. It breaks down the
development process into small iterations or sprints, where cross-functional teams
complete a set of prioritized requirements. Key Agile practices are Scrum, Kanban,
and Extreme Programming (XP).

Advantages:
Flexibility to accommodate changing requirements.
Continuous feedback and collaboration with stakeholders.
Disadvantages:
Requires active involvement and commitment from the customer.

(c) List down the possible challenges you might face during requirements gathering. (8
Marks)
Student need to explain at least 3 relevant challenges.
Ex. Stakeholders often do not exactly know what they require.
• Stakeholders express requirements using their own terminology
• Stakeholders can have conflicting requirements among themselves
• Stakeholders can change during the requirement engineering process
(d) What is Project inception and why it is important for a software project. [10 marks]

Project inception refers to the initial phase of a software project where the project
team defines and clarifies the project's objectives, scope, and initial requirements. It is
a critical stage that sets the foundation for the entire project lifecycle. Here's why
project inception is important:

• During project inception, stakeholders collaborate to define the project's


purpose, objectives, and desired outcomes. This clarity ensures that all team
members are aligned with the project's goals from the outset.
• Project inception involves gathering and analyzing requirements to define the
scope of the project. By identifying key features and functionalities early on,
the team can prioritize work and allocate resources effectively.
• Project inception allows stakeholders to identify potential risks and challenges
that may impact the project's success. By conducting risk assessments early,
the team can develop mitigation strategies to address these risks proactively.
• During inception, project governance structures, roles, and responsibilities are
established. This ensures that decision-making processes are clear, and project
stakeholders understand their roles in guiding the project to completion.
• By defining project scope and requirements upfront, project inception helps
control costs by minimizing scope creep and avoiding rework later in the
project lifecycle.
Question 2 [80 Marks]

Case : Anjani is a movie lover who enjoys watching movies at her local theater, the
Lanka theater. However, she often finds it frustrating to wait in long queues to purchase
tickets, especially for popular movies during peak times. Anjani wishes there was a more
convenient way to book tickets in advance and choose her preferred seats without the
hassle of standing in line. To address this issue, the Lanka theater management decided to
develop an E-ticketing system that allows customers like Anjani to search and book
tickets online from the comfort of their homes or on-the-go using their smartphones. The
system should also provide additional features such as browsing movie listings (within 2
seconds), checking seat availability, and generating reports for theater management.
Further, the system admin should be able to insert, update, and delete data (ex: movie
description, time table) in the respective theater webpage.Theater has identified two types
of users like, super user (Age = > 18) and normal user (Age <18). System login should be
protected with a password and error message should display for wrong password. Other
than that, the web page should load within 2 seconds. As a software engineering student,
you are supposed to design the E-ticketing system.

(a) Who are the stakeholders of this project? (3 Marks)


• Domain experts
• Internet users
• Theater Owners

(b) Identify and briefly explain three different types of requirements (9 marks)
• Business Requirements
• User Requirements
• System Requirements
(c) List down the different types of UML Diagrams. (8 Marks)
1. Use case diagrams
2. Activity diagrams
3. Class diagrams
4. Sequency diagrams
(d) Briefly define following providing an example identified from the case above. (12
Marks)
I. Functional Requirements
Product features or functions that the software solution must implement to
provide the user requested tasks achievement.
Ex: As a admin user I should be able to update the movie data in the
system, so that users can see latest movie details.
II. Non-Functional Requirements
The quality attributes or constraints that a software system must meet.
Ex: As user, I should be able to see the browse web page within 2 seconds,
so that I can do my selection without delay.
III. Domain Requirements
Domain requirements refer to the specific needs and constraints that arise
from the application domain in which the software system operates.
Ex: As a user I should be able to pay online to book the movie ticket.
(e) You are supposed to create a use case diagram to illustrate the interactions
between different actors and the system's functionalities. Use the provided
requirements to identify the actors, their goals, and the system's functionalities,
then draw a use case diagram to depict these interactions. (40 Marks)

E-ticketing System
<<Include>>
Enter
System login Password
<<exclude>>

Incorrect
Search
login

List Movies Insert movie


data

Check seat Update


availability movie data

Admin
Delete user
Book Ticket
movie data
Super Normal
user user <<Include>>

Pay

Generate
reports

You might also like