Lecture on Semiconductor Main Memory

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

These flashcards cover key terms and concepts related to semiconductor main memory from the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

What is semiconductor memory?

A type of computerized electronic memory that uses semiconductor material, usually silicon, to store data digitally.

2
New cards

What are the two main types of semiconductor memory?

Random Access Memory (RAM) and Read-Only Memory (ROM).

3
New cards

How does RAM differ from ROM?

RAM is temporary and volatile memory, used for active tasks, while ROM is permanent and non-volatile, storing critical firmware.

4
New cards

What is DRAM?

Dynamic Random-Access Memory, a type of RAM that uses capacitors to store data and needs periodic refreshing.

5
New cards

What is SRAM?

Static Random-Access Memory, a type of RAM that uses flip-flop circuits to store data and does not need refreshing.

6
New cards

What does non-volatile mean?

Memory that retains its data even when the power is turned off.

7
New cards

What is PROM?

Programmable Read-Only Memory, a type of ROM that can be written to once and is non-volatile.

8
New cards

What are the advantages of Read Mostly Memory?

High read speed, data persistence, upgradability, reliability, and cost efficiency.

9
New cards

What is the disadvantage of Read Mostly Memory?

Slow write operations and limited write cycles, which may degrade over time.

10
New cards

What is EEPROM?

Electrically Erasable Programmable Read-Only Memory, which can be written to at any time without erasing prior contents.

11
New cards

What is Flash Memory?

A type of memory that uses electrical erasing technology and is used in USB drives and SSDs.

12
New cards

What types of applications use Read Mostly Memory?

Firmware storage, configuration data storage, and embedded systems.

13
New cards

What is the main function of a semiconductor memory cell?

To represent and store binary data as stable states of electrical charge.

14
New cards

What is the significance of the memory cell's ability to be written into?

It allows the state of the memory cell to be set, representing binary 1 or 0.