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

Automatically align the column widths in Windows Xp

Some times when you browse folders in details view, the view may be cluttered and you might want to resize the column widths manually to get the complete details fit in a single screen in the horizontal direction so that you need not use the horizontal scroll bar to view the details which are off screen. Alternatively, Windows Xp provides an automatic way to adjust column width. Just select any row in the list and press they key combination, “ctrl + ‘+’of the numeric key pad”.

How to disable all the flash in SeaMonkey using AdBlock plus ( flashblock not working when JavaScript is disabled)

Flash block is a very good add-on for blocking flash in SeaMonkey, but when you disable JavaScript in the browser, the flashblock add-on does not work. So here is an alternative. In SeaMonkey after installing AdBlock plus, do the following to remove flash completely. Open AdBlock plus (Go to tools > AdBlock plus). Now click the filters menu and select ADD FILTERS. Now in the filter rule type *.swf and click the apply button. Here after you will not be able to view flash in your browser. Blocking flash helps save a lot of bandwidth. If you want to see flash in a particular page then you will have to disable AdBlock plus by going to AdBlock plus > options >and uncheck the Enable AdBlock plus menu.

How to get Ribbon Style Interface in LibreOffice Write and Calc.

The ribbon interface in Microsoft office makes it easy for users to complete tasks easily. You can get a similar interface in LibreOffice by following the steps below: 1. Download the latest version of LibreOffice (at the time of writing this post, the version is 5.4) 2. Open LibreOffice Writer and Go to Tools > Options. 3. Under LibreOffice section, click Advanced. 4. Check the checkbox saying, "Enable Experimental Features". 5. Now go to View > Toolbars > select Notebookbar. 6. After restating, you should get ribbons. 7. You can still access the old layout by clicking on the three slider menu button and selecting MenuBar, to show the old style menu bar as well. If you want to change the tool bar style, you can select View (in the old style Menubar) > Toolbar Layout > Default. You can do the same for LibreOffice Calc as well.