Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Software Engineering Expert

Software Engineering Assignment

Background for Question 1-7: Kean University is planning on doing away with the parking permits used previously and moving towards a "pay as you go" system employing price elasticity (i.e., the parking price will change based on current demand for that particular parking garage at a particular time). In such a system, each parking space will be fitted with an RFID sensor to detect if the spot is being used and each parking garage will have a number of parking pass kiosk systems that will allow a user to purchase a ticket for a requested period of time. To determine the parking price, the kiosk will determine the current system usage (i.e., the demand for parking in all parking garages across campus as well as the kiosk's home garage) and utilize historical parking demand data for that time period. Users will be able to pay for their parking using a credit card or their KU Card.

Your company has won the contract and you will lead the entire project. Answer the following questions based on the background.

1. Which software process model would you use in this project? Please provide all the assumptions you use for making the decision, and please justify your answer.

2. Please list three functional requirements in this project. For each functional requirement you list, please identify whether it is functional user requirement, or functional system requirement.

3. List three measurable non-functional requirements in this project.

4. Draw one use case diagram for this project.

5. For the use case of "purchase a ticket for a period of time at kiosk", please provide use case specification using the below template

6. For the use case of "purchase a ticket for a period of time at kiosk", please draw one sequence diagram based on the use case specification.

7. Please describe what software architectural style you would use for this project. Please provide all the assumptions you use for making the decision, and please justify your answer.

8. In your own words, please describe open-closed principle. Devise an example that shows your understanding of the principle.

9. In user interface design, please provide three principles that can reduce the user's memory load. Devise a simple example that shows your understanding of the one of the three principles.

10. In your own words, please describe the software quality dilemma.

11. We have talked about one measure of software reliability is mean-time-between-failure (MTBF), where MTBF = MTTF + MTTR, and software availability is defined as Availability = [MTTF/(MTTF + MTTR)] x 100%. Please describe these two formulas in your own word.., and provide an actual example (with actual numbers of hours), to show your understanding of the two formulas.

12. In your own words,please describe unit, integration, and regressiontesting. (6 pts)Explain how they are related.

13. In your own words, please describe top-down and bottom-up integration testing. Devise a simple example that shows your understanding of both topics.

14. In your own words, please describeverification and validation, and discuss the differences between them.

15. Below is a small program that computes the standard deviation of an array.

publicstaticvoid computeSD (int [ ] numbers)
{
intlength = numbers.length;
doublevar, sd, mean, sum, varsum;
sum = 0;
for (inti = 0; i {
sum += numbers [ i ];
}
mean = sum / (double) length;
varsum = 0;
for (inti = 0; i {
varsum = varsum + ((numbers [ i ] - mean) * (numbers [ i ] - mean));
}
var = varsum / ( length - 1.0 );
sd = Math.sqrt ( var );
System.out.println ("standard deviation: " + sd);
}

Based on the program's control flow graph below, answer the following questions.

a. What are the test requirements for edge coverage?

b. List test path(s) that achieves the edge coverage.

c. Provide test inputs and expected outputs for each test path you list. If it is not possible to find the test input for certain test path, describe the reason.

d. What are the test requirements for edge-pair coverage?

e. List test paths that achieve the edge-pair coverage.

f. Provide test inputs and expected output for each test path you list. If it is not possible to find the test input for certain test path, describe the reason.

Attachment:- Software-Engineering-Assignment.rar

Software Engineering, Computer Science

  • Category:- Software Engineering
  • Reference No.:- M92568526

Have any Question?


Related Questions in Software Engineering

Write review on this article with apa formatgovernment

Write review on this article with APA format. Government surveillance is a major issue in the United States and globally. Surveillance refers to any collection and processing of personal data, whether, identifiable or no ...

Write reply to this article with references with apa

Write reply to this article with references with APA bibliography. Hate Crimes Over the past couple of years, hate crimes have been on the rise in America's largest cities. Studies show that there were sharp spikes in th ...

In this assignment you will answer the following review

In this assignment, you will answer the following review questions from the reading materials of the module/week. 1. "What are the key components of a typical P2P application? Describe their functions." 2. "What are the ...

In this assignment you will answer the following questions

In this assignment, you will answer the following questions related to Android platform and Android security design. 1. Describe Android architecture in detail by explaining the four conceptual layers. 2. Describe Androi ...

Assignment lab - statement of workclient liberty vacation

Assignment Lab - Statement of Work Client: Liberty Vacation Planning Inc. (LVP) Project: Website Assessment 1. Project Objectives With this statement of work, LVP is engaging you to conduct a website assessment to determ ...

Overviewyou are required to modify and logically extend

Overview You are required to modify and logically extend the functionality of a provided code base to implement a game. This requires you to modify the code base as well as create documentation and implement various user ...

Write review on this article with apa formatalthough

Write review on this article with APA format. Although computer crimes are being seen in our society more and more each day, it is still difficult to prosecute people who commit these crimes mainly because everything is ...

Instructionsprivacy-preserving data miningdata mining

INSTRUCTIONS PRIVACY-PRESERVING DATA MINING Data mining technology can be exploited to reveal sensitive information from the original data. Thus it is important to preservethe privacy of the parties that the data refer t ...

Assignment part 1objectives to learn to identify the

Assignment Part 1 Objectives: To learn to identify the relevant use cases for a given application, describe the use cases and develop an object-oriented domain model. Problem Statement - Standing Orders Management System ...

Reply to this article with apa referencehate crimes

Reply to this article with APA reference. Hate crimes According to Merriam-Webster, hate crime is any of various crimes (such as assault or defacement of property) when motivated by hostility to the victim as a member of ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As