Question

In: Computer Science

Can someone fix my 2b a little bit!!!thx 2) The Value Chain Model Apply the value...

Can someone fix my 2b a little bit!!!thx

2) The Value Chain Model
Apply the value chain model to compare one of the following options:
a) How HP produces and sells microcomputers (using sellers) Vs Dell manufacturing and selling computers (through its web site.)

Outbound logistics: function to require to get products out to customers. In the case of HP, the microcomputers are distributed and sold at technology stores, then the store services are assigned to sell the microcomputers to their customers, while Dell by being an online retailer will have to ship their computers via UPS or delivery system to their customers.
Sales/marketing: function that will entice buyers to purchase the product. In this activity HP will sale and market based on a location or form of gathering the attention of individuals. For example, HP computer could be advertised to be sold on a specific location, so what that means that what a promoted HP technology store sells in a certain location is going to be the same as product located in another location. As for Dell’s online website, sales are based on gather the intention of individuals only through online sources such as sites, that will lead them to the selling site.
Services: function after purchase of product to maintain and enhance value. If an HP is bought at a technology store and something was found defective, either a return process or online support will be issued. In the case of Dell is more difficult because online support can only be issued, however, for a return process will have to be through a shipping system instead of going into a store.

b) Netflix (DVDs) Vs. Blockbuster (store) or Netflix (DVDs) Vs Red Box, or Netflix (online) vs. Verizon FIOS.

Netflix (DVDs) Vs. Blockbuster (store) Netflix has been the leader in todays market because of one main thing, convenience. One doesn’t have to leave his house to get a movie they want to watch, it is all at the tip of their fingers. Blockbuster on the other hand is a place you have to go to and it is not convenient at all.

Solutions

Expert Solution

Blockbusters(DVD) has been around from time we can think of. These were over storage devices like DVD's and sold to public restricting the use to only personal uses. Whenever some great movie comes out the fans would need to watch it t the theater.But if they felt like watching it more or like adding it to their personal collection of movies they'd need to rush to some Blockbuster shops and buy the DVD. The customers often exchanged the DVD later to their friends and family.This was a breach to the agreement made with the company,but there was no means to track anything at all.

Netflix has been around from 1997,but only got mainstream a while back now. The service focuses on convenience in this hectic world where a fan would never require to leave his comfort zone just to watch his favorite movie or series.The service actually has a more sound financial model than the traditional blockbuster method, since a third party involvement is taken out along with added convenience.Netflix also was able to bring about revolutionary changes in the industry like with the introduction of web series.The customers now has more options to choose from.Additional to such advantages the system were also able to track the number of viewers through the different IP address and newer features that would restrict a person from recording the screen are being developed.Netflix, certainly, is the future.

I hope this satisfies your requirement. If happy with the answer please leave a thumbs up,it really matters.


Related Solutions

My question is little bit philosophical. I would like to explain my ideas with a 2...
My question is little bit philosophical. I would like to explain my ideas with a 2 dimensional universe model. If we had lived in 2 dimensional universe like a plane, What could we observe when seeing a 3d object? For example: If a square pyramid that is inside full of material comes to the plane universe in right angle, what could the people who live in 2d universe observe? Firstly, we could see small square and slowly it would enlarge...
Python programming: can someone please fix my code to get it to work correctly? The program...
Python programming: can someone please fix my code to get it to work correctly? The program should print "car already started" if you try to start the car twice. And, should print "Car is already stopped" if you try to stop the car twice. Please add comments to explain why my code isn't working. Thanks! # Program goals: # To simulate a car game. Focus is to build the engine for this game. # When we run the program, it...
Can someone tell me how to fix warning msg in my code of C ++? I...
Can someone tell me how to fix warning msg in my code of C ++? I got run-time error for this question please help me asap! Errors are: In function 'void bfs(int, int)': warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j = 0; j < adj[pppp].size(); j++){ ^ In function 'int main()': warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d %d %d %d %d", &a, &q, &c, &N, &m); ^...
Struggling a little bit with one of my homework questions. we are to create an ER...
Struggling a little bit with one of my homework questions. we are to create an ER digram from the following business rules using UML notation, we are encouraged to uses weak entities, sub classes and ternary relationships. Thank you in advance   You have just been employed as a database designer in a well-established software development firm. Your first job is to design and implement a database system for an airline booking company. The following information has been gathered after analysing...
I am getting 7 errors can someone fix and explain what I did wrong. My code...
I am getting 7 errors can someone fix and explain what I did wrong. My code is at the bottom. Welcome to the DeVry Bank Automated Teller Machine Check balance Make withdrawal Make deposit View account information View statement View bank information Exit          The result of choosing #1 will be the following:           Current balance is: $2439.45     The result of choosing #2 will be the following:           How much would you like to withdraw? $200.50      The...
Can someone fix this code so that it can count comparison and exchange? import java.util.Arrays; class...
Can someone fix this code so that it can count comparison and exchange? import java.util.Arrays; class Main { static int comparisons; static int exchanges; // Recursive function to perform insertion sort on sub-array arr[i..n] public static void insertionSort(int[] arr, int i, int n) { int value = arr[i]; int j = i; // Find index j within the sorted subset arr[0..i-1] // where element arr[i] belongs while (j > 0 && arr[j - 1] > value) { arr[j] = arr[j...
How valuable is the Hines’s value chain model at overcoming the weaknesses of Porter’s value chain...
How valuable is the Hines’s value chain model at overcoming the weaknesses of Porter’s value chain model
Consider a specific disease. Apply either the multicausation disease model or the chain of infection model...
Consider a specific disease. Apply either the multicausation disease model or the chain of infection model to this disease. Describe specific intervention strategies for this disease.
Can someone create a Test bench for this 4 Bit USR code so that it can...
Can someone create a Test bench for this 4 Bit USR code so that it can shift left, shift right and Load. This is in VHDL. Please type out the code. library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity Uni_reg is port( LR,SP,clk,clear,shL,shR: in std_logic; -- shL = shift left shR= shift right Da,Db,Dc : in std_logic; --inputs for load Qa,Qb,Qc : out std_logic); --out puts from the flipflops end Uni_reg; architecture Structural of Uni_reg is signal lr1,lr2,sp1,sp2,R1,R2,R3 : std_logic; signal L1,L2,L3,LOAD1,LOAD2,LOAD3:std_logic; signal...
I want to know how can I fix this program so it can work properly....can someone...
I want to know how can I fix this program so it can work properly....can someone run it and give me the fixed version but do not the entire program bear with this one please and thanks in advance!!!!! import java.util.Scanner; public class ifPractice { public static void main(String[] args) { Scanner KB = new Scanner(System.in); { double option; double option02; double stu_gradeTest01; double stu_gradeTest02; double stu_gradeTest03; double final_grade; { System.out.println("Enter #1 to see what test to grade first, #2...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT