- 3 A What Is The Difference Between A Big Endian And Little Endian Data Representation B If We Want An Average Memory A 1 (62.62 KiB) Viewed 48 times
3.a)What is the difference between a big-endian and little-endian data representation? b) If we want an average memory a
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
3.a)What is the difference between a big-endian and little-endian data representation? b) If we want an average memory a
3.a)What is the difference between a big-endian and little-endian data representation? b) If we want an average memory access time of 6.5 ns, our cache access time is 5 ns, and our main memory access time is 80 ns, what cache hit rate (h) must we achieve? Use the formula below to calculate the average memory access time as a sum of the cache access time and the main memory access time. tav = h* tcache + (1 − h) * tmain