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

The Versatile Appeal of Sports Jackets: A Blend of Style and Function - Survey solutions world bank - Pan flute length formula - Lilian cheung yuen pui - Dyson core competencies - Unilever sustainable living plan case study - Aca code of ethics pdf - Johnny can spell phonograms - What happens if i fail a course griffith - Introduction to Research Proposals - Policy-Maker Letter - James shirley the glories of our blood and state - 5580 n dequincy st indianapolis in 46220 - Starbucks blue ocean strategy - Biology - Temperature controlled fan circuit diagram - Are organic foods worthwhile essay - Density lab report answers - Library management system modules - 4-5 page corporate fraud - Gary kennedy food technologist - Exp 105 week 3 chapter quiz - Hendrich ii fall risk model pdf - Writing assignment - Convert modified sine wave inverter to pure sine wave - Walden health assessment final exam - Gkr karate direct debit - Bf3 react with ammonia - Infotech Import and Strategic Planning - Targeting - Is it unwise to major in the arts or humanities (given the debt to employment ratios, etc.)? - Scs 200 project two presentation - Pcr blunt ii topo invitrogen - Burke litwin model of organisational change - Boiling point of corn syrup - Nelson mandela favorite poem invictus - Networking - Decision by blades inc to invest in thailand - Number of faces vertices and edges of a cuboid - Part IV - Alfie kohn beyond discipline - Suicide silence the cleansing zip - Literacy pro at home - Preaching the word only refers to the old testament - Nursing care plan for motor vehicle accident - The making of a scientist by richard feynman answers - 2. how is the light emitted by an atom related to its electron configuration? - Financial attest audit manual - Altium add footprint to component - Read Chapter 2 and 3 and complete the review questions. - Frida kahlo material practice - Tableau global superstore returns - Hand of benediction vs ulnar claw - What is the primary purpose of marketing - The advancement l russ bush - How to write a persuasive conclusion - On a balance sheet retained earnings are not unspent cash because - After a death roo borson analysis - Bread by samuel menashe analysis - 6sl3210 1ke21 3af1 datasheet - Dd13 delta p sensor - Www classzone com books hs ca sc bio 07 - Final Project Solution Help - 5.COURSE NAME: MANAGERIAL ECONOMICS - Project management achieving competitive advantage 4th edition pdf free - Uni - Musyokiones - Humanities through the arts 9th edition pdf - Hal and me nicholas carr - How to separate iron filings and sand - Dmv insurance codes ny - Bca sound insulation requirements - Donal walsh plant hire - Lean questions and answers - Corporate strategy for a diversified or multibusiness enterprise - Right Academics - Orbital notation for titanium - Shadow health chest pain answers - Windshield Survey Response 2 - The eve of st agnes stanza 23 analysis - Rotor earth fault protection - Personification in jane eyre - What is relation between cp and cv - J world project manager of print software - Advantages and disadvantages of data collection - Final Paper - Printable periodic table pdf - Fischer black exchange rate hedging - Discussion - 1 - Legal Reg, Compliance, Invest - Droodles with answers - Reflections 01 - Comparing a cell to a factory - Week 3 discussion 2 - Unit 5 db - Barbell overhead press athlean x - Super munchkin card list - Did liesel love rudy - Bsbmgt502 assessment 1 - Texas tech salary grade 800 - In spain, the results of the exams give students a clue of what they should follow.