Cash-back offer from May 7th to 12th, 2024: Get a flat 10% cash-back credited to your account for a minimum transaction of $50.Post Your Questions Today!

Question DetailsNormal
$ 20.00

TEST BANK FOR The Art of Computer Systems Performance By Raj Jain

Question posted by
Online Tutor Profile
request

􀀀 Compare the ratio with system A as the base
System Workload 􀀀 Workload Average
A 􀀀 􀀀 􀀀
B 􀀀
Considering the ratio of performance with system A as base we con
clude that system B is better
􀀀 Compare the ratio with system B as the base
System Workload 􀀀 Workload Average
A 􀀀
B 􀀀 􀀀 􀀀
Considering the ratio of performance with system B as base we con
clude that system A is better

􀀀 incomplete
Can be done

􀀀 a Measurements Run your favourite programs and pick the one that
runs them faster
b Use measurements and simulations of various network con    guirations
c Measurement

a Analytical modelling

b Analytical modelling and simulations

c Extensive simulations and modelling
a 􀀀 Response time for commonly used programs
􀀀 Failure rate 
rate of crashing
􀀀 Storage capacity
􀀀 Userfriendliness
b 􀀀 Query response time
􀀀 Failure rate
􀀀 Storage capacity
􀀀 Usability
c 􀀀 Capacity
􀀀 Response time
􀀀 Failure rate
d 􀀀 Response time

􀀀 The following information is from SPEC 
Standard Performance Evaluation
Corporation home page
CPU benchmarks
CINT current release  Rel 􀀀􀀀 Integer benchmarks contains
Name Application
espresso Logic Design
li Interpreter
eqntott Logic Design
compress Data Compression
sc Spreadsheet
gcc Compiler
CFP current release  Rel 􀀀􀀀
Floating point benchmark suite contains
Name Application
spiceg Circuit Design
doduc Simulation
mdljdp Quantum Chemistry
wave Electromagnetism
tomcatv Geometric Translation
ora Optics
alvinn Robotics
ear Medical Simulation
mdljsp Quantum Chemistry
swm Simulation
sucor Quantum Physics
hydrod Astrophysics
nasa NASA Kernels
fpppp Quantum Chemistry
More information about these benchmarks can be found in http􀀀performancenetliborgperforma
web page
A C program to implement sieve workload
􀀀
seivec Program to implement sieve workload

􀀀

include stdioh
define MaxNum      􀀀 List all primes upto MaxNum 􀀀
define NumIterations
 􀀀 Repeats procedure NumIterations times 􀀀
define TRUE
define FALSE 

void mainvoid

int IsPrimeMaxNum
int ikIteration 􀀀 Loop indexes 􀀀
int NumPrimes 􀀀 Number of primes found 􀀀
printfUsing Eratosthenes Sieve to find primes up to dn MaxNum
printfRepeating it d timesnNumIterations
for Iteration Iteration NumIterations Iteration

􀀀 Initialize all numbers to be prime 􀀀
for i i MaxNum i
IsPrimei TRUE
i
while ii MaxNum

if IsPrimei

􀀀 Mark all multiples of i to be nonprime 􀀀
k i i
while k MaxNum

IsPrimek FALSE
k k i
􀀀 of while k 􀀀
􀀀 of if IsPrime 􀀀
i i

􀀀 of WHILE ii 􀀀
NumPrimes  

for i i MaxNum i
􀀀 Count the number of primes 􀀀
if IsPrimei
NumPrimes NumPrimes
printfd primesnNumPrimes
􀀀 of for Iterations 􀀀
􀀀 The following can be added during debugging to list primes 􀀀
􀀀 for i  
i MaxNum i
if IsPrimei printfdni 􀀀

The result of running the program
Using Eratosthenes Sieve to find primes up to     
Repeating it
 times

     primes

     primes

     primes

     primes

     primes

     primes

     primes

     primes

     primes

     primes

􀀀 a Cannot compare systems oering dierent services
b 􀀀 Metric  response time
􀀀 Workload  Favourite programs  Word processor spreadsheet
c Metric  response time functionality Workload  A synthetic program
which tests the versions using various operating system commands
operating system services
d 􀀀 Metric  Response time reliability time between failures
􀀀 Workload  A synthetic program generating representative oppy
drive IO requests
e 􀀀 Metric  size of code structure of code execution time
􀀀 Workload  A representative set of programs in C and Pascal

􀀀 a
tCPU
􀀀
n
n
Xi􀀀
tCPU


􀀀
nIO
􀀀
n
n
Xi􀀀
nI􀀀O
􀀀

􀀀
s
xs
􀀀
n 􀀀
n
Xi􀀀

xsi xs

􀀀
n 􀀀 􀀀 n
Xi􀀀
x
si nx
s

􀀀 􀀀

􀀀
Similarly
s
xr


􀀀􀀀
b Normalize the variables to zero mean and unit standard deviation The
normalized values x􀀀s and x􀀀r are given by
x􀀀s
xs xs
sxs

xs 􀀀
􀀀
x􀀀r
xr xr
sxr

