answersLogoWhite

0

EEPROM (Electrically erasable programmable read-only memor)

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Where are store static variable in memory?

static variables are stored in a special area of the heap called the "permanent generation".


A webpage is file stored on a special computer called?

a web page is file stored on a special computer called


Where is the saved BIOS configuration data stored?

All the settings from the BIOS are stored in a chip which is located on the motherboard. That chip is called EEPROM (electrically erasable PROM).BIOS configuration setting is store in special memory called CMOS. Which is little powered by a battery. RAM is volatile so when computer turned off, all data lost.This can also happen with CMOS but due to this purpose it is powered by battery. It consumption of power is very low and it can store data for 1 year.CMOS stand for "Complementary Metal Oxides Semiconductor".


What configuration is stored in the bios setup?

The Motherboard configuration is stored in the BIOS setup


Where is the saved BIOS configuration data sotred?

BIOS configuration data is stored in CMOS memory. That is where all the basic hardware settings are kept. CMOS has traditionally been volatile memory, so a battery is required. Newer BIOSes often use NVRAM.


The system BIOS is stored on nonvolatile memory called what?

Bios rom


The biological explanation for how memory works is called?

It is called long-term potentiation.


Where is memory stored in?

Memory is stored in the brain's grey matter.


How is information stored in long term memory?

Information in long term memory is stored through a process called consolidation, where connections between neurons are strengthened. This allows for the information to be stored more permanently and retrieved when needed. Memories are stored in various regions of the brain, including the hippocampus and cortex.


RAM on motherboards today is stored on?

A memory module called DIMM (dual inline memory module)


The concept that a series of instructions for a computing task can be loaded into memory is called a stored?

program


What Linked list uses.type of memory allocation?

Linked lists use dynamic memory allocation (also called "heap memory allocation", as the linked list is stored in heap memory).