Exp22_Excel_Ch04_ML1 – EBL Sporting Goods 1.1

Exp22_Excel_Ch04_ML1 – EBL Sporting Goods 1.1

Exp22_Excel_Ch04_ML1 – EBL Sporting Goods 1.1

Excel Chapter 4 Mid-Level 1 – EBL Sporting Goods 

  

Project Description:

You are the inventory manager for EBL Sporting Goods. EBL is a national sporting goods store with several warehouses. You are currently performing an analysis to determine inventory levels, as well as the total value of inventory on hand. Your last steps will be to check the report for duplicate entries and format for printing.

     

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

 

Freeze the panes at cell B2 so   that the column labels do not scroll offscreen.

 

Convert the data to a table and   name the table Inventory2024.

 

Apply Light Green, Table Style   Light 18 to the table.

 

Sort the table by Warehouse (A   to Z), then by Unit Price (smallest to largest), and then by Department.   Create a custom sort order for Department so that it displays in this   sequence: Training, Athletic Apparel, Footwear, Fitness, Outdoor Gear, and Toys.

 

Remove duplicate records from   the table. Excel should find and remove one duplicate record.

 

Create an unqualified structured   reference in column G to determine the value of the inventory on hand. To   calculate the inventory on hand, multiply the Unit Price and the Amount on   Hand.

 

Apply a Total Row to the   Inventory2024 table; set the Amount on Hand to Average. Format the results to   display with two decimal points.

 

Create a new conditional   formatting rule in column D that displays any Inventory Value for the Toys   department with a value of $10,000 or more as Red, Accent 2 fill color (the   6th color located on the top row of the Format Cells window) with White,   Background 1 font color. There will be two qualifying entries.

 

Ensure the warehouse information   is not broken up between pages when printed. Add a page break to make sure   that each warehouse prints on its own consecutive page.

 

Set the worksheet to Landscape   orientation and repeat row 1 labels on all pages and page order prints Down,   then over.

 

Display the Inventory sheet in   Page Break Preview.

 

Save and close EXP22_Excel_CH04_ML1_Inventory.xlsx.   Exit Excel.

Assignment

 After responding to the weekly discussion topic on FOOTPRINTING, you now have an idea as to how to conduct a digital investigative project. For this assignment, you are asked to develop your own crime scenario. Explain the incident that occurred, and then list the steps you would follow to solve this case (examples might include: a lost child, an unauthorized charge on your credit card, an unidentified charge made with your EZ PASS, etc.). 

Assignment

 

Complete the following assignment in one MS word document:

Chapter 1 –discussion question #1 & exercise 15 (limit to one page of analysis for question 15)

Chapter 2 – discussion question #1 & exercises 4, 5, and 15(limit to one page of analysis for question 15)

When submitting work, be sure to include an APA cover page and include at least two APA formatted references (and APA in-text citations) to support the work this week.

All work must be original (not copied from any source).

CMIS 102 6383 Introduction to Problem Solving and Algorithm Design

 Post a Python program that contains an array variable whose values are input by the user. It should the perform some modification to each element of array using a loop and then the modified array should be displayed. Include comments in your program that describe what the program does. Also post a screen shot of executing your program on at least one test case. 

Exp19_Excel_Ch07_ML2_Finances

Exp19_Excel_Ch07_ML2_Finances

Exp19 Excel Ch07 ML2 Finances

Excel Chapter 7 Mid-Level 2 – Finances

  

Project Description:

Your family is considering purchasing a house and investing in a business venture. You started the structure for a loan amortization table and the investment table. You will complete the first five years of the 20-year loan amortization table. To complete the table, you will enter formulas to calculate the beginning balance, monthly payment, and ending balance. You will use financial functions to calculate the interest and principal paid for each monthly payment. In addition, you want to calculate cumulative interest after the first year, total interest over the life of the loan, and the amount of principal paid after the first year. You also want to see how many months half or more of the payment is for interest. You will then focus your attention on completing an investment table using date functions, formulas, and a financial function to calculate the future value of the investment.

     

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

 

The first step is to enter a   formula to reference the loan amount for the beginning balance for the first   payment.
 

  In cell B9, enter a formula that references cell D2.

 

A loan amortization table   usually contains a column that displays the monthly payment for each row.
 

  In cell C9, enter a formula to reference the monthly payment in cell D3. Use   a mixed reference and copy the formula to the range C10:C68.

 