xr
􀀀􀀀
The normalized values are shown in the fourth and     fth columns of
Table b
The other steps are similar to example 􀀀
􀀀
Observation Variables Normalized Variables Principal Factors
No xs xr x􀀀s x􀀀r y y
􀀀 􀀀  􀀀􀀀
􀀀 􀀀􀀀 􀀀 􀀀
􀀀 􀀀
􀀀 
  􀀀  
􀀀 􀀀 􀀀
􀀀 􀀀  􀀀
Px 􀀀
Px 􀀀 􀀀
Mean
Standard
Deviation
􀀀 􀀀 􀀀 􀀀
The correlation between CPU time 
tCPU and number of IOs 
nIO
is The principal factors y and y are
􀀀 y
y 􀀀 p
p
p p
tCPU

nIO    
        
    
The     rst factor explains 􀀀􀀀
􀀀􀀀 or of total variation
There is no unique solution to this exercise Depending upon the choice of
outliers scaling technique or distance metric dierent results are possible
all of which could be considered correct One solution using no outliers range
normalization to 
􀀀 and Euclidean distance starts with the the normalized
values shown in the following
Program CPU time IOs
TKB 􀀀 􀀀
MAC
COBOL 􀀀
BASIC 􀀀
Pascal
EDT
SOS 􀀀
BASIC Pascal EDT COBOL SOS MAC and TKB join the dendro
gram at distances of 􀀀 􀀀 􀀀 and 􀀀􀀀 respectively

Available Answer
$ 20.00

[Solved] TEST BANK FOR The Art of Computer Systems Performance By Raj Jain

  • This solution is not purchased yet.
  • Submitted On 16 Nov, 2021 06:32:35
Answer posted by
Online Tutor Profile
solution
􀀀 Compare the ratio with system A as the base System Workload 􀀀 Workload Average A 􀀀 􀀀 􀀀 B 􀀀 Considering the ratio of performance with system A as base we con clude that system B is better 􀀀 Compare the ratio with system B as the base System Workload 􀀀 Workload Average A 􀀀 B 􀀀 􀀀 􀀀 Considering the ratio of performance with system B as base we con clude that system A is better 􀀀 incomplete Can be done 􀀀 a Measurements Run your favourite programs and pick the one that runs them faster b Use measurements and simulations of various network con guirations c Measurement d a Analytical modelling b Analytical modelling and simulations c Extensive simulations and modelling a 􀀀 Response time for commonly used programs 􀀀 Failure rate rate of crashing 􀀀 Storage capacity 􀀀 Userfriendliness b 􀀀 Query response time 􀀀 Failure rate 􀀀 Storage capacity 􀀀 Usability c 􀀀 Capacity 􀀀 Response time 􀀀 Failure rate d 􀀀 Response time 􀀀 The following information is from SPEC Standard Performance Evaluation Corporation home page CPU benchmarks CINT current release Rel 􀀀􀀀 Integer benchmarks contains Name Application espresso Logic Design li Interpreter eqntott Logic Design compress Data Compression sc Spreadsheet gcc Compiler CFP current release ...
Buy now to view the complete solution
Other Similar Questions
User Profile
NUMBE...

Health and Health Care Delivery in Canada 2nd Edition Test Bank

Chapter 1: The History of Health Care in Canada MULTIPLE CHOICE 1. When and where was Canada’s first medical school established? a. Saskatoon, in 1868 b. Ottawa, in 1867 c. Montreal, in 1825 d. Kingston, in 1855 ANS: C...
User Profile
Acade...

ATI Pharmacology Proctored Exam Test Bank

ATI Pharmacology Proctored Exam Test Bank ATI Pharmacology Proctored Exam Test Bank ATI Pharmacology Proctored Exam Test Bank...
User Image
scanna

Physical Problems, Psychological Sources Test Bank

Physical Problems, Psychological Sources Test Bank The human physiological stress response mechanism is also called the ____ response. - fight or flight People who are able to recognize and defuse their stressors early ...
User Image
scanna

Physical Problems, Psychological Sources Test Bank

Physical Problems, Psychological Sources Test Bank The human physiological stress response mechanism is also called the ____ response. - fight or flight People who are able to recognize and defuse their stressors early ...
User Image
scanna

Test Bank For Pharmacotherapeutics for Advanced Practice Nurse Pharmacotherapy

Test Bank For Pharmacotherapeutics for Advanced Practice Nurse Pharmacotherapy - *Restoration of cell and organ function- restoration of homeostasis -Pharmacokinetics & Pharmacodynamic are part of pharmacotherapy Homeost...

The benefits of buying study notes from CourseMerits

homeworkhelptime
Assurance Of Timely Delivery
We value your patience, and to ensure you always receive your homework help within the promised time, our dedicated team of tutors begins their work as soon as the request arrives.
tutoring
Best Price In The Market
All the services that are available on our page cost only a nominal amount of money. In fact, the prices are lower than the industry standards. You can always expect value for money from us.
tutorsupport
Uninterrupted 24/7 Support
Our customer support wing remains online 24x7 to provide you seamless assistance. Also, when you post a query or a request here, you can expect an immediate response from our side.
closebutton

$ 629.35