What is dump in computer

What is dump in computer

 




IN HINDI-

डाटा का एक जगह से दूसरे जगह पर जाना evacuating कहलाता है। जब डाटा evacuating कि मदद bugs के find out के लिए मेमोरी से डिस्प्ले स्क्रिन पर जाता है तो उसे dump कहते है।

सामान्यतः dump का प्रयोग main memory से डाटा को काॅपी कर display screen / printer पर ले जाया जाता है। dump एक बहुत हि उपयोगी diagnosing bugs है। यदि कोई प्रोग्राम फेल होता है तो आप dumpको पढकर problem को at the time of the failure analyze कर सकते है।

    



IN ENGLISH-

Moving data from one place to another is called evacuating. When the help of evacuating data goes from memory to the display screen to find out bugs, it is called dump.

Generally dump is used to copy the data from the main memory and take it to the display screen / printer. dump is a very useful diagnosing bugs. If a program fails, you can analyze the problem at the time of the failure by reading the dump.







Close Menu