The monthly payment indicates   the total amount of the payment, which includes principal and interest.   Interest is calculated based on the loan amount, the rate, the payment   number, and the number of payments.
 

  In cell D9, enter the IPMT function to calculate the interest paid for the   first month using mixed cell references to the input area for the Rate, Nper,   and PV arguments and using cell A9 for the Per argument. Make sure the result   is a positive value and copy the function to the range D10:D68.

 

After calculating the interest   paid, the rest of the monthly payment repays the principal.
 

  In cell E9, enter the PPMT function to calculate the principal paid for the   first month using mixed cell references to the Calculations area for the   Rate, Nper, and PV argument and using cell A9 for the Per argument. Make sure   the result is a positive value and copy the function to the range E10:E68.

 

The last column of the loan   amortization table calculates the ending balance.
 

  In cell F9, calculate the ending balance by subtracting the Principal   Repayment from the Beginning Balance in row 9. Copy the formula to the range   F10:F68.

 

The beginning balance for each   payment is calculated and entered in column B.
 

  In cell B10, enter a formula that references the first month’s ending balance   in cell F9. Copy the formula to the range B11:B68.

 

Ensure that Accounting Number   Format is applied to the range B9:F68.

 

You want to calculate the total   interest paid for the first year.
 

  In cell F2, insert the CUMIPMT function to calculate the cumulative interest   paid for the first year. Use A9 for the Start_period argument and B6 for the   End_period argument. Use 0 as the Type argument. Make sure the result is a positive value.

 

Now you want to calculate the   total interest paid for the entire loan.
 

  In cell F3, insert the CUMIPMT function to calculate the total cumulative   interest paid for the entire loan. Use A9 for the Start_period and D6 for the   End_period arguments. Make sure the result is a positive value.

 

You want to calculate the   cumulative principal paid for the first year.
 

  In cell F4, insert the CUMPRINC function to calculate the cumulative   principal paid for the first year. Use A9 for the Start_period and B6 for the   End_period arguments. Make sure the result is a positive value.

 

In cell F5, insert the COUNTIF   function to count the number of payment periods in which the interest in the   loan amortization table is higher than one-half of the monthly payment (cell   D4).

 

Apply General number format to   cell F5.

 

You want to extract the year and   use it to determine the payoff year.
 

  Display the Investment sheet. In cell D4, insert the YEAR function to extract   the year from cell D3 and add the number of years (cell B3). You will change   the format of the result in the next step.

 

You need to format the result in   cell D4 as a number.
 

  Ensure that General number format is applied to cell D4.

 

At the end of each period, you   will add $125 to the investment.
 

  In cell D7, enter a formula that references cell D2. Use a mixed reference to   ensure the row number does not change. Copy the formula to the range D8:D54. 

 

You want to calculate the   interest earned per period.
 

  In cell C7, multiply the beginning balance in cell B7 to the result of   dividing the APR by the No. of Pmts per Year. Use mixed and relative cell   references. Copy the formula to the range C8:C54.

 

You are ready to calculate the   ending balance for each payment period.
 

  In cell E7, add the Beginning Balance, Interest Earned, and End-of-Period   Investment for row 7. Copy the formula to the range E8:E54.

 

You will use a nested function   to calculate the dates in column A.
 

  In cell A8, create a DATE function with a nested YEAR function, a nested   MONTH function and then add 1 to increment the month, and a nested DAY   function. The function arguments should reference the date on the previous   row.

 

Copy the function from cell A8   to the range A9:A54 but preserve the fill formatting.

 

In cell E56, insert the FV   function to calculate the future value of the investment use references to   the respective cells in the input area for the arguments. Make sure the   result is positive. Leave the Type argument empty.

 

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

 

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

PROJECT 1: CENSUS DATA

 

PROJECT 1: CENSUS DATA

OBJECTIVE
The purpose of this project is to demonstrate your understanding of the following course concepts:

1. How to create and navigate within workbooks.
2. How to enter data and format cells.
3. How to format worksheets and workbooks.
4. How to create, edit, and format tables.
5. How to modify tables.
6. How to use functions and formulas.
7. How to calculate and transform data.
8. How to create and modify charts.

PROJECT DESCRIPTION
You are working as part of a group creating a report that includes data from the most recent census. Your task is to create and format a worksheet using information from the census.gov website and chart the data.

