1. The access time of a word in 4 MB main memory is 100 ms. The access time of a word in a 32 kb data cache memory is 10 ns. The average data cache bit ratio is 0.95. The efficiency of memory access time is





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

  • By: guest on 01 Jun 2017 11.52 pm
    Access time = 0.95 x 10 + 0.05 x 100.
Show Similar Question And Answers
QA->The ratio of bases of a cylinder and a cone are in the ratio 3: Volume of cylinder and cone are in the ratio 9: then their heights are in the ratio?....
QA->Where cache memory is located?....
QA->The average salary of all the workers in a workshop is Rs. The average salary of 7 technicians is Rs.12000 and the average salary of the rest is Rs. How many workers are there in the workshop ?....
QA->The average of six numbers is x and the average of three of these is y. If the average of the remaining three is z, then....
QA->The average score of a cricketer for ten matches is 9 runs. If the average for the first six matches is 42, what is the average for the last four matches?....
MCQ->The access time of a word in 4 MB main memory is 100 ms. The access time of a word in a 32 kb data cache memory is 10 ns. The average data cache bit ratio is 0.95. The efficiency of memory access time is....
MCQ->The average marks in English obtained by 300 students is 45. the average marks of first 100 and last 100 students are 70 and 20 respectivelly. The average marks of the remaining 100 students is....
MCQ->If the ratio of average charge voltage to average discharge voltage in a lead acid cell is 4/3,the ratio of its Watt Hour efficiency to Ampere hour efficiency is:....
MCQ->Which of the following statements are correct about the Bitwise & operator used in C#.NET? The & operator can be used to Invert a bit. The & operator can be used to put ON a bit. The & operator can be used to put OFF a bit. The & operator can be used to check whether a bit is ON. The & operator can be used to check whether a bit is OFF.....
MCQ->What will be the output of the program ? #include<stdio.h> int main() { struct value { int bit1:1; int bit3:4; int bit4:4; }bit={1, 2, 13}; printf("%d, %d, %d\n", bit.bit1, bit.bit3, bit.bit4); return 0; }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution