Assignment – 5

 

This week’s journal articles focus on empowering leadership and effective collaboration in geographically dispersed teams, please answer the following questions:

How do geographically dispersed teams collaborate effectively?

Please find at least three tools on the market that teams can use to collaborate on a geographically dispersed team. Please note the pros and cons of each tool. 

Based on the research above, note which tool you would select if you were managing the geographically dispersed team and why. 

Be sure to use the UC Library for scholarly research. Google Scholar is also a great source for research. Please be sure that journal articles are peer-reviewed and are published within the last five years.

The paper should meet the following requirements:

3-5 pages in length (not including title page or references)

APA guidelines must be followed. The paper must include a cover page, an introduction, a body with fully developed content, and a conclusion.

Bus Cont Plan&Disas Recov Plan 109

  Discuss the advantages and disadvantages of each type of testing. When is each type of testing appropriate? Are there situations that preclude the use of a particular type of testing?  initial posting to be between 200-to-300 words 

Analytics

Part1) 

   a) Why are the original/raw data not readily usable by analytics tasks? What are the main data preprocessing steps? List and explain their importance in analytics. 

   225 Words + 2 References

Part2) 

   a) How do you describe the importance of data in analyt- ics? Can we think of analytics without data? Explain.

   b) Considering the new and broad definition of business analytics, what are the main inputs and outputs to the analytics continuum?

   c) Where do the data for business analytics come from? What are the sources and the nature of those incoming data?

   d) What are the most common metrics that make for analytics-ready data?

   Min 200 words answer for each question.

Checklist:

APA Formatting

Part1 and Part2 needs to attached as two separate docs

Atleast 2 references for each part

Plagiarism report

Practical Connection Assignment

 

Practical Connection Assignment

Provide a reflection of at least 500 words (or 2 pages double spaced) of how the knowledge, skills, or theories of this course has been applied or could be applied, in a practical manner to your work environment. if you are not currently working, share times when you have or could observe these theories and the knowledge could be applied to an employment opportunity in your field of study.

Requirements:

Provide a 500 word (or 2 pages double spaced) minimum reflection.

Use proper APA formatting and citations. If supporting evidence from outside resources is used, those must be properly cited.

Provide a cover page. Provide a reference page if an external resource(s) was used.

Share a personal connection that identifies specific knowledge and theories from this course.

Demonstrate a connection to your current work environment. If you are not employed, demonstrate a connection to your desired work environment.

You should NOT provide an overview of the assignments assigned in the course. The assignment asks you to reflect on how the knowledge and skills obtained through this course objectives were applied or could be applied in the workplace.

assignment with apa 7

 

For this assignment, you are to identify at least 6 different  scholarly research articles (only conferences or journal articles are  allowed).

Review the articles and provide a 4 page summary ( not including  cover page and references).  Highlight the Data visualization  tools  that the work utilizes and how the data is interpreted.

Please ensure that your paper follow APA 7 guidelines.

IA week6 DB

 

Hello,

i need this paper by 10/01 afternoon.

Strictly No plagiarism please use your own words.

Explain in your own words what some of the challenges are with the Change Management Process for IT security.

An initial post must be between 300 words.

Make sure Strictly No plagiarism content should not match and even the reference should not match in plagiarism.

Name Manager dialog box

