Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

Cmis 330 srs

12/11/2020 Client: papadok01 Deadline: 12 Hours

Instructions

Scenario

You have been asked to lead a software development team to build a system fulfilling the Statement of Need below. Your team is employed by a small company. The customer wants a project that balances reasonable development cost, timely delivery, software quality, and functionality.

In this project, you will perform preliminary system engineering and create an analysis model for this system. (See Figure 3.1 in Week 3 Activities > Methodologies and Domain Application issues > Commentary for an overview of the elements of an analysis model). Completing this project will require that you do the following:

Develop initial notes of the structure/functionality of the system.

Produce an initial system specification document for the system.

Develop a detailed scenario based model by writing use cases and develop an activity diagram.

Create a behavioral model that identifies events with a use case

You will produce a software requirements specification (SRS) document for the system The SRS that you create will be a combination of the System Specification (SS) and the SRS; your SRS must include the essential components of the SS in the SRS.

Your SRS will provide the foundation for Projects 2 through 4, so it must:

Describe the customer requirements

Establish the basis for software design

Be testable, flexible, and traceable.

Statement of Need

John and Jane are starting a bed-and-breakfast (B&B) in a small New England town. They will have three bedrooms for guests. They want a system to manage the reservations and to monitor expenses and profits. When a potential customer calls for a reservation, they will check the calendar, and if there is a vacancy, they will enter the customer name, address, and phone number, dates, agreed upon price, credit card number, and room numbers. Reservations must be guaranteed by 1 day’s payment. Reservations will be held without guarantee for an agreed upon time. If not guaranteed by that date, the reservation will be dropped.

SRS Template

Please use the IEEE template to develop your SRS. The IEEE Std 830-1998: IEEE recommended practice for software requirements specifications is posted in Course Resources > eReserves. The entire outline for the SRS is provided in section 5, Figure 1. Familiarize yourself with the type of information and diagrams to be provided in a SRS.

Please see section 3.6.1: Organization of SRS from the online text (Books 24x7: Software Engineering, Second Edition by Bharat Bhushan Agarwal and Sumit Prakash Tayal).

You may follow either of two paths; Structured Analysis/Design (SSA/D) methodology (i.e. organize your requirements by functional hierarchy) or Object-Oriented Analysis/Design (OOA/D) methodology (i.e. organize your requirements by objects). The contents of your SRS will be somewhat dependent upon this choice.

Look at the IEEE Standard 830 - 1998 Annex A. Annex A has suggested formats for your SRS. If you are following the SSA/D methodology, use template A.7. For OOA/D, use A.4.

Template A.4 allows you to organize your requirements by objects. For example, objects in a patient monitoring system include patients, sensors, nurses, physicians, medicines, etc. Each object has a set of attributes and each object performs a set of functions, services, methods, or processes. Note that objects may share attributes and services that can be grouped together as classes.

Template A.7 allows to organize your requirements into a hierarchy of functions organized by either common inputs, common outputs, or common internal data access. You will then use Data Flow Diagrams (DFDs) and data dictionaries to show the relationships between and among the functions and data.

Note: Whatever your choice, you must address and write section 3 of the template (figure 1) to successfully address the requirements for project 1. For additional context please see the SyRS Outline and the Outline Explanation depicted in Annex A of the IEEE Std 1233-1998: IEEE Guide for Developing System Requirements Specification. You can use this to further inform and flesh out the development of your A.4 or A.7 template as appropriate.

You may model your SRS on See section 3.6.1: Organization of SRS from the online text

Make any reasonable assumptions based on your understanding of the problem that allow you to address as many sections of your chosen SRS template as possible. I do not expect, or require, that you completely address all sections of the template. However, your SRS must address, and be built around, the required deliverables specified below. (You must incorporate the below requirements into the appropriate sections of your SRS).

The assignment

System Specification: Demonstrate your understanding of the customer’s statement of need by producing a preliminary documentation of the structure/functionality of John and Jane’s B&B. (This is how you shall include the essential components of an SS into your SRS). The basic objective here is to address the question “What is this system supposed to do”?

Identify, describe, and arrange in a structured manner, the features the system must have and the functions it must perform to satisfy John and Jane’s expressed need. Identify the expected performance and any anticipated constraints of the system. Much of this information should fit into the introductory and system functionality/description sections of the SRS. (See sections 5.1.1 (Purpose) and 5.1.2 (Scope) of the IEEE standard 830-1998). Note that sections 5.1.1 and 5.1.2 provide guidance on how to complete sections 1.1 and 1.2 of the SRS outline shown in figure 1.

SRS Deliverables: Pay special attention to the following required deliverables on which the bulk of your grade will be decided. (Please read the “project descriptions” in the project description section of the syllabus for additional context and information on course projects).

Produce an architectural context diagram (ACD) for the B&B. An ACD models how the system interacts with external entities (See the ACD template posted in the Projects conference; also see Figure 1.5 in Week 1 Activities > Introduction to Software Engineering > Commentary).

Produce a context-level (Level 0) Data Flow Diagram (DFD) for the B&B. The context level 0 DFD focuses on the flow of data through a system. (See Figure 2.7 in Week 2 Activities > Requirements Engineering and Modeling > Commentary ).

Refine your DFD to level 1. (See Figure 3.4 in Week 3 Activities > Methodologies and Domain Application issues > Commentary for an example of Level 1 and Level 3 DFDs). It may also be necessary to include process specifications to ensure that your DFD is defined to the lowest possible specification for design. If you prefer an object-oriented approach, you may supplement your use cases by using an activity diagramto depict the flow of interaction within a specific scenario.

