Overview of the agile mindset

Assignment Help Computer Engineering
Reference no: EM132644743

CMP73010 Managing Software Development - Southern Cross University

Part 1 - Agile processes

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.
• Comparison of the Agile mindset and the Waterfall process.
• Description of Scrum process and XP methodology.
• Guidelines for choosing Scrum or XP according to types of projects.
• Another well-known process as candidate of adoption of new process for the second stage.

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.

Part 2 - Automatic document generation

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>
- <param> and <returns>
- <code>
- <see>

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)
{

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

//
// Add two integers
//
public static int Add(int n1, int n2)
{
return n1 + n2;
}

}
}

Attachment:- Managing Software Development.rar

Reference no: EM132644743

Questions Cloud

Allocate the service departments costs to the two operating : Craylon Corp has two service departments, S1 and S2.Allocate the service departments (S1 & S2) costs to the two operating divisions using the reciprocal method.
Find out investment proportions of portfolio : A pension fund manager is considering three mutual funds. The first is a stock fund, the second is a long-term government
What is Robert qualified business income : Robert is the sole shareholder and CEO of ABC, Inc., an S corporation that is a qualified trade or business. What is Robert qualified business income
What is Charlotte qualified business income : During the tax year, she receives guaranteed payments of $250,000 from CD Partners. What is Charlotte's qualified business income
Overview of the agile mindset : Overview of the Agile mindset - demonstration on the value of automatic document generation to be presented to their new junior programmers
Explain genre theory : Explain genre theory and, using Chapter 4 of the text as a reference, thoroughly describe the conventions and attributes of your selected genre
The kefauver-harris drug amendment act : The Kefauver-Harris Drug Amendment Act was ratified initially in 1962. Discuss the effect of the amendment and why you believe this law so severely criticized.
What is Meghann QBI deduction : In 2019, Meghann Carlson, a single taxpayer, has QBI of $110,000 and modified taxable income of $78,000. What is Meghann QBI deduction
Identify distribution of national health : Identify the distribution of national health spending by type of financing source. Discuss the origin of employment-based health insurance.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd