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

  Create a simple telephone list

Write a shell script (called phone) that creates a simple telephone list (create an empty file called "phonelist" in your home directory).

  Describe the importance of software metrics

SOFTWARE METRICS-Level 4-National Council for Higher Education- BACHELOR OF SCIENCE IN SOFTWARE ENGINEERING.Explain basic terminology and state fundamental fact

  Design the logic for a program that merges the files

Design the logic for a program that merges the files for summer and winter programs to create a list of the first and last names of all participants for the year.

  Which topic will have most significant impact in your career

From what was learned through the Operation Management Course, which topic do you believe will have the most significant impact in your career and why?

  Which unix command uses wild cards as part of its syntax

Which UNIX command uses wild cards as part of its syntax? How do you split a long command sequence into multiple lines?

  Define finite-state machine for toll machine that opens gate

Construct a finite-state machine for a toll machine that opens a gate after 25 cents, in nickels, dimes, or quarters, has been deposited.

  Determine the rate of heat transfer from the stack

Flue gases from an incinerator are released to atmosphere using a stack that is 0.6 m in diameter and 10.0 m high. The outer surface of the stack is at 40°C.

  What are common techniques used to protect a password file

What are two common techniques used to protect a password file? What are three benefits that can be provided by an intrusion detection system?

  Find out another design pattern for web based development

There are other design patterns that could be directly applicable to PHP programming, or web programming in general.

  How forms of metadata are valuable to an investigator

Define several forms of metadata that can be useful to an investigation. How are valuable to an investigator? The response must be typed.

  Simulate the operation of two of cpu scheduling methods

Write a C++ program to simulate the operation of two of CPU scheduling methods. Get the number of processes from the user.

  What minimum number of clicks he has to make in order

Vasya has found a strange device. On the front panel of a device there are: a red button, a blue button and a display showing some positive integer.

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