excel document edit

 

  1. Open the SierraPacific-02.xlsx start file. If the workbook opens in Protected View, click the Enable Editing button so you can modify it. The file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor, and save it.
  2. Set range names for the workbook.
    1. Select the Student Loan sheet, and select cells B5:C8.
    2. Click the Create from Selection button [Formulas tab, Defined Names group].
    3. Verify that the Left column box in the Create Names from Selection dialog box is selected.
    4. Deselect the Top row box if it is checked and click OK.
    5. Select cells E5:F7. Repeat steps a−d to create range names.
    6. Click the Name Manager button [Formulas tab, Defined Names group] to view the names in the Name Manager dialog box (Figure 2-90). Notice that the cell references are absolute.Name Manager dialog boxFigure 2-90 Name Manager dialog box
    7. Click Close.
  3. Enter a PMT function.
    1. Select C8.
    2. Click the Financial button [Formulas tab, Function Library group] and select PMT.
    3. Click the Rate box and click cell C7. The range name Rate is substituted and is an absolute reference.
    4. Type /12 immediately after Rate to divide by 12 for monthly payments.
    5. Click the Nper box and click cell C6. The substituted range name is Loan_Term.
    6. Type *12 after Loan_Term to multiply by 12.
    7. Click the Pv box and type a minus sign () to set the argument as a negative amount.
    8. Click cell C5 (Loan_Amount) for the pv argument. A negative loan amount reflects the lender’s perspective, since the money is paid out now (Figure 2-91).The formula is =PMT(Rate/12,Loan_Term*12,-Loan_Amount)Figure 2-91 Pv argument is negative in the PMT function
    9. Leave the Fv and Type boxes empty.
    10. Click OK. The payment for a loan at this rate is $186.43, shown as a positive value.
    11. Verify or format cell C8 as Accounting Number Format to match cell C5.
  4. Create a total interest formula.
    1. Click cell F5 (Total_Interest). This value is calculated by multiplying the monthly payment by the total number of payments to determine total outlay. From this amount, you subtract the loan amount.
    2. Type = and click cell C8 (the Payment).
    3. Type * to multiply and click cell C6 (Loan_Term).
    4. Type *12 to multiply by 12 for monthly payments. Values typed in a formula are constants and are absolute references.
    5. Type immediately after *12 to subtract.
    6. Click cell C5 (the Loan_Amount). The formula is Payment * Loan_Term * 12 – Loan_Amount. Parentheses are not required, because the multiplications are done from left to right, followed by the subtraction (Figure 2-92).Parentheses are not necessary in the formulaFigure 2-92 Left-to-right operations
    7. Press Enter. The result is $1,185.81.
  5. Create the total principal formula and the total loan cost.
    1. Select cell F6 (Total_Principal). This value is calculated by multiplying the monthly payment by the total number of payments. From this amount, subtract the total interest.
    2. Type = and click cell C8 (the Payment).
    3. Type * to multiply and click cell C6 (Loan_Term).
    4. Type *12 to multiply by 12 for monthly payments.
    5. Type immediately after *12 to subtract.
    6. Click cell F5 (the Total_Interest). The formula is Payment * Loan_Term * 12 – Total_Interest.
    7. Press Enter. Total principal is the amount of the loan.
    8. Click cell F7, the Total_Cost of the loan. This is the total principal plus the total interest.
    9. Type =, click cell F5, type +, click cell F6, and then press Enter.
  6. Set order of mathematical operations to build an amortization schedule.
    1. Click cell B13. The beginning balance is the loan amount.
    2. Type =, click cell C5, and press Enter.
    3. Format the value as Accounting Number Format.
    4. Select cell C13. The interest for each payment is calculated by multiplying the balance in column B by the rate divided by 12.
    5. Type = and click cell B13.
    6. Type *( and click cell C7.
    7. Type /12). Parentheses are necessary so that the division is done first (Figure 2-93).The formula is =B13*(Rate/12)Figure 2-93 The interest formula
    8. Press Enter and format the results (37.5) as Accounting Number Format.
    9. Select cell D13. The portion of the payment that is applied to the principal is calculated by subtracting the interest portion from the payment.
    10. Type =, click cell C8 (the Payment).
    11. Type , click cell C13, and press Enter. From the first month’s payment, $148.93 is applied to the principal and $37.50 is interest.
    12. Click cell E13. The total payment is the interest portion plus the principal portion.
    13. Type =, click cell C13, type +, click cell D13, and then press Enter. The value matches the amount in cell C8.
    14. Select cell F13. The ending balance is the beginning balance minus the principal payment. The interest is part of the cost of the loan.
    15. Type =, click cell B13, type , click cell D13, and then press Enter. The ending balance is $9,851.07.
    16. The image includes rows 13 through 28 and then rows 60 through72 after you complete Step 7g.Formulas in cells B13_F13B13=Loan_AmountC13=B13*(Rate/12)D13=Payment-C13E13=C13+D13F13=B13-D13
  7. Fill data and copy formulas.
    1. Select cells A13:A14. This is a series with an increment of 1.
    2. Drag the Fill pointer to reach cell A72. This sets 60 payments for a five-year loan term.
    3. Select cell B14. The beginning balance for the second payment is the ending balance for the first payment.
    4. Type =, click cell F13, and press Enter.
    5. Double-click the Fill pointer for cell B14 to fill the formula down to row 72. The results are zero (displayed as a hyphen in Accounting Number Format) until the rest of the schedule is complete.
    6. Select cells C13:F13.
    7. Double-click the Fill pointer at cell F13. All of the formulas are filled (copied) to row 72 (Figure 2-94).Formulas copied to row 72 with a zero ending balanceFigure 2-94 Formulas copied down columns
    8. Scroll to see the values in row 72. The loan balance reaches 0.
    9. Press Ctrl+Home.
  8. Build a multiplication formula.
    1. Click the Fees & Credit sheet tab and select cell F7. Credit hours times number of sections times the fee calculates the total fees from a course.
    2. Type =, click cell C7, type *, click cell D7, type *, click cell E7, and then press Enter. No parentheses are necessary because multiplication is done in left to right order (Figure 2-95).The formula is =C7*D7*E7Figure 2-95 Formula to calculate total fees per course
    3. Double-click the Fill pointer for cell F7 to copy the formula.
    4. Verify that cells F7:F18 are Currency format. Set a single bottom border for cell F18.
  9. Use SUMIF to calculate fees by department.
    1. Select cell C26.
    2. Click the Math & Trig button [Formulas tab, Function Library group] and select SUMIF.
    3. Click the Range box and select cells B7:B18. This range will be matched against the criteria.
    4. Press F4 (FN+F4) to make the reference absolute.
    5. Click the Criteria box and select cell B26.
    6. Click the Sum_range box, select cells F7:F18, and press F4 (FN+F4).
    7. Click OK. Total fees for the Biology department are 13350 (Figure 2-96).The formula is =SUMIF($B$B7:$A$18,B26,$F$7:$F$18)Figure 2-96 Function Arguments dialog box for SUMIF
  10. Copy a SUMIF function.
    1. Click cell C26 and drag its Fill pointer to copy the formula to cells C27:C29 without formatting to preserve the borders (Figure 2-97).The AutoFill Options button has an option to fill without formatting.Figure 2-97 Formula is copied without formatting
    2. Format cells C26:C29 as Currency.
  11. Use SUMPRODUCT and trace an error.
    1. Select cell D26 and click the Formulas tab.
    2. Click the Math & Trig button in the Function Library group and select SUMPRODUCT.
    3. Click the Array1 box and select cells C7:C9, credit hours for courses in the Biology Department.
    4. Click the Array2 box and select cells D7:D9, the number of sections for the Biology Department.
    5. Click OK. The Biology Department offered 98 total credit hours.
    6. Click cell D26 and point to its Trace Error button. The formula omits adjacent cells in the worksheet but it is correct.
    7. Click the Trace Error button and select Ignore Error.
  12. Copy and edit SUMPRODUCT.
    1. Click cell D26 and drag its Fill pointer to copy the formula to cells D27:D29 without formatting to preserve the borders.
    2. Click cell D27 and click the Insert Function button in the Formula bar.
    3. Select and highlight the range in the Array1 box and select cells C10:C12. The range you select replaces the range in the dialog box (Figure 2-98).The formula is now =SUMPRODUCT(C10:C12,D10:D12)Figure 2-98 Replace the ArrayN arguments
    4. Select the range in the Array2 box and select cells D10:D12.
    5. Click OK.
    6. Edit and complete the formulas in cells D28:D29 and ignore errors.
  13. Insert the current date as a function.
    1. Select cell F20.
    2. Type =to and press Tab to select the function.
    3. Press Enter.
    4. Press Ctrl+Home.
  14. Paste range names.
    1. Click the New sheet button in the sheet tab area.
    2. Name the new sheet Range Names.
    3. Press F3 (FN+F3) to open the Paste Name dialog box.
    4. Click the Paste List button.
    5. AutoFit columns A:B.
  15. Save and close the workbook (Figure 2-99).

