ESSENTIALS OF COMPUTER ORGAN..-TEXT
ESSENTIALS OF COMPUTER ORGAN..-TEXT
4th Edition
ISBN: 9781284033144
Author: NULL
Publisher: JONES+BART
bartleby

Concept explainers

Question
Book Icon
Chapter 7, Problem 9E

a.

Program Plan Intro

Given:

The fraction of work performed by CPU (f) = 55%=55100=0.55

The fraction of work performed by DISK (f) = 45%=45100=0.45

Speedup of CPU (k) = 1.4

Speedup of the DISK (k) = 2.5

To Find: Overall speedup of the CPU and DISK

Solution:

According to Amdahl’s law; Overall speedup (S)=1(1-f)+(fk) --- (1)

Substitute the value for “f” and “k” in the above equation. So, the equation (1) becomes,

Finding overall speedup for CPU:

SCPU=1(1-0.55)+(0.551.4)SCPU=10.45+0.39SCPU=10.84

SCPU=1.19

Convert 1.19 to percentage:

=>1.19×100%=119%. Subtract 100% from 119% to get the overall speedup percentage of the new system.

Overall speedup percentage of CPU = 119% - 100% = 19%

Finding overall speedup for DISK:

SDISK=1(1-0.45)+(0.452.5)SDISK=10.55+0.18SDISK=10.73

SDISK=1.37

Convert 1.37 to percentage:

=>1.37×100%=137%. Subtract 100% from 137% to get the overall speedup percentage of the new system.

Overall speedup percentage of DISK = 137% - 100% = 37%

b.

Explanation of Solution

If one does not care about money, then, one would go for the upgrade of disk activity because:

From the above part (a), it is clear that the speed of the DISK activity SDISK=37% is more when compared with

c.

Explanation of Solution

Breakeven points for the upgrade:

From the part (a):

Overall speedup for CPU is: 19%

Money needed to upgrade CPU is: $263.15

Overall speedup for DISK is: 37%

Money needed to upgrade DISK is: $216.22

The breakeven points for the upgrades are:

Breakeven point = Money to upgrade CPU × speedup of DISKBreakeven point = $263.15 × 37%Breakeven point = 9736

Blurred answer
Students have asked these similar questions
In completing this report, you may be required to rely heavily on principles relevant, for example, the Work System, Managerial and Functional Levels, Information and International Systems, and Security. apply Problem Solving Techniques (Think Outside The Box) when completing. should reflect relevance, clarity, and organisation based on research. Your research must be demonstrated by Details from the scenario to support your analysis, Theories from your readings, Three or more scholarly references are required from books, UWIlinc, etc, in-text or narrated citations of at least four (4) references. “Implementation of an Integrated Inventory Management System at Green Fields Manufacturing” Green Fields Manufacturing is a mid-sized company specialising in eco-friendly home and garden products. In recent years, growing demand has exposed the limitations of their fragmented processes and outdated systems. Different departments manage production schedules, raw material requirements, and…
1. Create a Book record that implements the Comparable interface, comparing the Book objects by year - title: String > - author: String - year: int Book + compareTo(other Book: Book): int + toString(): String Submit your source code on Canvas (Copy your code to text box or upload.java file) > Comparable 2. Create a main method in Book record. 1) In the main method, create an array of 2 objects of Book with your choice of title, author, and year. 2) Sort the array by year 3) Print the object. Override the toString in Book to match the example output: @Javadoc Declaration Console X Properties Book [Java Application] /Users/kuan/.p2/pool/plugins/org.eclipse.justj.openjdk.hotspo [Book: year=1901, Book: year=2010]
Q5-The efficiency of a 200 KVA, single phase transformer is 98% when operating at full load 0.8 lagging p.f. the iron losses in the transformer is 2000 watt. Calculate the i) Full load copper losses ii) half load copper losses and efficiency at half load. Ans: 1265.306 watt, 97.186%

Chapter 7 Solutions

ESSENTIALS OF COMPUTER ORGAN..-TEXT

Ch. 7 - Prob. 3RETCCh. 7 - Prob. 4RETCCh. 7 - Prob. 5RETCCh. 7 - Prob. 6RETCCh. 7 - Prob. 7RETCCh. 7 - Prob. 8RETCCh. 7 - Prob. 9RETCCh. 7 - Prob. 10RETCCh. 7 - Prob. 11RETCCh. 7 - Prob. 12RETCCh. 7 - Prob. 13RETCCh. 7 - Prob. 14RETCCh. 7 - Prob. 15RETCCh. 7 - Prob. 16RETCCh. 7 - Prob. 17RETCCh. 7 - Prob. 18RETCCh. 7 - Prob. 19RETCCh. 7 - Prob. 20RETCCh. 7 - Prob. 21RETCCh. 7 - Prob. 22RETCCh. 7 - Prob. 23RETCCh. 7 - Prob. 24RETCCh. 7 - Prob. 25RETCCh. 7 - Prob. 26RETCCh. 7 - Prob. 27RETCCh. 7 - Prob. 28RETCCh. 7 - Prob. 29RETCCh. 7 - Prob. 30RETCCh. 7 - Prob. 31RETCCh. 7 - Prob. 32RETCCh. 7 - Prob. 33RETCCh. 7 - Prob. 34RETCCh. 7 - Prob. 35RETCCh. 7 - Prob. 36RETCCh. 7 - Prob. 37RETCCh. 7 - Prob. 38RETCCh. 7 - Prob. 39RETCCh. 7 - Prob. 40RETCCh. 7 - Prob. 41RETCCh. 7 - Prob. 42RETCCh. 7 - Prob. 43RETCCh. 7 - Prob. 44RETCCh. 7 - Prob. 45RETCCh. 7 - Prob. 46RETCCh. 7 - Prob. 47RETCCh. 7 - Prob. 48RETCCh. 7 - Prob. 49RETCCh. 7 - Prob. 1ECh. 7 - Prob. 2ECh. 7 - Prob. 3ECh. 7 - Prob. 4ECh. 7 - Prob. 5ECh. 7 - Prob. 6ECh. 7 - Prob. 7ECh. 7 - Prob. 8ECh. 7 - Prob. 9ECh. 7 - Prob. 10ECh. 7 - Prob. 11ECh. 7 - Prob. 12ECh. 7 - Prob. 13ECh. 7 - Prob. 14ECh. 7 - Prob. 15ECh. 7 - Prob. 16ECh. 7 - Prob. 17ECh. 7 - Prob. 18ECh. 7 - Prob. 19ECh. 7 - Prob. 20ECh. 7 - Prob. 21ECh. 7 - Prob. 22ECh. 7 - Prob. 23ECh. 7 - Prob. 24ECh. 7 - Prob. 25ECh. 7 - Prob. 26ECh. 7 - Prob. 27ECh. 7 - Prob. 28ECh. 7 - Prob. 29ECh. 7 - Prob. 30ECh. 7 - Prob. 31ECh. 7 - Prob. 32ECh. 7 - Prob. 33ECh. 7 - Prob. 34ECh. 7 - Prob. 35ECh. 7 - Prob. 36ECh. 7 - Prob. 37ECh. 7 - Prob. 38ECh. 7 - Prob. 39ECh. 7 - Prob. 40ECh. 7 - Prob. 41ECh. 7 - Prob. 42ECh. 7 - Prob. 43ECh. 7 - Prob. 44ECh. 7 - Prob. 45ECh. 7 - Prob. 46ECh. 7 - Prob. 47ECh. 7 - Prob. 48ECh. 7 - Prob. 49E
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education