The level 0 and Level 1 DFDs depict the basic components of the IT system you will develop and its internal and external interfaces.

Produce a class diagram, or an Entity Relationship Diagram (ERD) of the B&B to describe your system’s data and its interrelationships. (see Figure 2.8 in Week 2 Activities > Requirements Engineering and Modeling > Commentary for an example of a class diagram).

A class diagram models the objects that the system will manipulate and the operations that that will be applied to the data objects. You want to ensure that it properly supports your use cases and DFDs by capturing the attributes and behaviors of the objects that the system users (actors) must manipulate as they interact with the system and/or perform the operations implied by the functions/processes in your DFDs.

Identify the customers, users, and other stakeholders of the B&B system. (see Figure 2.1 in Week 2 Activities > Requirements Engineering and Modeling > Commentary for how defining the users help in eliciting requirements for a system). Produce a use case diagram for B&B (see Figure 2.6 and Table 2.2 in Week 2 Activities > Requirements Engineering and Modeling > Commentary for examples of use cases and use case diagrams). Use the module 2, Table 2.3 of the course module commentaries to develop (at least two) scenarios for the system.

Produce a state diagram for the B&B. (See Figure 3.5 in Week 3 Activities > Methodologies and Domain Application issues > Commentary for an example state transition diagram).

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

Custom Coursework Service
Finance Homework Help
Writer Writer Name Offer Chat
Custom Coursework Service

ONLINE

Custom Coursework Service

Hey, Hope you are doing great :) I have read your project description. I am a high qualified writer. I will surely assist you in writing paper in which i will be explaining and analyzing the formulation and implementation of the strategy of Nestle. I will cover all the points which you have mentioned in your project details. I have a clear idea of what you are looking for. The work will be done according to your expectations. I will provide you Turnitin report as well to check the similarity. I am familiar with APA, MLA, Harvard, Chicago and Turabian referencing styles. I have more than 5 years’ experience in technical and academic writing. Please message me to discuss further details. I will be glad to assist you out.

$55 Chat With Writer
Finance Homework Help

ONLINE

Finance Homework Help

I have a Master’s degree and experience of more than 5 years in this industry, I have worked on several similar projects of Research writing, Academic writing & Business writing and can deliver A+ quality writing even to Short Deadlines. I have successfully completed more than 2100+ projects on different websites for respective clients. I can generally write 10-15 pages daily. I am interested to hear more about the project and about the subject matter of the writing. I will deliver Premium quality work without Plagiarism at less price and time. Get quality work by awarding this project to me, I look forward to getting started for you as soon as possible. Thanks!

$55 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

1 minute manager summary - Parenting payment income test - Paramount clean edge razor - Fm 4 95 logistics operations - Discussion Board - Icd 10 pcs code for eus with fna - Ethical traps in business - Vickie lee roach v electoral commissioner - Lightning protection rolling sphere method - Cloud computing - Extra credit - Heating and cooling graph - CMGT/445 - College Algebra - Epidemilogy Assignment - Morgan molten metal systems - Av jennings house prices - Betrayal in the city - Bt super for life westpac group plan - Which of the following accounts belongs on the asset side of a balance sheet? - Quantim ahima org - Love and friendship by emily bronte analysis - Utas library document delivery - Environmental Sustainability - Gemmological association of australia - Research - Th - What is an expressed argument - Real time stream control protocol - Protozoa fungi worksheet - Identifying text structure 4 answer key - A horizontal aluminum rod 4.8 cm in diameter - Effective approaches in leadership and management benchmark assessment - Tú prefieres pasear por la plaza. - What is a good safeassign score - HW - Two discussion questions due tomorrow - Village of the watermills essay - Los primos ____ bien. - Group Policy Objects Recommendation - Mistaken identity a ten minute play - Difference between daylight and sunlight - Bottleneck southern bred bad boy - “at the sight of this” from doctor atomic includes electronic sonorities. - Genichi taguchi contribution to quality management - Eco 372 principles of macroeconomics - Gothic setting in wuthering heights - Case 8P Van Shock & Company, Inc - Current Topic Essay #5 - How to make benzoic - Environmental Science - Discussion Board 7-1A - How have economic forecasts for this country evolved - What is a complete sentence outline - Solving ac circuits with complex numbers - Indian king used rolls royce as dustbin - Science - Mr owen sparrow neurosurgeon - 737 800 takeoff speed chartliteral and implied meaning worksheets - Case study 1 & 2 separate each case study. APA style - R2 - Kno3 covalent or ionic - Nh4cl + h2o enthalpy - 3 phase cable colours - Conclusion about loneliness - Autocad civil 3d cost - Percentage of acetic acid in vinegar by titration - Inductive and deductive reasoning in economics - Reversible and irreversible change - Jd edwards implementation guide - Discussion - Middle road media case study - Graphic organizer for homework - Pepsi's entry into india a lesson in globalization - Lc3 right shift - Manage business document design and development assessment - Comprehensive problem 3 kornett company balance sheet - Question : Assignment - Symbolism in ender's game - Characteristics of a sinusoidal ac waveform - Eastern region womens football - Budget Approaches - Physical fitness plan worksheet - Perception and individual decision making case study - Advance Pathophysiology - Www cbussuper com au - As/nzs 3760 - test and tag intervals - Fluke t5 1000 recall - Bast kvothe kissing - Light and heavy letters in arabic - Assignment 03: Research Topic - I am looking to find someone soon to do all my competitive rounds for the Capsim course. - Psyco - Persuasive speech outline on blood donation - Shadow health abdominal assessment pdf - PLE W3 - Walt whitman life history - African American Literature Capstone Paper - Nur495w7journal - Unimelb confirmation of enrolment