1. Create a new workbook and save it as Project1_Census.xlsx.
2. Identify three U.S. cities of your choice and enter the city and state names in cells A4, A5, and A6.
3. Open a web browser and navigate to the data.census.gov website. Use the most recent census data to locate the population, median age, number of housing units, and median income for each city (e.g. type “median income in Maryland” in the search box at the top of the page).
4. Enter the information into the respective cells in the worksheet, as shown in the image below but using cities of your own choosing. Note: If you are unable to locate the necessary data, either choose a different city or perform a search for another website containing the necessary data.

PROJECT 1 FIGURE 1

CMST 100G Project 1 Figure 1

5. Format the data table using techniques you have learned to present the data in a visually appealing form such as:

a. Set the column widths appropriately.
b. Set labels alignment appropriately.
c. Apply borders, gridlines and shading to the table as desired.
d. Set the columns labels alignments appropriately.
e. Align the worksheet vertically and horizontally on the page.

6. Enter a formula to find Average Household Income for all THREE cities.
7. Enter a formula to find the Total Population for all THREE cities.
8. Create charts that present the data for each of the four categories of data. Decide which chart types will best present the data. (Hint: If you are not sure which types to use, consider selecting he data and using the Recommended Chart button to narrow down and preview suitable choices.)
9. Place each chart on a separate sheet and format the charts to best present the data in a clear, attractive format.
10. Give each worksheet a descriptive name and color the tabs using theme colors. Reorder the sheets so that the data table appears first, followed by the charts.
11. Save and submit the workbook to the Assignment Folder.

SUBMISSION REQUIREMENTS
Please submit the following to your Assignments Folder:

1. The completed Project1_Census.xlsx file.
2. Submit a Project Reflection (see below).

PROJECT REFLECTION
Answer the following questions when you submit your assignments files.

a. Describe a situation in daily life when someone would use Microsoft Excel.
b. You made several decisions while creating the workbook for this assignment: how to lay out the data in the worksheet and which chart types to use. What was the rationale behind each of these decisions?
c. What issues or challenges did you face completing this project? 

Measurable Values

 

Phoenix Fine Electronics would like more information about their system options and your recommendation. They are interested in learning how the strengths of the system can be turned into measurable values for the business upon implementation.

Modify the chart from the attached Phoenix Fine Electronics document by adding the following:

  • The strengths and weaknesses of each system
  • The impact of the strength and weakness

Cite at least 2 sources in the additional columns in your chart. 

Write a business case for your recommendation. This business case will be revisited in Wk 6. As a guideline, this section of the business case should be approximately 3 to 4 pages in length, double-spaced.

Use the information from your executive summary and add the following information:

  • At least 3 measurable organizational values the new system will bring
  • The benefits of the value to the business
  • How these values will differentiate the business to customers
  • The risks of doing the project
  • The risks of not doing the project
  • The modified comparison chart (from above)
  • References

Individual Contribution Report – Paper

I need help in Writing the report, Pattern is attached

My Contribution to the Project is

Data Analysis, Data Cleansing, exploratory analysis for native-country, race, education and work
class of the dataset. machining learning model training and testing using the test dataset.

ppt

 

Scenario:

Colors Nepal is upcoming with the matrimonial site, service in Nepalese market for the people all over the globe. Analyzing the Nepalese market in the digital sector, we found few sites that started early and they are still struggling because of a lack of business plan and marketing, and also, the target group was not ready at the time of introduction of that service. 

The new generation is more educated and well familiar with the latest technology, but it’s really hard to follow the tradition pattern to find a right person in a busy daily. This service will give them some time to think about their lives and future, which is lost in the routine life.

Nepal lacked back in the digital sector due to its unstable political condition, and also, there was no internet payment gateway so far. However, recently they introduced digital payment, which is a boom in the field of eCommerce.

The team paper must be at least 10 pages in length. This does not include the APA formatted cover page or the references. There must be at least 6 APA references to support the findings in the submission. Correct use of APA guidelines for sources and citations is required. If supporting evidence from outside resources is used those must be properly cited. The paper must address the following answers (I would like the paper to be formatted with headings to note the following information):

  · Introduction and business plan

· Other support IT to get the systems up and running

· Research about other businesses that are in the same market. 

· Promoting business services that our company offers

· Ethical and Legal Implications.

· Best Practices that you are going to implement in your organization and why