Assume the following instruction mix for some program:______.
15% stores,
25% loads,
15% branches,
35% integer arithmetic,
5% integer shift and
5% integer multiply.
Given that load instructions require two cycles, stores require one cycle, branches require fours cycles, integer arithmetic and shift instructions require one cycle and integer multiplies require ten cycles, compute the overall (i.e. average) CPI.