{br} STUCK with your assignment? {br} When is it due? {br} Get FREE assistance. Page Title: {title}{br} Page URL: {url}
UK: +44 748 007-0908, USA: +1 917 810-5386 [email protected]
  • QUESTION

    Managing software development    

    Assignment 2

     

     The assignment a has component that is a C# source code but the majority is written responses. The responses and the C# code should be submitted through the submission link in the unit site.

     

     

    This assignment covers the agile development and automatic document generation topics in the unit.

     

    Important: You must submit your own solution with reasoning, however, we are perfectly happy for you to chat and discuss with previous students of this unit and your current classmates. The last bit is particularly important. What we are looking for is the thought process behind your designs and solutions as well as the actual solutions. Reports which do not give satisfactory reasons for their designs and solutions will be penalised.

     

    Part 1 – Agile processes (15 marks)

     

    Spearhead Technology Services (STS) were so pleased with your previous software development advice where you assisted them with procurement processes, that you have retained them as a client.

     

    As you know, STS are involved with Internet of Things (IoT) products. The founders of STS recognised a larger need for small and ‘smart’ software products than centralised large systems. To maintain its competitive advantages, STS has to adapt itself to the market. Sizes of their development projects will become smaller, while multiple projects of many varieties may be undertaken in parallel. The Waterfall process model is not appropriate for many of their future projects. STS is investigating the adoption of Agile methodologies and practices. You are required to write a report on the adoption of Scrum and XP methodologies (including identifying individual practices and processes suitable for STS), for STS. Your report should provide:

     

    • An overview of the Agile mindset (3.5 marks).

     

    • Comparison of the Agile mindset and the Waterfall process (3.5 marks).

     

    • Description of Scrum process and XP methodology (3.5 marks).

     

    • Guidelines for choosing Scrum or XP according to types of projects (3.5 marks).

     

    • Another well-known process as candidate of adoption of new process for the second stage (1 mark).

     

    The other well-known process can be any process you know. This will require independent research and your illustration of understanding Agile concepts in software development. The contents of the report should be organised logically, and the report should have a title, an executive summary, an introduction, a conclusion, and reference list. The briefing should be a maximum of 1500 words. This is a briefing to an employer/client. You will be penalised for going over the limit, as it may indicate your writing is not precise and you have not thought about your responses enough.

     

     

     

     

     

     

    2

    Part 2 – Automatic document generation (5 marks)

     

    Your clients have requested a demonstration on the value of automatic document generation to be presented to their new junior programmers that have just begun working at the company. Attached is a C# program for a simple game that you are required to use to demonstrate this. You must replace the current inadequate comments with the C# XML comments. Your XML comments should contain examples of each of the following tags at the very least:

     

    • <summary> and <remarks> (1.5 marks)

     

    • <param> and <returns> (1.5 marks)

     

    • <code> (1 mark)

     

    • <see> (1 mark)

     

    Note that your code does not have to compile but you could implement it in Visual Studio to iron out problems. Please note that you need to explain each of your C# XML comments. Comments without a good explanation will result in loss of marks and may not be marked entirely.

     

    namespace Assign2

     

    {

    //

     

    // This program is for CMP73010 Assignment 2 (2020)

     

    //

    • It calls some functions that need commenting

     

    class Program

    {

     

    • Mainline function

     

    //

    static void Main(string[] args)

    {

     

    int num1 = ReadNumber();

     

    int num2 = ReadNumber();

     

    FormatBinary(num1, “+”, num2, Add(num1,

    num2)); Console.ReadLine();

    }

     

    //

    // Read a single integer

     

    //

     

    public static int ReadNumber()

    {

     

    Console.Write(“Number:

    “); try

    {

     

    return Convert.ToInt32(Console.ReadLine());

     

    }

    catch (FormatException)

    {

     

    Console.WriteLine(“illegal number

    format”); return 0;

    }

     

    }

     

    //

     

    // Formatted operation output

     

    //

     

    public static void FormatBinary(int n1, string op, int n2, int result)

    {

     

     

     

     

     

    3

    Console.WriteLine(“{0} {1} {2} = {3}”, n1, op, n2, result);

     

    }

     

    //

     

    // Add two integers

     

    //

     

    public static int Add(int n1, int n2)

     

    {

     

    return n1 + n2;

    }

     

    }

    }

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    4

    Mark deductions (after):

     

    Demerit areas

    Marks

     

     

    Not using the report template (CMP73010_Assignment_2_Report_Template.docx)

    -3%

     

     

    Not writing Report Title, Student name, Student Number, etc. at the first page

    -1%

     

     

    Not writing the Executive Summary

    -1%

     

     

    Not writing the Introduction and Conclusion sections

    -1%

     

     

    Exceeding the maximum word-limit

    – 2%

     

     

    Late submission penalty

    5% per day

     

     

     

    Notes:

     

    • Coversheet: Students must use the report coversheet, available at the Assessment page, to submit this assignment. Information regarding mark distribution, word-limit, etc. in the template file is for the whole assignment.

     

    • Word-limit: The maximum word-limit will be strictly applied. The marker can deduct marks for writing over this word-limit. So, make sure your report is completed within the given word-limit (1500 words). There is no maximum word-limit applicable for Title, Executive Summary and

     

    • Start early and submit on-time: Avoid any pitfalls that may arise due to late start. Thus, start your assignment as soon as possible to submit on-time. For late submissions, the standard assessment submission policy will be applied (see the unit profile).

     

    • Appendix: You may add appendices to document any additional material you wish to include such as tables, diagrams, figures, or other supplementary material. Appendices do not contribute to the word count of the document.

     

    • Reference: You should add a reference section and include any references, including publications (literature, books, etc.), which you want to refer to support your report.

     

     

    • Consultation: You will have the opportunity to show your assignment draft to your tutors/lecturer/unit assessor for feedback. Several assignment consultation slots will be organised; follow the announcements from the unit assessor.

     

    • Contact: Please contact the tutor/lecturer/unit assessor if you have any issues or confusions.

     

     

     

     

     

 

