For a single computer processor computer system, what is the
purpose of a processor cache and describe its operation?

Answers were Sorted based on User's Feedback



For a single computer processor computer system, what is the purpose of a processor cache and descr..

Answer / 12345678

the purpose of cache is to reduce the average time to
access the main memory, the operation is like that when the
CPU wants to access the data, it first check the cache, if
an entry can be found with a tag matching that of desired
data, CPU gets the data from cache directly, otherwise, the
data will be copied into cache for next access.

Is This Answer Correct ?    18 Yes 0 No

For a single computer processor computer system, what is the purpose of a processor cache and descr..

Answer / kamal

Main memory is not compatible to the processor speed. So a
fast memory is placed b/n processor and main memory called
cache.

Is This Answer Correct ?    11 Yes 1 No

For a single computer processor computer system, what is the purpose of a processor cache and descr..

Answer / achal ubbott

Cache is a technique used to improve system's performance.
Its not an essential component. The cache memory is managed
by a cache controller. The cache system is based on the
principle of locality of reference which states that most
computer programs execute small loop of code. So the
program uses some frequent data or instruction.
Different core manufacturers use different type of
management policies for cachee.e.g. ARM use 3 policies
i. Write Policy.
2. Replacement Policy
3. Allocate policy.
But the basic principles remain almost constant.

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More VLSI Interview Questions

Explain what is the use of defpararm?

0 Answers  


What is the difference between nmos and pmos technologies?

0 Answers  


What is Noise Margin? Explain the procedure to determine Noise Margin?

0 Answers  


Id vs. Vds Characteristics of NMOS and PMOS transistors?

1 Answers   Brillient, Intel, ISRO,


Explain sizing of the inverter?

0 Answers   Infosys,






What are the different design constraints occur in the synthesis phase?

0 Answers  


What transistor level design tools are you proficient with? What types of designs were they used on?

0 Answers   Intel,


For a NMOS transistor acting as a pass transistor, say the gate is connected to VDD, give the output for a square pulse input going from 0 to VDD

0 Answers   Infosys,


In what cases do you need to double clock a signal before presenting it to a synchronous state machine?

1 Answers   Intel,


Differences between netlist of HSPICE and Spectre?

1 Answers   Intel,


What are the different types of skews used in vlsi?

1 Answers  


Explain what is multiplexer?

0 Answers  


Categories