which type af rom can be electricaly erased? select on o a eeprom o b. dram o d. sram what is ram select ore o a. it is the first level of memory used by the computer in al of its operations b. it is memary thast cart be reached by any sub systerm within a computer, and at ay sme 0 ? is rerrory hat is used for short-term lemporry data storage within the corpuler. o d. itis mermory that can be used and then audorraticaly reset, or clesared, affter being resad fram or writen to what is the rmajo dice bebween sram and dram? select onc oa srams can hold data via a stadic charge, even with power aff b. drams must be periodically refrested o c.the arily difference is the terminal fram which the
Which type of ROM can be electrically erased?
Answer: EEPROM (Electrically Erasable Programmable Read-Only Memory) is the type of ROM that can be electrically erased. It allows for selective erasing of specific parts of the memory without the need to erase the entire memory chip.
What is RAM?
Answer:
- RAM (Random Access Memory) is the first level of memory used by the computer in all of its operations.
- It is memory that can be reached by any subsystem within a computer and at any time.
- RAM is used for short-term temporary data storage within the computer.
- It is memory that can be used and then automatically reset, or cleared, after being read from or written to.
What is the major difference between SRAM and DRAM?
Answer: The major differences between SRAM (Static Random Access Memory) and DRAM (Dynamic Random Access Memory) are:
- SRAM can hold data via a static charge, even with power off, making it faster and more reliable for operations that require frequent access to the same data.
- DRAM, on the other hand, needs to be periodically refreshed to maintain the data, as the stored information in DRAM is stored in capacitors that leak charge over time.
- The primary difference is in the way each type of memory holds data and how it is accessed, making SRAM more suitable for cache memory and DRAM more commonly used for main memory in computers.