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

Clinical Field Experience A: Understanding Collaboration - Roles and Responsibilities - Social work - Middlesex university international business - Chrome dance pole kit spencers instructions - Essentials of business communication 11th edition pdf free - Estelle and carroll funeral directors mudgee - La noche boca arriba julio cortazar - Demystifying the counseling process - Pin primate wisc edu factsheets - Leadership Applications CRJ-565-MCOL3 - When pursuing a market development strategy, expanding into international markets is generally - Cash Budget - Criminal Justice _ Week 2 - Worldgeography8 - Mcgraw hill backpack marketing simulation how to win - Harvey norman franchise system - 5801 aylesboro avenue pittsburgh pa - Lopilato bros hume - Stat 200 week 5 homework problems - Week 4 Assignment Research of Educational Change - Answer each question - Cima f3 practice exam - Although appealing to more refined tastes - Pinky dinky doo eat it or wear it - Suppose stark ltd just issued a dividend of - Steam flows steadily through an adiabatic turbine - What layout strategy deals with low volume high variety production - Statdisk online - Punchline algebra book b 17.5 answers - Australian curriculum spelling scope and sequence - On the waterfront justice - The artichoke version of the self - Uber case study questions and answers - Bill fay how to share your faith - Bullying presentation for parents - Cultural relativism and universal human rights by carolyn fluehr lobban - Greek goddess of marriage - 25l liquid nitrogen dewar - Http www strategicbusinessinsights com vals surveynew shtml - Conflict theory on poverty - Starbucks opened its first store in zagreb - Writing a final draft essay - Bus.com 5.2 - Annual holding cost formula - Summary writing - Dibenzalacetone density - Florida state university criminology - How to measure bubble gum bubbles - Hairy bikers eve's pudding - Breaksafe 6000 wiring diagram - Barnes and noble employee w2 - Recruitment and retention allowance - Security architecture 9.1 - PHYC - Strategic Value of Employee benefits programs - 3 phase rcbo nhp - P6 unit 3 business - Meaning of name kaylani - Project air safety plan - Australian ropes course builders - Sikadur 41 data sheet - Chandler calls monica fat - Chapter 5 review answers - Zelda and scott fitzgerald were hailed as the - How to show critical path in projectlibre - How many unpaired electrons are in the carbon atom - Name the 7 diatomic elements - Determination of heat of neutralization by calorimetry - Process - Villanova master black belt certification - Hall effect ignition system - Ssd bharat bazar / tandoori express - Beowulf translated by seamus heaney pdf - Human resource questions - Juniper cli commands list - A simple random sample of front seat occupants - Paladin imager - Linear correlation coefficient statcrunch - Managerial accounting exercises and solutions - Wheel and axle simple machine meaning - 10x ashford to maidstone - 700 word discussion: According to Shneiderman and Bederson (2003),With this revelation in mind, identify, and discuss the benefits? - Ch3cooh caco3 equation balanced - Discussion 4 - The kings of sparta - Physical fitness plan worksheet - English Comp 2 Week 6 - Peer Review - Assignment 4: Information Security Governance - Bullock and batten 4 phase model - Lincolnshire county council highways - Even superheroes have bad days lesson plan - REFLECTING ON READING #2 - Final Research Paper - Assembly of god theology - Discussion board - Amp unique superannuation identifier - Suitcase measurements length width height - Solve ax2 bx c 0 by completing the square - Falsely nominating another driver nsw