For a single computer processor computer system, what is the
purpose of a processor cache and describe its operation?
Answer Posted / 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 View All Answers
What are the steps required to solve setup and hold violations in vlsi?
How logical gates are controlled by boolean logic?
Help with VHDL programming. Write a VHDL code for a D-Latch with clear input ?? (Hint: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs AND OUTPUTS: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
How binary number can give a signal or convert into a digital signal?
Let A & B be two inputs of the NAND gate. Say signal A arrives at the NAND gate later than signal B. To optimize delay, of the two series NMOS inputs A & B, which one would you place near the output?
Give various factors on which threshold voltage depends.
What is the critical path in a SRAM?
In a SRAM layout, which metal layers would you prefer for Word Lines and Bit Lines? Why?
Explain the operation considering a two processor computer system with a cache for each processor.
What was your role in the silicon evaluation or product ramp? What tools did you use?
Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes with increasing Vgs.
6-T XOR gate?
Tell me how MOSFET works.
Design an 8 is to 3 encoder using 4 is to encoder?
Explain how MOSFET works?