Free Essay

State-of-Art Computer Program

In:

Submitted By Indi2014
Words 1111
Pages 5
State-Of-Art
Student Name: Indi
Class/Section: CMIS
Professor Name:
Assignment due date:
Problem Statement
Calculate the total price to purchase all the components required to build a "State-of-the-Art" Gaming computer with option choices limited to three different components. Once the consumer adds up components to the Cart it will create shipping and state taxes (where to ship or billing address) before the final price.
Options available for newegg.com Computer Hardware
CPU (CPU1/CPU2/CPU3) Intel Core i5-3570K Ivy Bridge 3.4GHz - CPU1 - $224.99 Intel Core i7-4770 Haswell 3.4GHz - CPU2 - $309.99 Intel Core i7-3770K Ivy Bridge 3.5GHz - CPU3 - $329.99
CASE (CS1/CS2/CS3) Corsair Graphite Series 230T - CS1 - $79.99 Case Rosewill THOR V2 Gaming ATX - CS2 - $129.99 CM Storm Trooper - Gaming Full Tower Computer - CS3 - $149.99
PSU (PSU1/PSU2/PSU3) Corsair Graphite Series 230T - PSU1 - $59.99 Cooler Master Elite 430 - PSU2 - $49.99 Rosewill Blackhawk Gaming - PSU3 - $89.99
Motherboard (MB1/MB2/MB3) Asus Maximus vi Hero LGA 1150 Intel - MB1 - $199.79 ASRock Fatal1ty B85 Killer LGA 1150 Intel - MB2 - $104.99 Gigabyte GA-X79-UP4 LGA 2011 Intel X79 - MB3 - $242.99
HDD (HDD1/HDD2/HDD3) Seagate Hybrid Drive ST1000DX001 1TB MLC/8GB 64MB Cache SATA 6.0Gb/s NCQ 3.5" Desktop SSHD Seagate Hybrid Drive ST1000DX001 1TB - HDD1 - $96.99 Seagate Hybrid Drive ST2000DX001 2TB - HDD2 - $129.99 WD Black Series WD3003FZEX 3TB - HDD3 - $194.99
RAM (RAM1/RAM2/RAM3) CORSAIR Vengeance LP 8GB - RAM1 - $92.99 Patriot Viper 3 4GB 240-Pin DDR3 - RAM2- $42.99 G.Skill Sniper Series 8GB - RAM3 - $84.99
DVD (DVD1/DVD2/DVD3) LG Black 14X BD-R 2X BD-RE 16X DVD+R 5X DVD-RAM 12X BD-ROM 4MB Cache SATA BDXL Blu-ray - DVD1 - $67.99 ASUS Black Blu-ray Burner SATA BW-16D1HT - DVD2 - $99.99 LITE-ON DVD Burner SATA Model iHAS124-14 - OEM - DVD3 - $20.99
Sound Card (SC1/SC2/SC3) Creative Sound Blaster Z 70SB150200000 Sound Card - OEM - SC1 - $59.99 HT OMEGA Claro Halo XT Sound Card w/ a built-in HI-FI Headphone Amplifier - SC2 - $249.99 Creative SB X-Fi Xtreme Audio (70SB104000000) Sound Card - SC3 - $57.99
Monitor (MON1/MON2/MON3) ASUS VS248H-P Black 24" HDMI LED Backlight Widescreen LCD Monitor - MON1 - $179.99 LG 20EN33TS-B Black 19.5" 5ms Widescreen LED Backlight LCD - MON2 - $99.99 HP 24WD Black 23.6" 5ms Widescreen LED Backlight LCD - MON3 - $149.99
Graphics Card (GC1/GC2/GC3) PowerColor Radeon HD 7870 GHz - GC1 - $189.99 SAPPHIRE TRI-X OC Radeon R9 290 100362-2SR Video Card - GC2 - $619.99 ASUS GeForce GTX 660 GTX660-DC2O-2GD5 Video Card - GC3 - $189.99
OS (OS1/OS2/OS3) Microsoft Windows 7 Professional SP1 64-bit - OS1 - $139.99 Microsoft Windows 7 Professional - OS2 - $289.99 Microsoft Windows 8.1 - Full Version (32 & 64-bit) - OS3 -$119.99 newegg.com consumer has three choices to build the "State-of-the-Art" Gaming computer from each option out of three components. Therefore by clicking each choice option from the drop down menu consumer will be able to input the choice that consumer be able to afford or like and will be the desired option from the user. Once the user completed inputting desired component from the component option, the program will calculate the total price to build the "State-of-the-Art" Gaming computer.
Problem Analysis
Input Choices
CPU (CPU1/CPU2/CPU3) - CpuCost
CASE (CS1/CS2/CS3) - CaseCost
PSU (PSU1/PSU2/PSU3) - PsuCost
Motherboard (MB1/MB2/MB3) - MotherboadCost
HDD (HDD1/HDD2/HDD3) - HddCost
RAM (RAM1/RAM2/RAM3) - RamCost
DVD (DVD1/DVD2/DVD3) - DvdCost
Sound Card (SC1/SC2/SC3) - SoundcardCost
Monitor (MON1/MON2/MON3) - MonitorCost
Graphics Card (GC1/GC2/GC3) - GraphicscardCost
OS (OS1/OS2/OS3) - OsCost
Output
Final Price
After the user has entered a choice for an option (selecting the desired cost), the program must calculate the total cost of the "State-of-the-Art" computer component prices in total as the final price before shipping and taxes. The final actual price to build the "State-of-the-Art" gaming computer by adding desired components by the user.
Formulas
FinalPrice = CpuCost+ CaseCost+ PsuCost+ MotherboadCost+ HddCost+ RamCost+ DvdCost+ SoundcardCost+ MonitorCost+ GraphicscardCost+ OsCost+ShippingCharges+TaxCharge
Sample Calculation
$1392.69 + (shipping) + (state tax) = $224.99+$79.99+$59.99+$199.79+$96.99+$92.99+$67.99+$59.99+$179.99+$189.99+$139.99+ (shipping)+(state tax) Program Design & Hierarchy Chart * Input component choices * Process various options such as adding each desired component price until user meets required list of components to build the computer * Total all costs including shipping and state tax * Display the total price to purchase the "State-of-the-Art" computer
Main Module
Displays welcome message with DIY " State-of-the-Art" Gaming Computer and calls other modules
Sub Modules
Compute_ CPU_ Cost
Compute_ Case _Cost
Compute _PSU_ Cost
Compute_ Motherboard_ Cost
Compute_ HDD _Cost
Compute _RAM _Cost
Compute _DVD_ Cost
Compute_ Sound Card_ Cost
Compute_ Monitor _Cost
Compute_ GraphicsCard _Cost
Compute _OS _Cost
Display _Total_ Price
Pseudocode
Main Module - State-of-the-Art welcome message to proceed
Declare Compute CPU Cost, Compute Case Cost, Compute PSU Cost, Compute Motherboard Cost, Compute HDD Cost, Compute RAM Cost, Compute DVD Cost, Compute Sound Card Cost, Compute Monitor Cost, Compute Graphics Card Cost, Compute OS Cost As Float
Display a welcome message "Do It Yourself State-of-the-Art" Gaming computer by newegg.com
// Input "Enter"
Call Compute_ CPU_ Cost module
Call Compute_ Case _Cost module
Call Compute _PSU_ Cost module
Call Compute_ Motherboard_ Cost
Call Compute_ HDD _Cost module
Call Compute _RAM _Cost module
Call Compute _DVD_ Cost module
Call Compute_ Sound Card_ Cost module
Call Compute_ Monitor _Cost module
Call Compute_ GraphicsCard _Cost module
Call Compute _OS _Cost module
Call Display _Total_ Price module
End Program
Sub Modules
Compute_ CPU_ Cost
This module allows user to select the desired Central Processing Unit for the Gaming computer form the three choices depending on the speed and cost. Display the menu and input user selection Determine the cost of the selected option
Declare CpuChoice As Character
// Display the menu and input user selection:
Write "CPU1 - Intel Core i5-3570K Ivy Bridge 3.4GHz CPU"
Write "CPU2 - Intel Core i7-4770 Haswell 3.4GHz CPU"
Write "CPU3 - Intel Core i7-3770K Ivy Bridge 3.5GHz CPU"
Write "Selection? "
Input CpuChoice Determine Cost of the selected choice
Select Case Of CpuChoice
Case "CPU1":
Set CpuCost = 224.99
Break
Case "CPU2":
Set CpuCost = 309.99
Break
Case "CPU3":
Set CpuCost = 329.99
Break
Default:
Write "Invalid selection"
End Case

