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

Student Registration System Web Project using HTML, CSS & PHP

Student Registry System In this task, you’re to further develop the student registry you started on lab-task. The solution is based the on the use of HTML5, stylesheets, and PHP, and will use a database for storage of information, MySQL on (school website) is used for this. Information of students is saved in the table student, ID is primary key and is set In addition to this, you need a table named class where id a is the primary key and is set up with AUTOINCREMENT, other columns and data types in accordance with the figure. The property class in the student table needs to be a foreign key that refers to the ID column in the class table. In MySQL you need to use tables of the type INNODB with support for foreign keys, reference integrity shall remain. The task: Write a class with the name StudentRegister (means Student registry), the class should use PDO and only prepared statements/questions. The class shall implement the interface StudentInterface, and use the two classes, Student,...