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
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 |
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 |
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 |
Implement an Inverter using a single transistor?
Explain Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?
While using logic design, explain the various steps that r followed to obtain the desirable design in a well defined manner?
Explain ASIC Design Flow?
2 Answers Intel, JK Associates, Mind Tree,
How many bit combinations are there in a byte?
What is Fermi level?
A circuit has 1 input X and 2 outputs A and B. If X = HIGH for 4 clock ticks, A = 1. If X = LOW for 4 clock ticks, B = 1. Draw a state diagram for this Spec?
Explain what is slack?
What is the ideal input and output resistance of a current source?
Are you familiar with the term snooping?
Differences between functions and Procedures in VHDL?
Explain what is multiplexer?