answersLogoWhite

0

yes, NVROM, Non Volatile memory

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

The CMOS configuration chip does what?

it contains a small amount of memory, or RAM, enough to configuration or setup information about the computer. This chip is responsible for remembering the current date and time, which hard drives and floppy drives are present, how the serial and parallel are configured and so forth. When the computer is first turned on, it looks to this CMOS chip to find out what hardware it should expect to find.


A memory cache is small amount of RAM that is much faster than the rest of RAM?

A memory cache is small amount of RAM that is much faster than the rest of RAM?


A is a type of chip configuration grouped together on a small circuit board used for memory sticks?

DIMM


Do psp 3004 has internal memory?

It has a small amount of internal memory, but you need a memory stick before you can save games.


Does a dilute solution contain large amounts of solute?

No. A dilute contains a small amount of solute relative to the solvent.


Contains a relatively small amount of solute per given amount of solvent?

Concentration


What contains a relative small amount of solute per given amount of solvent?

Concentration


What is the maximum amount of creatures you can make on spore creature creator?

Until the program crashes from memory failure, and the creatures are supposed to take up a small amount of memory.


How do you describe a diluted solution?

solution that contains a small amount of solute


Does aneroid barometer contains a very small amount of air?

it is to be a bumm


What is the small amount of ram that is much faster than the rest of ram?

memory cache


Memory occupied by object in Java?

An object in Java may contain a small amount or a large amount of memory - it depends almost entirely on what you store in it. For example, a String is an object. Now, you can have a String that contains 10 characters - that object will contain 20 bytes (2 bytes per character - characters are stored as Unicode), plus a small amount of overhead. The amount of overhead may vary, depending on the specific Java implementation. Another String, which contains 100 million characters, will be stored using 200 million bytes (plus a small amount of overhead). I believe the JVM may also round the space used up by an object up - for example, to the closest power of two. But once again, this is implementation-specific.