Posts

Showing posts with the label EPROM

ROM (Read Only Memory) and Its Types | ROM क्या है? PROM, EPROM, EEPROM

Image
ROM (Read Only Memory) is a type of non-volatile memory used to store information that needs to remain available even when the computer is switched off. ROM-family memory is commonly associated with firmware and boot-related instructions. ROM (Read Only Memory) एक प्रकार की Non-Volatile Memory है। इसमें stored information power off होने के बाद भी बनी रहती है। Computer systems में ROM-family memory का उपयोग मुख्यतः firmware और boot-related instructions के लिए किया जाता है। 🧠 CPCT Trick > ROM = Retained / Firmware Memory --- 1. What is ROM? ROM का पूरा नाम है: R – Read O – Only M – Memory Traditional ROM में data को सामान्य operation के दौरान मुख्यतः read किया जाता है और इसे आसानी से modify नहीं किया जाता। Modern ROM-family technologies जैसे EPROM और EEPROM को erase और reprogram किया जा सकता है, इसलिए “Read Only” नाम को technology family के historical context में समझना बेहतर है। --- 2. Main Features of ROM Feature ROM Full Form Read Only Memory Nature Non-volatile Data Po...