Answer:
- Calculate the additional CPI due to the icache stalls.
 - Calculate the additional CPI due to the dcache stalls.  
- Calculate the overall CPI for the machine.
The additional CPI due to icache stalls = Hit Rate * Hit Latency + Miss Rate*  
Miss Penalty = 0.9*2 + 0.1*50 = 1.8 + 5 = 6.8  
The additional CPI due to dcache stalls = 0.92*2 + 0.08*124 = 11.76  
The overall CPI = 0.3*11.76 + 0.7*1.0 + 1.0*6.8 = 11.03 7.  
Explanation:
 
        
             
        
        
        
The answer is A B AND D mark me brainliest?
        
                    
             
        
        
        
Answer:
False is the correct answer for the above question.
Explanation:
- In java programming language or any other programming language, any loop can be infinite.
 - It is because the infinite loop is called for that loop which is not run in a finite number of times.
 - The loop is used to repeat some lines in a finite number of times. Any loop has three things- first is the initial value which tells the loop to start, The second is the condition check which states when the loop will stop and the third is an operation which directs some variable, so that the condition may be false after some finite amount of time.
 - If the condition will not false in any iteration of the loop, then the loop can proceed for an infinite amount of time.
 - The above-question states that the while loop and do while loop can be infinite which is a true statement.
 - But it also states that the 'for' loop can not be infinite which is not a correct statement which is described above. Hence false is the correct answer to the above question.
 
 
        
             
        
        
        
So that they can lower the I2R losses