• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back
How does SPECratio relate to execution time and performance?
What does it mean to say that SPEC normalizes execution times?
Divide the time the reference computer ran by the time the tested computer ran to get the normalized SPECratio
What mean must be calculated to compare SPECratios and how is it calculated?
What are the two important properties of geometric means?
1) The geometric mean of ratios is the same as the ratio of geometric means
2) The ratio of geometric means is equal to the geometric mean of the performance ratios
What is the implication of the 2nd property of geometric means?
Study the process for the Wilcoxon test. (no question or answer)
nothing here
The execution time before an enhancement to a specific part of a program or computer is called what? And what is it equal to in terms of the old execution times of the parts?
The execution time after an enhancement to a specific part of a program or computer is called what? And what is it equal to in terms of the new execution times of the parts?
What is true about the execution times (old and new) of the unenhanced portion of a program or computer?
What is Fraction Enhanced? And what is its formula?
the fraction of execution time which the enhanced mode can replace with a faster time
the fraction of execution time which the enhanced mode can replace with a faster time
What is Speedup Enhanced? And what is its formula?
the speedup gained by the enhanced mode portion of the program or computer
the speedup gained by the enhanced mode portion of the program or computer
What is Speedup Overall? And what is its non-amdahl's-law formula?
the ratio of the old overall execution time with the new overall execution time(overall means segments A & B)
the ratio of the old overall execution time with the new overall execution time(overall means segments A & B)
What is the total execution time after enhancement? (amdahl's law part 1)
What is the speedup overall? (amdahl's law part 2)
What is the clock rate?
clock cycles per second
What is the clock cycle time and its formula in terms of clock rate?
time between two clock pulses
time between two clock pulses
What is the CPU time equation in terms of clock cycle time?
What is the CPU time equation in terms of the clock rate?
What is CPI? And what is the formula for CPI in terms of the clock cycles for the program?
Clock cycles per instruction - number of clock cycles to complete an instruction
Clock cycles per instruction - number of clock cycles to complete an instruction
What is the formula for CPU time which accounts for CPI? (the simple one)
What is the formula for the total number of CPU clock cycles?
What is the formula for CPU time in terms of the number of clock cycles?
In terms of the formula for total CPU clock cycles, what is the formula for CPI?
What is the formula relative frequency of a particular instruction?
Memorize the list at the end of the notes
nothing here