I saw a lecture and in the lecture, one student say that "The RAM is BIOS". Is the RAM can be something else? Can it be more things?
RAM is memory that is volatile. Meaning it loses the values stored easily. It could lose data from loss of power or even from just sitting. RAM has to be refreshed to maintain integrity.I saw a lecture and in the lecture, one student say that "The RAM is BIOS". Is the RAM can be something else? Can it be more things?
Yes, i mean ROM. Is the ROM store more things except BIOS?RAM is memory that is volatile. Meaning it loses the values stored easily. It could lose data from loss of power or even from just sitting. RAM has to be refreshed to maintain integrity.
ROM is memory that is non-volatile. It doesn't change data over time or from loss of power. Of course, even ROM has to have some way of storing new data. There are multiple types of ROM and the programming methods vary. The most common is EEPROM -- https://en.wikipedia.org/wiki/EEPROM
BIOS is the SOFTWARE used to initialize a PC. It is stored in ROM.
"The RAM is BIOS" is an inaccurate statement. Maybe you mean "The ROM is BIOS". I addressed that above. BIOS is stored in ROM.
In newer PCs, yes. All the stuff that can be accessed at power up. All the graphics and support for a mouse, even the upgrade utility that allows you to load a new BIOS.Yes, i mean ROM. Is the ROM store more things except BIOS?
Not really though.In newer PCs, yes. All the stuff that can be accessed at power up. All the graphics and support for a mouse, even the upgrade utility that allows you to load a new BIOS.
Older PCs, no. Space was limited and the ROM had nothing but the BIOS software.