. Explain the following memory schemes discussing why needed the : i. Interleaved memory ii. Associative memory Explain the working principle of associative memory.

i. Interleaved memory : 1.Interleaved memory is a design made to compensate for the relatively slow speed of Dynamic Random Access Memory (DRAM). 2.This is ...

Read more

What is virtual memory ?OR Write a short note on virtual memory.

Virtual memory:Virtual memory is like a smart assistant for your computer’s memory. Imagine you’re working on your computer, and you have multiple programs open at ...

Read more

A moving arm disc storage device has the following specifications : Number of Tracks per recording surface = 200 Disc rotation speed = 2400 revolution/minute Track-storage capacity = 62500 bits /Estimate the average latency and data transfer rate of this device.

Explain auxiliary memory. What are the commonly used auxiliary memory ?

Explain replacement algorithm in brief.

Replacement algorithms are used in cache memory management when a main memory block needs to be brought into cache but all cache memory blocks are ...

Read more

Write short note on write through and write back policy of cache memory.

Write Through: Write Back: Temporal and Spatial Locality: Implications for Cache Management:

Read more

What is the distinction between spatial locality and temporal locality ?

S. No. Spatial Locality Temporal Locality 1 Refers to the tendency of accessing data that is stored close to other accessed data within a relatively ...

Read more

A two way set associative cache memory uses blocks of 4 words. The cache can accommodate a total of 2048 words from memory. The main memory size is 128 K × 32. i. Formulate all pertinent information required to construct the cache memory.ii. What is the size of the cache memory ?

What do you mean by cache memory ? How does itaffect the performance of the computer system ? An eight-way set associative cache is used in computer in which the real memory size 232 bytes. The line size is 16 bytes, and there are 210 lines per set.Calculate the cache size and tag length.

Cache memory is like a fast and tiny storage space in your computer. It keeps the things your computer needs to use often, like frequently ...

Read more

Consider a cache uses a direct mapping scheme. The size of main memory is 4 K bytes and word size of cache is 2 bytes.The size of cache memory is 128 bytes. Find the following : i. The size of main memory address (assume each byte of main memory has an address) ii. Address of cache block iii. How many memory location address will be translated to cache address/block/location ? iv. How can it be determined if the content of specified main memory address in cache ?