Unit 5 IP (4 Pages)

 

Parsimony in statistical modeling is often discussed in terms of Occam’s razor in the formulation of hypotheses. Address the following:

  • Discuss the issues of overfitting versus using parsimony and how this is particularly important in big data analysis.
  • Is overfitting more of a problem in the generalized least squares model?
  • Discuss some hierarchical methods that do not require the parsimony of generalized least squares model.
  • Discuss these hierarchical methods, and provide links to any references that you find on the topic.

Be substantive and clear, and use scholarly examples to reinforce your ideas.

case study

 

Write two sections of your case study as follows: Information Systems (IS)/Information Technology (IT) Applications Implementation Recommendations (for this paper section, you will comprehensively analyze the required and the potential IS/IT applications from Case Study Waypoint #3 and prioritize one required and one potential IS/IT application and further make implementation recommendations for the selected required and the potential IS/IT applications) and Information Systems (IS)/Information Technology (IT) Applications Implementation Strategy (in this paper section you will specifically outline your implementation strategy for the selected required IS/IT application (based upon a 3 to 12 month timeline) and the selected potential IS/IT application (based upon a 6 to 24 month timeline). You will further create a Gantt chart for both the required IS/IT application and the potential IS/IT application (and place them appropriately in your Appendix section). Smartsheet (Links to an external site.) provides a free online Gantt chart tool (signing up for a free account is required – no payment information is required), or you may be interested in using Microsoft Project (Links to an external site.). Please also feel free to utilize a Gantt chart tool of your choice.    

Please construct a Word document (times new roman 12-point font, double-spaced, 1-inch margins, APA 7th edition in-text citations and end references). Please add additional sources to your References page. When complete, upload your document (it must include all sections – so you will have a total of seven for this submission) to Canvas using the appropriate link (you can upload it as many times as you want up to the deadline noting that the last submission will be graded. All uploads will be checked against SimCheck (a plagiarism tool). The below SimCheck criteria will be used as one of the grading criteria for your waypoint.

Create a code

 

Create a program that will compute:

First submit the psuedo code and desk check

Second submit .cpp file, the code

You may resubmit you code if you had to fixe your code to pass the test cases.

  1. The area and circumference of a circle.  Prompt the user to enter the radius. Use 3.14159 for pi.
  2. The area and the perimeter of a rectangle. Prompt the user to enter the length and the width.
  • Use the plan you created last week. If need be revise your pseudocode and algorithm to match expect output and Mimir test cases. 
  • Once again desk check your pseudocode and algorithm.
  • Do not allow for invalid input.
  • Allow for positive values only.
  • Format to 3 decimal places
  • Name file main.cpp
  • To Mimir submit: .cpp file
  • Submit your pseudocode and desk check along with your code to Mimir in a separate file
  • Pseudocode and desk check should be in the format of a pdf, picture, or notepad.
  • Include your name, date at the top of the code as a comment.
  • Restate project assignment question as a comment
  • Include detailed comments throughout your code

Exp19_Excel_Ch09_ML2_Pizza_Sales

#Exp19_Excel_Ch09_ML2_Pizza_Sales 

#Exp19 Excel Ch09 ML2 Pizza Sales 

 Excel Chapter 9 Mid-Level 2 – Pizza Sales 

  

Project Description:

You manage a chain of pizza restaurants in Augusta, Lewiston, and Portland, Maine. Each store manager created a workbook containing the quarterly sales for each type of sale (dine-in, carryout, and delivery). You want to create links to a summary workbook for the yearly totals.

     

Start   Excel. Download and open the file named Exp19_Excel_Ch09_ML2_Pizza.xlsx. Grader has automatically added   your last name to the beginning of the filename.

 

You want to enter totals from   the Augusta workbook into the Pizza workbook.
 

  Display the Augusta worksheet; in cell B4, insert a link to the Dine-In total   in cell F4 in the
Exp19_Excel_Ch09_ML2_Augusta   workbook. Edit the formula to make the cell reference relative.

 

You want to copy the formula   down the column but preserve the original formatting.
 

  Use AutoFill to copy the formula from cell B4 to the range B5:B7 in the   Augusta worksheet. Close the Augusta workbook; keep the Pizza workbook open.

 

You want to enter totals from   the Portland workbook into the Pizza workbook.
 

  Display the Portland worksheet; in cell B4 insert a link to the Dine-In total   in cell F4 in the
Exp19_Excel_Ch09_ML2_Portland   workbook. Edit the formula to make the cell reference relative.

 

You want to copy the formula   down the column but preserve the original formatting.
 

  Use AutoFill to copy the formula from cell B4 to the range B5:B7 in the   Portland worksheet. Close the Portland workbook; keep the Pizza workbook   open.

 

You want to enter totals from   the Lewiston workbook into the Pizza workbook.
 

  Display the Lewiston worksheet; in cell B4 insert a link to the Dine-In total   in cell F4 in the
Exp19_Excel_Ch09_ML2_Lewiston   workbook. Edit the formula to make the cell reference relative.

 

You want to copy the formula   down the column but preserve the original formatting.
 

  Use AutoFill to copy the formula from cell B4 to the range B5:B7 in the   Lewiston worksheet. Close the Lewiston workbook; keep the Pizza workbook   open.

 

The Summary sheet should contain   the same formatting as the other sheets.
 

  Select the range A1:B7 in the Lewiston worksheet. Group the Lewiston and   Summary worksheets. Fill formatting only across the grouped worksheets.

 

Ungroup the worksheets and   change the width of column B to 16 in the Summary worksheet.

 

You are ready to insert   functions with 3-D references in the Summary worksheet.
 

  In cell B4, insert a SUM function that calculates the total Dine-In sales for   the three cities.

 

Copy the formula in cell B4 and   use the Paste Formulas option in the range B5:B7 to preserve the formatting.

 

You are ready to display the   Contents worksheet and insert hyperlinks.
 

  • Insert a hyperlink in cell A3 that links to cell B7 in the Augusta sheet.   Include the ScreenTip text: Augusta total sales (no period).
  • Insert a hyperlink in cell A4 that links to cell B7 in the Portland sheet.   Include the ScreenTip text: Portland total sales (no period).
  • Insert a hyperlink in cell A5 that links to cell B7 in the Lewiston sheet.   Include the ScreenTip text: Lewiston total sales (no period).
  • Insert a hyperlink in cell A6 that links to cell B7 in the Summary sheet.   Include the ScreenTip text: Total sales for all locations (no period).

 

You want to create a data   validation rule.
 

  Select the range B3:B5 on the Future worksheet and add the following data   validation rule:
  • Allow Date between 3/1/2021 and 10/1/2021.
  • Enter the input message title: Proposed Date (no period).
  • Enter the input message: Enter the proposed opening date for this location. (including the period).
  • Select the Information error alert style.
  • Enter the error alert title: Confirm Date (no period).
  • Enter the error message: Confirm the date with the VP. (including the period).

 

You should test the validation   rule to ensure it works correctly.
 

  Enter 10/5/2021 in cell B3 and click OK in the   Confirm Date message box.

 

You want to unlock a range on   the Future worksheet to enable changes by users.
 

  Unlock the range B3:B5.

 

Now that the cells are unlocked,   you are ready to protect the Future worksheet.
 

  Protect the worksheet without a password and using the default settings.

 

Hide the Future worksheet.

 

Create a footer with your name   on the left side, the sheet name code in the center, and the file name code   on the right side of the five visible worksheets.

 

Mark the workbook as final.
 

  Note: Mark as Final is not available in Excel for Mac. Instead, use Always   Open Read-Only on the Review tab.

 

Save and close Exp19_Excel_Ch09_ML2_Pizza.xlsx. Exit   Excel. Submit the file as directed.

Understanding Vulnerability Assessments

  

Assignment Objectives:  Analyze testing methods to find out vulnerabilities

Assignment Directions:  Suppose, you want to find out vulnerabilities in a system by simulating an external attacker trying to gain access to the system. But, you don’t want to invest too much time in it. Which testing method will you choose for this purpose?  In a word document, discuss the assigned topic in approximately ten sentences. 

Operating System

To simplify our explanations about magnetic disk access speeds, in this chapter, we use rotation speeds of 3,600 rpm and sustained data transfer rates on the order of one megabyte per second. However, current technology has pushed those numbers higher. Research current rotation speeds and data transfer rates for magnetic disks. Cite your sources, dates of the published research, and the type of computer (laptop, desktop, and so on) that uses the disk.

Exp19_Excel_Ch02_HOEAssessment_Gateway_Vacations

 Exp19_Excel_Ch02_HOEAssessment_Gateway_Vacations

  

Project Description:

You have been hired as a loan officer for Gateway Vacation properties, a timeshare company in Southern Florida. As part of your responsibilities, you calculate loan information for customers who purchase timeshares. You will use Excel to calculate down payment, interest rate, and total payment information 

     

Download   and open the file named Exp19_Ch02_Assessment_TimeShare.xlsx. Grader has automatically added   your last name to the beginning of the filename. 

 

Click cell B2, click the   Formulas tab, click Date & Time in the Functions Library group. Select NOW, and then click OK to enter   today’s date in the cell.

 

Click cell D9. On the Formulas   tab, click Logical in the Function Library group, and select IF. Type C9<$B$6 in the Logical_test box, type B9*$B$4 in the Value_if_true box, and   type B9*$B$5 in the Value_if_false box.   Click OK, and use the fill handle to copy the contents of cell D9 down the   column. Click Auto Fill Options, and click Fill Without Formatting.

 

Click cell E9, type =(B9-D9)/B9, and use the fill handle to   copy the contents of cell E9 down the column. Click Auto Fill Options, and   click Fill Without Formatting.

 

Click cell F9, type =B9-D9, and and press CTRL+ENTER. Use   the fill handle to copy the contents of cell F9 down the column. Click Auto   Fill Options, and click Fill Without Formatting.

 

Click cell G9, click Lookup   & Reference in the Function Library group and select VLOOKUP. Type C9 in the Lookup_value box, type $D$4:$E$6 in the Table_array box, and   type 2 in the Col_index_num box. Click   OK.

 

With cell G9 selected, use the   fill handle to copy the contents of cell G9 down the column, stopping at row   28. Click Auto Fill Options, and click Fill Without Formatting. With the   range G9:G28 selected, on the Home tab, in the Number group, click Increase   Decimal twice.

 

Click cell H9, type =G9/12, and press CTRL+ENTER Use the   fill handle to copy the contents of cell H9 down the column, stopping at row   28. Click Auto Fill Options, and click Fill Without Formatting. With the   range H9:H28 selected, on the Home tab, in the Number group, click Increase   Decimal twice.

 

Click cell J9, type =I9*12, and press CTRL+ENTER. Use the   fill handle to copy the contents of cell J9 down the column. Click Auto Fill   Options, and click Fill Without Formatting.

 

Click cell K9. Click the   Formulas tab, click Financial, and then click PMT. Type H9 in the rate box, J9 in the NPER box, and type -F9 in the Pv box. Click OK. 

 

Use the fill handle to copy the   contents of cell K9 down the column. Click Auto Fill Options, and click Fill   Without Formatting.

 

Click cell K29, press ALT+=, and press ENTER.

 

Click cell B32, type  =COUNT(A9:A28), and press CTRL+ENTER to   calculate the total # of loans.

 

Click cell B33, type =MIN(K9:K28), and press CTRL+ENTER to calculate the lowest monthly payment.

 

Click cell B34, type =MAX(K9:K28), and press CTRL+ENTER to   calculate the highest monthly payment.

 

Click cell B35, type =AVERAGE(K9:K28), and press CTRL+ENTER to   calculate the average monthly payment.

 

Click cell B36, type =MEDIAN(K9:K28), and press CTRL+ENTER to   calculate the median monthly payment.

 

Create a footer with your name   on the left side, the sheet name code in the center, and the file name on the   right side.

 

Save and close Exp19_Excel_CH02_Assessment_Timeshare.xlsx.   Exit Excel and submit as directed.

Discussion and Research paper

Research Paper

 This week, you have read about entrepreneurship in a global economy. For your written assignment this week, complete a case study of the organization you work for (use a hypothetical or “other” organization if more applicable) that will address the following prompts:

  • Describe the organization’s environment, and evaluate its preparedness to go global, if not already, and it’s strategy for staying global if it is.
  • Research other company’s strategy for going global and explain if this will or will not work for your company. 
  • Make a recommendation for a global strategy in the organization, including a justification for your recommendations.

Submit your midterm research paper as a single document. Your paper should meet the following requirements:

  • Be approximately four to six pages in length, not including the required cover page and reference page.
  • Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
  • Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
  • Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.

Discussion:

 

Networks have changed drastically over the last 30 years.  With the first introduction of the 56k modem, which was about 3 typewriter pages per second, to speeds well over 1Gbps these days, the ability to use networks globally, has changed the way we do business.  Using research, determine where networks will go in the next 5-10 years and how that might impact the global economy.

Please make your initial post and two response posts substantive. A substantive post will do at least two of the following:

  • Ask an interesting, thoughtful question pertaining to the topic
  • Answer a question (in detail) posted by another student or the instructor
  • Provide extensive additional information on the topic
  • Explain, define, or analyze the topic in detail
  • Share an applicable personal experience
  • Provide an outside source (for example, an article from the UC Library) that applies to the topic, along with additional information about the topic or the source (please cite properly in APA)
  • Make an argument concerning the topic.

At least one scholarly source should be used in the initial discussion thread. Be sure to use information from your readings and other sources from the UC Library. Use proper citations and references in your post.

IT Decision Paper

Instructions

The GG Freightways (GGFRT) IT Decision Paper Assignment is due at the end of this week.  The assignment instructions are attached.

The Case Study is posted under Course Resources > Case Study.  Use the Case Study as the background to develop your assignment.