What is the difference between L1 cache and L2 cache?

What will be an ideal response?


L1 cache is built into the processor and runs at the same speed as the internal CPU clock. Level 2 (L2) cache is somewhat slower than L1 cache, but much larger.

Computer Science & Information Technology

You might also like to view...

CD names have a maximum character length

Indicate whether the statement is true or false

Computer Science & Information Technology

The event occurs just before a form closes.

(A) FormClosing (B) Closing (C) CloseForm (D) FormEnding

Computer Science & Information Technology

Given the following, which of the statements below is not true?

``` str.insert(8, 32); ``` a. str is a StringBuilder type object. b. The insert will start at position 32. c. The starting position for the insert is 8. d. The literal number 32 will be inserted.

Computer Science & Information Technology

An Access tool that makes recommendations for optimizing the database is called the ________ tool

Fill in the blank(s) with correct word

Computer Science & Information Technology