Share on Facebook Share on Twitter Email
Answers.com

Cost efficiency

 
Marketing Dictionary: cost efficiency

Cost of reaching members of the target audience for a particular product or service as compared to the cost of reaching the entire audience of the medium in which the advertising has been placed; usually expressed in terms of cost per thousand.

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Wikipedia: Cost efficiency
Top

Cost efficiency (or cost optimality), in the context of parallel computer algorithms, refers to a measure of how effectively parallel computing can be used to solve a particular problem. A parallel algorithm is considered cost efficient if its asymptotic running time multiplied by the number of processing units involved in the computation is comparable to the running time of the best sequential algorithm.

For example, an algorithm that can be solved in O(n) time using the best known sequential algorithm and O\left(\frac{n}{p}\right) in a parallel computer with O(p) processors will be considered cost efficient.

References

  • Advanced Computer Architectures: A Design Space Approach, D. Sima, T. Fountain and P. Kacsuk, Addison-Wesley, 1997.

 
 

 

Copyrights:

Marketing Dictionary. Dictionary of Marketing Terms. Copyright © 2000 by Barron's Educational Series, Inc. All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Cost efficiency" Read more