retagged by
494 views

1 Answer

1 votes
1 votes

By default many computer designs are made using this hierarchical access only because this cache access reduces average memory access time due to locality of reference concept (in which for a particular address of main memory we just bring its previous and its next address also in form of block so that in future less memory access is required).:

- Geeks for Geeks

https://www.geeksforgeeks.org/simultaneous-and-hierarchical-cache-accesses/

 

Cache is used so that we can reduce the number of memory accesses.

L1 Cache is generally an on chip cache in most of the system and can be accessed by the CPU in just 1 cycle.  What will be the use of these fast access memory chips if we have to access main memory for every reference?  Hierarchical access is the default mode , consider simultaneous access only when it is explicitly mentioned in the question.

 

What will be the USE of getting AIR 1 , if AIR 1000 can also get into any college ( IISC/IITs).

What will be the use of Cache if we have to access main memory for every single access?

 

ALL THE BEST.

edited by

Related questions

607
views
3 answers
1 votes
Shaikh727 asked Jan 24
607 views
Consider 16 bit CPU with 4 GB RAM supports 2 Address Instruction with Address 1 uses direct addressing mode Address2 uses indirect addressing mode. Opcode is ... consumes 6 cycles. Time required to complete the instruction is in (ns).
940
views
1 answers
0 votes
Manisha Jaishwal asked May 22, 2022
940 views
Consider a disk which has 64 tracks , in every track there are 1024 sectors , each sector has 2048 B . The disk is moving with 3000 RPM .Let the avg ... is 16th sector of inner track. What is the time taken to complete disk read operation?
693
views
0 answers
0 votes
iarnav asked Oct 9, 2018
693 views
Consider a disk pack with 16 surfaces, 128 tracks per surface and 256 sectors per track. 512 bytes of data are stored in a bit serial manner in a sector. The number of bits required to specify a particular track in the disk are ?
618
views
0 answers
0 votes
iarnav asked Oct 8, 2018
618 views
Source of question - https://gateoverflow.in/1540/gate2013-29Consider a hard disk with 16 recording surfaces (0−15) having 16384 cylinders (0−16383) ... thing given in best answer.Someone please simplify and explain this question