cloud computing

  

Project overview

As an IT analyst for BallotOnline, a company providing voting solutions to a global client base, you are working to convince the organization to move its infrastructure to a public cloud. With the growth the company is experiencing and the internal data centers maxed out, you want to get the executives on board with moving to a public cloud rather than trying to expand the current infrastructure.

This project will be completed in a series of steps, in which you will explore cloud technologies and cloud architecture and how they can be used in the organization.

Your presentation with audio narration will educate the executives on cloud computing and its benefits (and drawbacks) to the company. To complete your analysis, you will need to cover the following:

  • description      of cloud computing
  • basic      capabilities of the cloud
  • advantages      and disadvantages of cloud computing
  • analysis      of economic implications
  • IT      business needs
  • SWOT      analysis

There are six steps in this project. In your final narrated PowerPoint presentation, you will be assessed on your ability to convey your understanding of cloud computing and how it can be used to benefit your organization, explaining the advantages and disadvantages of cloud computing and providing a detailed business analysis covering financial considerations, business requirements, and an analysis of threats and opportunities.

Step 1: Describe Cloud Computing

Your supervisor, Sophia, BallotOnline’s director of information technology, has tasked you with creating a presentation that will convince the executives that using cloud-based computing to accommodate BallotOnline’s future growth rather than trying to expand the current infrastructure will help the company do business faster and at lower cost while conserving IT resources.

