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
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.
|