Similar Documents

Free Essay

Hw2 Paper

...components required to build a state-of-the-art gaming computer from components available on the internet. Problem Analysis I will calculate the total price to purchase the components required to build a state-of-the-art gaming computer using: Computer base price (CompPrice), the Hard Drive choice (HardDrive_choice), the RAM choice (RAM_choice), and the Sound Card (SoundCard_choice). Once I enter a choice for an option, the program will determine the corresponding cost of the option: HardDriveCost, RamCost, and SoundCardCost. Program Design Input Data: Computer Base Price – CompPrice Hard Drive Choice – HardDrive_choice RAM Choice – RAM_choice Sound Card Choice – SoundCard_choice Perform Calculations: CompPrice + HardDrive_choice + RAM_choice + SouncCard_choice = Total Price Output Results: The output is the computer selling price (CompPrice) Main Module: //Declare variables Declare CompPrice, HardDrive_Cost, RAM_Cost, and SoundCard_Cost //Display a welcome message Write “Welcome to State-Of-The-Art Gaming Solution” Write “This program is designed to calculate the total price of a computer gaming system” //Prompt for and input the computer’s base price Write “Enter the computer base price” Input CompPrice //Call Modules Call Compute_HardDrive_Cost Call Compute_RAM_Cost Call Compute_SoundCard_Cost Call Display_Total_Price End Program Write “Welcome to State-Of-The-Art Gaming Solution. This program is designed to calculate the...

