AFF

Flash

Jesusomar
3,764 Views
What is the difference between Flash and ROM?
1 REPLY 1

pwolf
3,749 Views

ROM is Read Only Memory is persistent memory that has usually has fixed content (program instructions, boot code, etc) and is updated very infrequently. The contents are not lost when power is removed.

 

RAM is memory that systems can write to and read from but the contents are typically non-persistent and disappear when power is removed. 

 

Flash memory can operate as either RAM or ROM but the contents are persistent and are not lost when power is removed.

 

-prw

 

Public