You have been hired as the CIO of a large multinational Internet advertising com
ID: 663276 • Letter: Y
Question
You have been hired as the CIO of a large multinational Internet advertising company. The president of the company is entertaining a major new software development project to keep track of advertising revenues. She asked you to prepare a report on the current and future state of software development and testing for this advertising company so that she can make an educated decision on how to proceed with the new development. The goal is to have a loosely coupled, Java-based platform for this Web-based company.
1. Define and explain the primary challenge(s) of software development projects.
2. Compare and contrast at least three(3) different software development methods.
3. Explain why the testing of software products is of great importance.
4. Provide a graphical depiction of your solution through the use of MS Visio or Dia.
5. Identify potential ethical issues that may arise as a result of the company doing business across several different countries and cultures, and recommend ways to mitigate these challenges.
6. Compare and contrast at least three (3) testing approaches to software development.
Explanation / Answer
class functionOverload { /* * void add(int a, int b) // 1 - A method with two parameters { * * int sum = a + b; System.out.println("Sum of a+b is "+sum); * * } */ void add(int a, int b, int c) { int sum = a + b + c; System.out.println("Sum of a+b+c is "+sum); }
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.