Computer Science, asked by Moinkhan3002, 10 months ago

Consider a 2 level memory has average access time 15 ns with cache and memory access time as 25 and 155 ns respectively, Calculate the hit ratio

Answers

Answered by amanpanday2811
0

Answer:

2530

Explanation:-

CPU Register:

These high speed registers in CPU serve as working memory for instruction and temporary storage of data. Typically, they create a general purpose register file to store data as it is processed. The capacity of 32 data words is typical of a register file, and each register can be read or written from within a single clock cycle.

Caches Memory:

Now a days, most computers contain another level of IC memory- sometimes several such levels- Known as cache memory, that is positioned logically between the CPU registers and main memory. storage capacity of a cache is less than of main memory, but with an access time of one to three cycles, the cache is much faster than main memory because some or all of it can reside on the same IC as the CPU.

Main or Primary Memory:

It is large, fairly fast external memory, which stores programs and data in active use. in main memory, storage locations are addressed directly by the load and store instruction of the CPU. While an IC Technology similar to that of a CPU register file is used, access is slower is due to large capacity of main memory and the fact that it is physically separated from the CPU. Access time of five or more clock cycles are usual.

Secondary Memory:

Secondary memory is very large in capacity but much slower than memory. Secondary memory store system programs, large data files, and the like are not consistently required by the CPU. When the capacity of the main memory. in secondary storage, information is considered on line, but is accessed indirectly through I/O programs that transfer information between main and secondary memory.

For more refers to-

https://brainly.in/question/8785966?referrer=searchResults

https://brainly.in/question/18658747?referrer=searchResults

#SPJ3

Similar questions