Subject Computer Technology Pages 15 Style APA

Agile vs Waterfall: Which is the Best Methodology for Your Project? (2020, September 13). Retrieved October 4, 2020, from https://www.softwaretestinghelp.com/agile-vs-waterfall/

Flora, H. K., & Chande, S. V. (2014). A systematic study on agile software development methodologies and practices. International Journal of Computer Science and Information Technologies, 5(3), 3626-3637.

Lytvynova, K. (2018, June 20). Extreme Programming: Values, Principles, and Practices – DZone Agile. Retrieved October 4, 2020, from https://dzone.com/articles/extreme-programming-values-principles-and-practice

Permana, P. A. G. (2015). Scrum method implementation in a software development project management. International Journal of Advanced Computer Science and Applications, 6(9), 198-204.

Van Casteren, W. (2017). The Waterfall Model and the Agile Methodologies: A comparison by project characteristics. Research Gate, February.

What is Kanban? (2019, September 25). Retrieved October 4, 2020, from https://www.agilealliance.org/glossary/kanban/#q=~(infinite~false~filters~(postType~(~’page~’post~’aa_book~’aa_event_session~’aa_experience_report~’aa_glossary~’aa_research_paper~’aa_video)~tags~(~’kanban))~searchTerm~’~sort~false~sortDirection~’asc~page~1)

Williams, L. (2010). Agile software development methodologies and practices. In Advances in computers (Vol. 80, pp. 1-44). Elsevier.

Related Samples

  • QUESTION

    Week 4 Discusssion    

    This is a discussion question that I need answered. I need the second portion of the questioned answered thoroughly, both bullet points. I have highlighted it in yellow to show that it is what I need answered. I need this r returned to me completed without any grammatical or punctual errors. The company that I want this question written about is Nissan Motor Corporation.

     

    Choose ONE of the following discussion question options to respond to:

    Using Adverse Conditions to a Company’s Advantage

    • Chakravorti (2010) discusses four methods that corporate innovators use to turn adverse conditions to their advantage. Examine an organization of your choice and briefly discuss how the organization might use one of these methods.

    -OR-

    Assessing Risk and Reward

    • Using the company of your choice, identify an important and difficult decision that they faced. What were the most important risks and the most important rewards of the decision?
    • What data, analysis or perspective would you have used to help Sr. Management decide if the rewards outweighed the risks?

 

Subject Business Pages 4 Style APA

Answer

Assessing Risk and Reward

The Nissan Motor Company is one of the leading automobile makers in the world. The Japanese carmaker has primarily enjoyed a successful run, allowing it to enter various regional and international markets such as the United States. However, the changing business environment was not favorable to the company in 2019. Notably, the cooperation recorded losses amounting to 7.8%. The experience pushed the management into making tough decisions, requiring almost all of its North American workforce to go for unpaid leaves.

In late 2019, the company announced that the decline in sales necessitated a two-day unpaid leave for the North American workers. The stated days for the vacation were January 2 and 3rd    (Chicago Tribune, 2019).  Notably, this move was a crucial decision for the company because of its conflicting impacts. Whereas on the positive side, it could help the firm minimize expenses, it threatened to affect the public perception of the company regarding employee welfare.

The rewards for the decision involved cutting expenses by not paying the workers on leave, which eventually would translate into reduced expenses. Another reward was that the decision could allow the company to optimize performance by evaluating employee performances then developing new milestones. However, on the low side, the company risked affecting its public image and brand name, especially in the North American market. As per Chakravorti (2010), the way an organization treats its employees influences the firm’s public perception. Thus, Nissan risked eliciting a negative public perception. With a distorted public image, the company could fail to revive its declining sales.

I would have advised the management of Nissan to utilize the Predictive Analytic perspective in determining the right decision to take. Ideally, the approach tries to predict what might happen in the future if particular decisions or actions are undertaken at the moment (Traymbak & Aggarwal, 2019). Looking at the situation at Nissan, the company needed to develop a goal such as increasing sales. After that, they would have made decisions aimed at realizing the set goal. In this regard, the predicted outcome could give the management an overview of whether more risks existed or significant rewards could be realized.

.

References

 

  • Carton, A. M., & Tewfik, B. A. (2017). Perspective – a new look at conflict management in work groups. Organization Science, 27(5), 1125-1141.  https://www.researchgate.net/deref/http%3A%2F%2Fdx.doi.org%2F10.1287%2Forsc.2016.1085

    Demirsoy, N., & Kirimlioglu, N. (2016). Protection of privacy and confidentiality as a patient right: physicians’ and nurses’s viewpoints. Biomedical Research, 27(4). https://www.alliedacademies.org/articles/protection-of-privacy-and-confidentiality-as-a-patient-right-physicians-and-nurses-viewpoints.html 

Related Samples

WeCreativez WhatsApp Support
Our customer support team is here to answer your questions. Ask us anything!
👋 Hi, how can I help?