Skip to main content

Technology Budget | Excel Practice Task | Download now

A Technology Budget

Tally is a start-up website development company located in Seattle, Washington. The company currently has 7 employees and is looking to hire 6 new employees in the next month. You are in charge of purchasing for Tally. Your first task is to purchase computers for the new employees. You want to look into 3 different manufacturers: Dell, HP, and Apple. Your budget is $550,000 to purchase the following:

  1. New computers for all employees – for old and new, 2 monitors each.
  2. 2 high-end servers 
  3. 5 color printer/scanner combination
  4. Desks for all the new employees (not manufacturer specific, just make sure the desk will hold the computers and monitors.
  5. Software: (Not necessarily manufacturer specific, just make sure it is compatible with the brand of computers etc you are purchasing).
    • Operating system for the computers
    • Visual studio professional
    • Virus software
    • MS office
    • SQL Server Database

Keep in mind this is for a business and not for home usage. Look into business-grade machines and furniture.

Instructions


  1. Conduct research for all components listed above. Include references to the sites where you found your information. Do this for all 3 manufacturers. If a manufacturer does not make a certain item, include a message and use the best from a different manufacturer. 
  2. Open Chapter2TechnologyBudget.xlsx.
  3. Save the spreadsheet as Chapter2TechnologyBudget_Last Name.xlsx. (Replace “Last Name” with your last name.)
  4. Complete the table with your research. Be sure to include the references for the places you found the items. 
  5. Use the SUM() function to calculate the totals for each manufacturer. 
  6. Create a new worksheet tab. Name it Analysis.
  7. Make 3 bar charts for each manufacturer to compare the following:
    1. Chart 1: Computers total costs for all 3 manufacturers 
    2. Chart 2: Software total cost for all 3 manufacturers
    3. Chart 3: Printer/Scanners total cost for all 3 manufacturers
  8. Make sure to correctly and legibly label your charts. If can’t tell what the charts are supposed to be and/or contain, you will get no points for the period. This includes chart titles, series labels, and axis labels.  Keep in mind the chart labeling thing will apply to all charts in this course. I cannot read your mind. If you put "chart title" for all your tables, I do not know what that means. Also, your series labels should not be overlong. 2-3 words max.
  9. Create a new worksheet tab. Name it Report.
    1. Insert a text box.
    2. Write a report on which manufacturer you would decide to purchase from and why. 
    3. Refer to the tables and the charts you made. 
    4. Make sure your report is 50 words or more. 
  10. Save your file and submit it to your instructor. 

Product Screenshots

Download Now

Buy now

Comments

Popular posts from this blog

The Zoo Management System - entity relationship diagram & MS Access Database

Zoo Management System - Project Details: You are the employee of a big, worldwide working Zoo Management Company. Your company is responsible for the Zoo management. Your boss thinks it would be a great idea to store all data for each Zoo in a brand new self-developed ZOO Management System. Up to now, the ZOO management company has maps of each ZOO available. Your boss knows that you took a course in introduction on an ERP system, so he asks you if you could help designing such a system. Each ZOO must have the same organizational structure, which should look like this: Each Zoo has a Zoo-Address. Each Zoo has many visitors (Visitor Ticket Process (VTP). Many Zoo-Attractions belong to a Zoo. Module 1: Entity Relationship Diagram Design a ER (entity-relationship) diagram for your ZOO Management System. Use the information provided below with the entities and its attributes. Put the entities in the correct relationship to each other (organizational structure). Module 2: DB Implem...

Human Physiology by Stuart Ira Fox [PDF] (12th edition) free download

Sudoku Game Project in Java with full source code including GUI task

Introduction The purpose of the project is to try in practice the use of recursion and object-oriented program design. Please make sure to read this entire note before starting your work. Pay close attention to the sections on deadlines, deliverables, and exam rules. The problem Your task in this part of the project is to write a solver for Sudoku puzzles. Sudoku puzzles are a kind of crossword puzzles with numbers where the following two conditions have to be met: In each row or column, the nine numbers have to be from the set [1,2,3,4,5,6,7,8,9] and they must all be different.  For each of the nine non-overlapping 3x3 blocks, the nine numbers have to be from the set [1,2,3,4,5,6,7,8,9] and they ust all be different. The following two figures show a Sudoku puzzle and its solution. The input The input of your program, the Sudoku puzzles, is given in text files. More specifically, they are represented as nine lines of nine characters separated by spaces. The characters can be of two...