Words: 633 - Pages: 3

Free Essay

Flow Chart Cmis102

...Program Description – I will be building a state of the art gaming computer. I will calculate the total prices based on the total input for each test case. After each test case has been formulated it will end in the total expected output of each test case. Analysis – The input of this program will consist of the base price ($500.00), the (OS $101.79), the (HD $79.99), and the (Processor $189.00. After all the choices have been selected, the program will determine the total cost of that option. The required output for the program will be the total cost of the state of the art gamming computer. The program will then determine the total cost of the state of the art gaming computer by using the following computation: TotalCost = BasePrice+OS+HD+Processor. Flow chart The main module executes and setups necessary variables. It then calls getInput function which asks user about details of computer parts. The output function displays the total along with the details. Pseudo - code Declare array computerItems[]="CPU","Case","Power supply","Motherboard","DVD","Sound Card","Monitor","Graphics Card" as string Declare array computerPrice[]=175.00, 90.00,70.00,142.99,99.99,60.00,154.00,214.99 as double Declare array computerSelected[8]=0 as integer initialized to 0 Declare array otherItems[]="Hard Disk - 500GB","Hard Disk - 1TB","Hard Disk - 1.5TB","RAM - 4MB","RAM - 8MB","RAM - 12MB","OS - Windows7","OS - Red Hat Linux","OS - Windows XP" as string Declare...

Words: 338 - Pages: 2

Premium Essay

Copyright Law in India

...I. Introduction During the early days of computer industry, the software came integrated with hardware. The issue of intellectual property remained confined to hardware only. All this changed during the sixties when software was unbundled from hardware. This gave rise to independent software vendors (ISVs) and the production of standard and custom operating systems, as well as independent applications software’s. Rapid diffusion of low-cost desktop or personnel computer (PC) in late seventies and eighties opened up huge opportunities for ISVs. The software industry gradually increased in terms of overall trade, production and consumption. In 1990s, the widespread diffusion of the Internet created new channels for low-cost distribution and marketing of packaged software, reducing the barriers to entry into the packaged software industry. It also expanded the possibilities for rapid penetration of markets by packaged software products. This rapid increase in consumption of software and easy penetration of market through Internet resulted in increased software piracy, creating a big market in pirated software. According to estimates the global rate of piracy was 59.9% in the year 2010 that means out of the total software sold worldwide 59.9% was fake. Piracy causes huge losses of revenues to software companies every year. This has made the issue of intellectual property protection for software all the more important. The software is a complex product, which has given rise to a...

Words: 7384 - Pages: 30

Premium Essay

Project Overview & Technology Organizational Needs Assessment

...8 Project Goals 8 Project Objectives 8 Conclusion 9 References 10 Introduction Kurzweil predicts that “in 2009, while schools are still not on the cutting edge, the profound importance of the computer as a knowledge tool is widely recognized. Computers play a central role in all facets of education, as they do in other spheres of life” (Kurzweil, 1999, p. 276). It is now 2006 and Kurzweil’s prediction of the computer being widely recognized as a knowledge tool is ahead of schedule. It is also true that schools are far from being on the cutting edge. Some schools are better than others, but the computer is sorely lacking in the classroom. The writer’s organization is a proprietary art college in Central Florida. The school is part of a large corporation that oversees more than sixty schools across the United States. Thirty one of the schools are art colleges. The art colleges are leaders in using the computer in the classroom. The corporation takes pride in putting high end technology in front of students to produce commercial art work in the form of graphic design, interactive design, digital video and animation. Often students choose the proprietary art college over community college or state university because of the high end computer labs and other technology that the private school has on campus. Potential students see the technology as an added value worth paying extra for. Technology Needs Assessment The writer’s organization is well equipped...

Words: 1780 - Pages: 8

Free Essay

Cmis 102 Homework 2

...this program will consist of the base price (BasePrice), the operating system choice (OSChoice), the monitor choice (MonitorChoice), and the case choice (CaseChoice). After the user has made all of the required choices, the program will determine the appropriate cost of that option: OSCost, MonitorCost, and CaseCost. Output: The required output for the program will be the total cost (TotalCost) of the state of the art gaming computer. The program will then determine the total cost of the state of the art gaming computer by using the following computation: TotalCost = BasePrice+OSCost+MonitorCost+CaseCost. Variables: BasePrice // The cost of the computer prior to the user deciding on the three options OSChoice // The operating system selected by the user Win7 // Windows 7 Home Premium Win8 // Windows 8.1 RedHat // Red Hat Linux 9.0 Personal MonitorChoice // The monitor selected by the user Asus // Asus 23.6” LED ViewSonic // ViewSonic 20” LED Acer // Acer 23” LCD CaseChoice // The case selected by the user Thermal // Thermaltake Gaming Case Rosewill // Rosewill Black Gaming Case NZXT // NZXT Guardian Gaming Case OSCost // The cost of the selected operating system MonitorCost // The cost of the selected monitor CaseCost // The cost of the selected case TotalCost // The total cost of the gaming system Design Input the base price of the computer Calculate user selected options to add the additional costs Calculate the base price of the computer with...

Words: 735 - Pages: 3

Free Essay

Captcha

...CAPTCHA CAPTCHAs (completely automated public Test to tell computers and humans apart) are in common use today as a method for performing automated human verification online. The most popular type of CAPTCHA is the text recognition variety. However, many of the existing printed text CAPTCHAs have been broken by web-bots and are hence vulnerable to attack. We present an approach to use human-like handwriting for designing CAPTCHAs. A synthetic handwriting generation method is presented, where the generated textlines need to be as close as possible to human handwriting without being writer-specific. Such handwritten CAPTCHAs exploit the differential in handwriting reading proficiency between humans and machines. Test results show that when the generated textlines are further obfuscated with a set of deformations, machine recognition rates decrease considerably, compared to prior work, while human recognition rates remain the same. CAPTCHA is now almost a standard security technology. The most widely used CAPTCHAs rely on the sophisticated distortion of text images rendering them unrecognisableto the state of the art of pattern recognition techniques and these text-based schemes have found widespread applications in commercial websites. The state of the art of CAPTCHA design suggests that such text-based schemes should rely on segmentation resistance to provide security guarantee, as individual character recognition after segmentation can be solved with a high...

Words: 598 - Pages: 3

Premium Essay

Name of School

...criminology and criminal justice California State University Northridge Business, Management, Marketing, and Related Support Services, Social Sciences, Psychology, Communication, Journalism, and Related Programs, and Liberal Arts and Sciences, General Studies and Humanities Humboldt State University Natural Resources and Conservation, Visual and Performing Arts, Social Sciences, Biological and Biomedical Sciences, and Liberal Arts and Sciences, General Studies and Humanities Los Angeles Film School Film Colorado Mesa University Business/Commerce, Registered Nursing/Registered Nurse, Kinesiology and Exercise Science, Psychology, and Biology/Biological Sciences Rocky Mountain College of Art & Design Art & Design University of Northern Colorado Health Professions and Related Clinical Sciences, Multi-/Interdisciplinary Studies, Business, Management, Marketing, and Related Support Services, Social Sciences, and Communication and Media Studies Western State Colorado University Business, Management, Marketing, and Related Support Services, Parks, Recreation, Leisure, and Fitness Studies, Social Sciences, Psychology, and Visual and Performing Arts Colorado State University Business, Management, Marketing, and Related Support Services, Family and Consumer Sciences/Human Sciences, Biological and Biomedical Sciences, Communication, Journalism, and Related Programs, and Social Sciences Quinnipiac University Health Professions and Related Programs, Business, Management, Marketing, and Related...

Words: 544 - Pages: 3

Premium Essay

Holy

...| California State University Northridge | Business, Management, Marketing, and Related Support Services, Social Sciences, Psychology, Communication, Journalism, and Related Programs, and Liberal Arts and Sciences, General Studies and Humanities | Humboldt State University | Natural Resources and Conservation, Visual and Performing Arts, Social Sciences, Biological and Biomedical Sciences, and Liberal Arts and Sciences, General Studies and Humanities | Los Angeles Film School | Film | Colorado Mesa University | Business/Commerce, Registered Nursing/Registered Nurse, Kinesiology and Exercise Science, Psychology, and Biology/Biological Sciences | Rocky Mountain College of Art & Design | Art & Design | University of Northern Colorado | Health Professions and Related Clinical Sciences, Multi-/Interdisciplinary Studies, Business, Management, Marketing, and Related Support Services, Social Sciences, and Communication and Media Studies | Western State Colorado University | Business, Management, Marketing, and Related Support Services, Parks, Recreation, Leisure, and Fitness Studies, Social Sciences, Psychology, and Visual and Performing Arts | Colorado State University | Business, Management, Marketing, and Related Support Services, Family and Consumer Sciences/Human Sciences, Biological and Biomedical Sciences, Communication, Journalism, and Related Programs, and Social Sciences | Quinnipiac University | Health Professions and Related Programs, Business, Management...

Words: 547 - Pages: 3

Premium Essay

Effectivenes of Performing Arts Subject in High School

...THE EFFECTIVENESS OF THE IMPLEMENTATION OF THE SPECIAL PROGRAM IN THE ARTS IN THE SELECTED HIGH SCHOOL: TOWARDS AN INTERVENTION PROGRAM BY: ELLEN S. TALACTAC MASTER OF ARTS IN EDUCATION Chapter I THE PROBLEM AND ITS BACKGROUND THE EFFECTIVENESS OF THE IMPLEMENTATION OF THE SPECIAL PROGRAM IN THE ARTS IN THE SELECTED HIGH SCHOOL: TOWARDS AN INTERVENTION PROGRAM The Special Program in the Arts (SPA) is a nationwide program of the Department of Education for the students with potential or talent in the arts namely: music, visual arts, theater arts, media arts, creative writing and dance. The school shall offer a comprehensive secondary educational program centered on the arts, covering a range of art forms and disciplines. Arts education is an integral component of a balanced educational program in all year 2 levels, which provides the background for post - secondary level work. BACKGROUND OF THE STUDY San Francisco High School was chosen as one of the schools to implement the Special Program in the Arts because it satisfies the criteria set in the guidelines. (DECS Memorandum # 135 s. 2001) The SPA school is / has: * A financially autonomous regular high school * Is strategically located in the region and surrounded by resources such as libraries, museums, instructional...

Words: 3627 - Pages: 15

Premium Essay

Calculate the Total Price to Purchase All the Components Required to Build a State-of-the-Art Gaming Computer from Components Available on the Internet.

...purchase all the components required to build a state-of-the-art gaming computer from components available on the Internet. CPU Intel Core i5-3570K Ivy Bridge 3.4GHz $230 Case Rosewill BLACKHAWK Gaming ATX Mid Tower Computer Case $80 Power supply CORSAIR HX Series HX750 $130 Motherboard GIGABYTE GA-990FXA-UD3 $133 Hard Drive TOSHIBA DT01ACA100 1TB 7200 RPM 32MB Cache $65 Sound Card ASUS Xonar DX 7.1 $90 Graphics Card MSI N650-MD1GD5/OC GeForce GTX 650 1GB $110 Operating System Microsoft Windows 7 Ultimate $190 BaseCost = 1, 028 RAM | Purchase Code | Price | G.SKILL Ripjaws Series 4GB | G | $48 | G.SKILL Ripjaws Series 8GB | R | $75 | G.SKILL Ripjaws X Series 16GB | X | $155 | DVD | Purchase Code | Price | SAMSUNG Black 18X DVD-ROM | S | $17 | SuperMicro Black 8X DVD-ROM | M | $51 | HP Black SATA Slim DVD-ROM | H | $74 | Monitor | Purchase Code | Price | Asus VE248H Black 24" 2ms Full HD HDMI LED | A | $185 | Asus VE228H 21.5" Full HD HDMI LED | V | $135 | Asus VE278Q Black 27" 1920x1080 2ms Full HD HDMI LED | L | $245 | 1. A.    Problem Analysis – Following the directions in the assignment, clearly write up your problem analysis in this section. For the state of the art gaming computer, the user has already identified fixed items that will be required on any computer, regardless of the other options. This will be identified by the input, BaseCost ($1,028). The other inputs for this program are the ram cost (RamChoice), DVD cost (DvdChoice)...

Words: 775 - Pages: 4

Free Essay

C++ Case Statements

...Calculate the total price to purchase all the components required to build a state-of-the-art gaming computer from components available on the internet. A. Problem Analysis – Following the directions in the assignment, clearly write up your problem analysis in this section. The input consists of computer base price (CompPrice), the CPU choice (CPU_choice), the RAM choice (RAM_choice), and the Graphics Card choice (VideoCard_choice). Once the customer has entered a choice of an option, the program will determine the corresponding cost of that option: CPU_cost, RAM_cost, VideoCard_cost. The only item output is the computer selling price (ComputerPrice). To determine the ComputerPrice, the following computation is: ComputerPrice = CompPrice + CPU_cost + RAM_cost + VideoCard_cost. B. Program Design – Following the directions in the assignment, clearly write up your problem design in this section and comment your pseudocode. Things the program must do: 1. Input the computer base price 2. Process the various options to compute the additional costs 3. Total all the costs 4. Display the final selling price The main Module will contain the following submodules: Compute_CPU_Cost Compute_RAM_Cost Compute_VideoCard_Cost Display_Computer_Price The Hierarchy chart for Computer Price program Pseudocode as follows: // Computer Price calculator // Programmer: Ariel Cintron, University Of Maryland University...

Words: 908 - Pages: 4

Premium Essay

Business Plan

...student ratio ensures a top shelf service for the children and the parents. We emphasize in offering high quality services to our customers. Business Description and Vision Mission Statement: Heavenly Daycare mission is to provide top level childcare. We exist to attract and maintain customers. Close personal attention to each child is essential to providing a quality experience for all children; therefore adequate personnel will be hired to ensure each child has the proper supervision in our care. Our services will exceed the expectations of our customers. Company Vision: Heavenly Daycare will offer childcare services for infants to five years of age from 5am to 11pm. The children will be exposed to a wide range of activities including arts and crafts, socialization, and general learning. Heavenly Daycare will be priced out of some customers’ budget, but will offer low student to teacher ratio and well trained staff. Heavenly Daycare will be located in a recently purchased and converted home that is now solely a childcare center. Objectives: * To create a service based operation whose primary goal is to exceed customer's expectations. * The utilization of Heavenly Daycare by at least 30 different families in the first eight months. * To...

Words: 2603 - Pages: 11

Premium Essay

Business Plan

...student ratio ensures a top shelf service for the children and the parents. We emphasize in offering high quality services to our customers. Business Description and Vision Mission Statement: Heavenly Daycare mission is to provide top level childcare. We exist to attract and maintain customers. Close personal attention to each child is essential to providing a quality experience for all children; therefore adequate personnel will be hired to ensure each child has the proper supervision in our care. Our services will exceed the expectations of our customers. Company Vision: Heavenly Daycare will offer childcare services for infants to five years of age from 5am to 11pm. The children will be exposed to a wide range of activities including arts and crafts, socialization, and general learning. Heavenly Daycare will be priced out of some customers’ budget, but will offer low student to teacher ratio and well trained staff. Heavenly Daycare will be located in a recently purchased and converted home that is now solely a childcare center. Objectives: * To create a service based operation whose primary goal is to exceed customer's expectations. * The utilization of Heavenly Daycare by at least 30 different families in the first eight months. * To...

Words: 2603 - Pages: 11

Premium Essay

Business Plan

...opportunity to examine the internal strengths and weaknesses of Coffee Express. Coffee Express has a valuable inventory of strengths that will help it succeed. These strengths include: a knowledgeable and friendly staff, state-of-the-art computer hardware, and a clear vision of the market need. Strengths are valuable, but it is also important to realize the weaknesses Coffee Express must address. These weaknesses include: a dependence on quickly changing technology, and the cost factor associated with keeping state-of-the art computer hardware. Coffee Express strengths will help it capitalize on emerging opportunities. These opportunities include, but are not limited to, a growing population of daily Internet users, and the growing social bonds fostered by the new Internet communities. Threats that Coffee Express should be aware of include, the rapidly falling cost of Internet access, and emerging local competitors. Our strengths are knowledgeable and friendly staff. We've gone to great lengths at Coffee Express to find people with a passion for teaching and sharing their Internet experiences. Our staff is both knowledgeable and eager to please. State-of-the art equipment. Part of the Coffee Express experience includes access to state-of-the-art computer equipment. Our...

Words: 746 - Pages: 3

Free Essay

An Evening in Guanima

...Phone 242-364-1175 {{!slc_telephone2_es_:Signer1:textfield }} Mobile Phone 242-465-6469 {{!slc_mobilephone_es_:Signer1:textfield }} Email alexandria_butler@hotmail.com {{!slc_emailaddress1_es_:Signer1:textfield }} Current Address Address 1 Armbrister Steet {{!slc_address1_line1_es_:Signer1:textfield }} State/Province British Columbia {{!slc_address1_stateid_es_:Signer1:textfield }} Address 2 {{!slc_address1_line2_es_:Signer1:textfield }} Zip/Postal Code 00000 {{!slc_address1_postalcode_es_:Signer1:textfield }} City Nassau {{!slc_address1_city_es_:Signer1:textfield }} Country Bahamas {{!slc_address1_countryid_es_:Signer1:textfield }} Permanent Address if different from Current Address Address 1 Armbrister Steet {{!slc_address2_line1_es_:Signer1:textfield }} State/Province British Columbia {{!slc_address2_stateid_es_:Signer1:textfield }} Address 2 {{!slc_address2_line2_es_:Signer1:textfield }} Zip/Postal Code 00000 {{!slc_address2_postalcode_es_:Signer1:textfield }} City Nassau {{!slc_address2_city_es_:Signer1:textfield }} Country Bahamas {{!slc_address2_countryid_es_:Signer1:textfield }} Program of Study Program of Study Fashion Design - Associate of Science {{!slc_ProgramofStudyId_es_:Signer1:textfield }} Concentration {{!slc_AreaofStudyId_es_:Signer1:textfield }} Start Date 8/20/2015 {{!slc_StartDateID_es_:Signer1:textfield }} 5250 Lankershim Boulevard, North Hollywood, CA 91601 PHONE: (818)299-5100 FAX:...

Words: 2464 - Pages: 10