CS-611: Fundamentals and PC Software Solved Assignment Q2

  JHARKHAND BOARD You are here
Q. 2 What is memory system? Explain the memory hierarchy.                         (3 Marks)

Ans.

Memory system is a system which is used by computer for storage and sub sequential retrieval of the instructions and data. The hierarchical arrangement of storage in current computer architectures is called the memory hierarchy. It is designed to take advantage of memory locality in computer programs. Each level of the hierarchy has the properties of higher bandwidth, smaller size, and lower latency than lower levels.

Memory Hierarchy

The hierarchical arrangement of storage in current computer architectures is called the memory hierarchy. It is designed to take advantage of memory locality in computer programs. Each level of the hierarchy has the properties of higher

bandwidth, smaller size, and lower latency than lower levels.

Most modern CPUs are so fast that for most program workloads, the locality of reference of memory accesses and the efficiency of the caching and memory transfer between different levels of the hierarchy are the practical limitation on processing speed. As a result, the CPU spends much of its time idling, waiting for memory I/O to complete.

Read Full Post Here

<<Previous Answer || Index Assignment || Next Answer>>