Skip to main content

What is meant by cache Memory ?

Cache memory is also called temporary memory. This kind of temporary memory is used in all forms of computing to increase the speed of processing.

Why does Cache increase the processing speed?

Say a CPU is processing information. It would be better to have the information it requires to process it with it to increase the speed of processing, than to retrieve it from the hard-disk every time it is needed as retrieving it from the hard disk take more time (This increases the time of processing).

Caching may be Memory caching or disk caching.

Memory caching is similar to the one explained earlier. It is the cache memory which resides in the CPU, which stores the information temporarily for processing. This increases the speed of processing.

In memory caching, the cache that is built into the CPU itself is called Level 1 caching. It is also called L1 caching. Some CPU’s have another chip installed near it to increase cache. This is called Level2 caching. It is also called L2 caching. Some CPU’s have this kind of chip directly built up inside them .They also have an additional chip. In this case the additional chip cache is called Level 3 caching.

In case of Disk caching Random access memory comes into account. It is used to store the temporary files, increasing the aped of their retrieval. These files mainly involve runtime files for various programs. This makes the application run faster. The more the RAM the better is the performance. However disk caching is slower when compared to memory caching. But memory caching is costlier.

In the recent features, hard-disks will be replaced completely with flash memories. Retrieving files from a flash drive is faster when compared to a drive with platters .It is even faster than the Random access Memory.

Popular posts from this blog

How to Increase Internal Memory Space in Any Android phone – Without Rooting your Phone.

Although there is no risk involved in this Process, this gives you opportunity to Move Applications between Your Internal Memory and Memory card (SD Card).But make sure you don’t move the Applications which use Widgets to the SD Card because they Widgets will stop working when you Plug in to your PC and Use the Phone in Mass Storage Mode. (The SD Card will the Disconnected from the Phone). Just use your Common Sense and you are done. You will have to do some Command Prompt stuff now, but don’t worry;it’s very simple and easy. Step 1: Install JDK and then Install Android SDK. (Just Google for them, they are freeware) After Installing run Android SDK Manager. Select Android SDK Platform Tools (Uncheck anything else) and Click Install 1 Package. Step 2: Enable USB Debugging in your Phone in Settings > Applications > Development. Step 3: Type cmd in  start menu and when cmd.exe shows up in search results, right click it and select "Run as Administrator&quo

How to enable logging in IP Messenger?

How to enable logging in IP Messenger? You can enable logging to view conversations later in IP messenger. First Create a text document using notepad in the place where you want to have the log file containing the text you send and receive. Right click the system tray icon of IP messenger and select Settings. Click on Details/Log Settings. Under the Log settings , specify the log text file you created earlier. Do check the Logging available check box. And other details to be logged. ( Check all text boxes if needed) Apply settings and close. Enjoy!!!!

How to enable / disable JavaScript in SeaMonkey

For enabling and disabling JavaScript you need an add-on for SeaMonkey called quick java . You can download this free add-on from mozdev.org or just Google for it. After installation you will be able to see two buttons near the progress bar, for enabling and disabling JavaScript and java. Just click on the buttons to disable and enable JavaScript or java. There will be separate buttons for java and JavaScript.