In a similar manner, unlike a typical register file stores
only a few hundred bytes of information to the billions Bytes in main memory.
However, the processor data from the register file can be read almost 100 times
quicker than from the memory. Even more troublesome, as the semiconductor
technology in recent years continues, continue to increase this processor
memory gap. It is easier and cheaper to processors run faster than main memory
run faster to make. Technical Data used in the field explained in computer courses in
rawalpindi
To the processor-memory space, system designers are smaller faster storage devices called cache memory (or simply caches) that serve as temporary staging areas for information that the processor will likely need in the near future. Figure 1.8 shows the cache memory in a typical system. An L1 cache on the processor chip holds tens of thousands of bytes, and can be accessed almost as soon as the register file. Some more details of computer courses in rawalpindi are as under.
A larger L2 cache with hundreds of thousands to millions of bytes is connected by a special bus to the processor. It could 5 times longer for the process to access the L2 cache than the L1 cache, but that is still 5 to 10 times faster access than main memory. The L1 and L2 caches are connected to a hardware technology as a static random access memory (SRAM) known implemented. Newer and more powerful systems even three levels of cache: L1, L2 and L3. The idea behind caching is that a system to obtain the effect of both a very large memory and a very fast by exploiting location to access the tendency for programs and data code in localized areas. By caches set up to hold data that is often likely to be accessed, we can perform most memory operations with the fast cache memory.
One of the most important lessons in this book is that the programmer application that are aware of the cache memory, it can be used to improve the performance of their programs by an order of magnitude. You will learn more about this important device and how to use them
Cache memory Matter:
An important lesson from this simple example is that a system much time information from one place to another spends. The machine instructions in the Hello program originally stored on the hard disk. When the program is loaded, it will be copied to the main memory. Since the processor is running the program, the instructions from the main memory are copied into the processor. Similarly, the data string "Hello, world \ n", the original, copied to the hard disk into main memory and then copied from the main memory to the display device. From the perspective of a programmer, much of this effort is copying who slowed down to the "real work" of program.Thus, an important goal for system designers for these operations is as soon as possible running copy to make. TSK Training for Skills and Knowledge is the best institute in Rawalpindi Islamabad for Pakistani Students who wants to join computer courses in rawalpindi.

No comments:
Post a Comment