Step 2: Research Advantages and Disadvantages of Cloud Computing

Now that you have defined important terms and summarized the basic capabilities of the cloud, it is time to explore the advantages and disadvantages of cloud computing.

Currently, BallotOnline is running at full capacity and needs to expand its IT infrastructure to accommodate its growing needs. Instead of expanding current on-premise IT infrastructure by building or acquiring a new data center, Sophia has suggested that the cloud may be more efficient and cost-effective than adding more traditional physical data center space.

This information that you research will be useful in your final presentation in the last step.

When you have completed the research, move to the next step, where you will consider the budgetary aspects of a move to the cloud and the implications for the organization.

Step 3: Analyze Economic Implications

Now that you have weighed the benefits and drawbacks of cloud computing, it’s time to take a close look at the economic implications of a move to the cloud. All organizations (for-profit, nonprofit, or government) have finite budgets. Management must allocate these financial assets appropriately so that the leaders can make sound business decisions and meet the objectives of the organization.

Information technology (IT) is a key strategic function to help support the objectives of an organization. Businesses first used information systems to replace paper-based methods of helping management perform these functions, and that use continues today. Managers must be able to understand different IT models to make the best financial investment decisions for the organization.

The financial requirements for the cloud computing model are different than the financial requirements for an on-premise model. Cloud computing shifts budgets to a pure operating expense model, whereas the traditional on-premise computing model requires both capital and operating expense allocations.

Several free calculators to help estimate the cost of cloud services exist on the web, including the AWS Total Cost of Ownership (TCO) Calculator and Azure TCO Calculator. Alternatively, you may find other calculators to estimate your cloud cost. Most cloud providers have their own cloud cost estimator tools. If the calculator that you selected does not show on-premise data, then you can recalculate using one of the other calculators that do provide this data.

For your economic analysis, enter the information from BallotOnline’s IT Budget and Infrastructure Summary into your chosen calculator to estimate TCO for the current physical IT infrastructure configuration. Then estimate TCO for a comparable configuration in the cloud to estimate the potential cost savings.

Write the summary of the economic implications, showing the savings and how you arrived at them, and upload it to the dropbox below.

Step 4: Define the IT Business Requirements

After considering the economic aspects of the cloud, the next logical step is to narrow the particular requirements of cloud computing for the organization. It is important that your presentation works toward building a business case for cloud computing.

Your presentation must address BallotOnline’s business requirements and critical IT requirements related to data storage. Make sure you classify the requirements into functional (behavior) and nonfunctional, as per the requirements definition link.

Step 5: Prepare a SWOT Analysis

In this step, you will apply the information gathered in the business analysis to assess the benefits and possible drawbacks of adopting cloud infrastructure for BallotOnline.

Take Note

What Is a SWOT Analysis?

Description: SWOT analysis acronym stands for Strength, Weaknesses, Opportunities, and Threats.

Your supervisor, Sophia, recommends that you include a SWOT analysis in your presentation, since the BallotOnline company executives will want you to go over both the advantages and disadvantages of cloud adoption and any important internal and external factors that may influence the success of the project.

Prepare a Presentation on Benefits and Possible Drawbacks of Adopting Cloud Infrastructure

In this step, you will prepare your presentation for the BallotOnline executives. This presentation should present them with a compelling business case and cover the benefits and possible drawbacks of adopting cloud infrastructure, data on cloud economics, and a demo of some basic cloud capabilities.