CH01_VID04_Memory Essentials

MaharaTech - ITI MOOCA
21 Aug 202404:41

Summary

TLDRThe video script discusses various types of memory, focusing on volatile and non-volatile memory. It explains the concept of data retention when power is cut, differentiating between RAM and ROM. The script delves into the manufacturing processes of RAM, including static and dynamic RAM, and compares their characteristics. It also covers different types of ROM, such as mask ROM, OTP ROM, and EEPROM, explaining how they are programmed and erased. The video further explores the evolution of memory technology, from ultraviolet erasure to electrically erasable ROM, and finally to flash memory, comparing its advantages over EEPROM in terms of speed and cost. It concludes with a comparison between flash and EEPROM, highlighting their respective strengths in different data writing scenarios.

Takeaways

  • ๐Ÿ˜€ The script discusses different types of memory, specifically volatile and non-volatile memory.
  • ๐Ÿ“š Volatile memory, such as RAM, loses data when power is cut off, whereas non-volatile memory retains data even without power.
  • ๐Ÿ” The script differentiates between two main types of RAM: SRAM (Static RAM) and DRAM (Dynamic RAM).
  • ๐Ÿ’พ SRAM is faster and more expensive, while DRAM is cheaper but requires regular refreshing to retain data.
  • ๐Ÿ› ๏ธ DRAM is built on capacitors, which necessitates a refresh circuit to prevent data loss.
  • ๐Ÿ“ˆ The script explains the evolution of ROM (Read-Only Memory) from mask ROM to EPROM (Erasable Programmable Read-Only Memory) and EEPROM (Electrically Erasable Programmable Read-Only Memory).
  • ๐Ÿ”ง EPROM can be erased using ultraviolet light, while EEPROM can be erased and rewritten electrically.
  • ๐Ÿ’ก The script highlights the transition from EPROM to EEPROM, which allowed for easier data management without the need for ultraviolet light.
  • ๐Ÿš€ The script introduces Flash memory as a higher-level development that can be written and erased electrically, offering advantages over EEPROM.
  • โฑ๏ธ The script compares Flash memory and EEPROM, noting that Flash is faster for writing large amounts of data, while EEPROM is more efficient for small data amounts.
  • ๐Ÿ”‹ The endurance of memory, measured by the number of write cycles, is also discussed, with EEPROM having a higher endurance than Flash memory.

Q & A

  • What is the primary difference between volatile and non-volatile memory?

    -Volatile memory loses data when power is cut off, while non-volatile memory retains data even without power.

  • What are the two main types of volatile memory mentioned in the script?

    -The two main types of volatile memory mentioned are RAM (Random Access Memory) and ROM (Read-Only Memory).

  • How does the manufacturing process differ between static RAM and dynamic RAM?

    -Static RAM is built using flip-flops, whereas dynamic RAM is built using capacitors, which require periodic refreshing to retain data.

  • Why is dynamic RAM considered to have a higher access speed compared to static RAM?

    -Dynamic RAM has a higher access speed because it is built with smaller capacitors, which allow for quicker data retrieval.

  • What is the significance of the refresh circuit in dynamic RAM?

    -The refresh circuit in dynamic RAM is crucial as it periodically recharges the capacitors to prevent data loss.

  • What are the two types of ROM discussed in the script?

    -The two types of ROM discussed are Mask ROM and OTP ROM (One-Time Programmable ROM).

  • How does Mask ROM differ from OTP ROM in terms of data programming?

    -Mask ROM is programmed during manufacturing with data that cannot be changed, while OTP ROM is programmed by the user once and cannot be rewritten.

  • What is the advantage of EEPROM (Electrically Erasable Programmable Read-Only Memory) over other types of ROM?

    -EEPROM allows data to be written and erased electrically, without the need for ultraviolet light, making it more convenient and efficient.

  • How does the writing process in Flash memory differ from that in EEPROM?

    -Flash memory writes and erases data in blocks, while EEPROM can write and erase data on a byte-by-byte basis.

  • What is the primary distinction between Flash memory and EEPROM in terms of cost and size?

    -Flash memory is more cost-effective and has a larger storage capacity, making it suitable for high-volume data storage.

  • How does the speed of writing data compare between Flash memory and EEPROM?

    -EEPROM is faster for writing small amounts of data, while Flash memory is faster for writing large amounts of data due to its block-based operation.

Outlines

00:00

๐Ÿ’พ Memory Types and Their Characteristics

The paragraph discusses various types of memory, focusing on volatile and non-volatile memory. Volatile memory loses data when power is cut, whereas non-volatile memory retains data even without power. Examples of volatile memory include RAM, which can be further classified into static RAM and dynamic RAM. The paragraph also touches on the manufacturing processes of RAM, namely the use of namic and stick RAM. Non-volatile memory is exemplified by ROM, which can be programmed with data during manufacturing and is write-once, read-many (WORM). The discussion also includes the evolution of ROM, from mask ROM to OTP ROM, and the advent of EEPROM and flash memory, which allow for electrical erasing and reprogramming. The paragraph concludes with a comparison between flash memory and EEPROM, highlighting their differences in block writing and erasing, and their respective advantages in terms of cost and size.

Mindmap

Keywords

๐Ÿ’กMemory

Memory, in the context of the video, refers to the storage capacity of a device to hold data. The video discusses different types of memory, including volatile and non-volatile memory. Volatile memory loses data when power is cut off, whereas non-volatile memory retains data even without power. This concept is central to understanding how data is stored and accessed in various technologies.

๐Ÿ’กVolatile Memory

Volatile Memory is a type of memory that requires a continuous power supply to maintain the stored data. If power is interrupted, the data is lost. The video uses the example of RAM (Random Access Memory) to illustrate volatile memory, where data is lost when the power is cut off, highlighting the temporary nature of data storage in volatile memory.

๐Ÿ’กNon-Volatile Memory

Non-Volatile Memory retains data even when the power is turned off. The video mentions that if the power is cut, the data remains stored, unlike in volatile memory. This is crucial for devices that need to preserve data over time without continuous power, such as hard drives and USB drives.

๐Ÿ’กRAM (Random Access Memory)

RAM is a form of volatile memory that allows data to be read and written in any order, typically used as the main memory in computers. The video explains that RAM is volatile, meaning data is lost when power is removed. It is essential for the fast access and processing of data by the computer's processor.

๐Ÿ’กROM (Read-Only Memory)

ROM is a type of non-volatile memory that is pre-programmed with data and is not typically meant for modification after manufacturing. The video discusses how ROM can be 'burned' with data at the factory, making it a form of permanent storage that cannot be altered by the user, unlike writable memory.

๐Ÿ’กEPROM (Erasable Programmable Read-Only Memory)

EPROM is a type of ROM that can be erased and reprogrammed, unlike standard ROM. The video mentions that EPROM can be erased using ultraviolet light, allowing for the rewriting of data. This feature makes EPROM a flexible form of non-volatile memory for applications that require reprogramming.

๐Ÿ’กFlash Memory

Flash Memory is a type of non-volatile memory that can be electronically erased and reprogrammed. The video contrasts flash memory with EEPROM, noting that flash memory allows for faster writing and erasing of data in blocks, making it more efficient for large-scale data storage and commonly used in USB drives and solid-state drives (SSDs).

๐Ÿ’กEEPROM (Electrically Erasable Programmable Read-Only Memory)

EEPROM is a special type of non-volatile memory that can be erased and rewritten electrically, without the need for ultraviolet light as in EPROM. The video discusses how EEPROM is more convenient for applications that require frequent updates to the stored data, such as in microcontrollers.

๐Ÿ’กWrite Cycle

The term 'write cycle' refers to the number of times data can be written to a memory cell before it becomes unreliable. The video explains that EEPROM has a higher number of write cycles compared to flash memory, making it more suitable for applications that require frequent data updates.

๐Ÿ’กBlock Erase

Block Erase is a process in flash memory where data is erased in blocks rather than individually. The video mentions that flash memory operates on block erase, which is different from EEPROM's byte-by-byte erasure. This method is more efficient for large-scale data deletion but requires careful management to avoid data loss.

๐Ÿ’กElectrical Erase Programmable ROM

Electrical Erase Programmable ROM (EEPROM) is a type of non-volatile memory that can be erased and reprogrammed using electrical signals. The video discusses how EEPROMs are more flexible than EPROMs because they do not require removal from the device for erasure, making them ideal for applications that require in-field updates.

Highlights

Memory types are categorized into volatile and non-volatile, with volatile memory losing data when power is cut off.

Non-volatile memory retains data even after power loss.

Types of volatile memory include RAM, which stands for Random Access Memory.

RAM is manufactured in two ways: static RAM and dynamic RAM.

Static RAM is built on transistors, while dynamic RAM is based on capacitors.

Dynamic RAM requires a refresh circuit to periodically recharge the capacitors.

The cost of dynamic RAM is lower, making it more commonly used.

Non-volatile memory includes ROM, which stands for Read-Only Memory.

ROM is pre-programmed at the factory and cannot be easily changed.

EPROM, or Erasable Programmable Read-Only Memory, can be erased and reprogrammed with ultraviolet light.

EEPROM, or Electrically Erasable Programmable Read-Only Memory, allows data to be erased and rewritten electrically.

Flash memory is an evolution of EEPROM, offering faster data erasure without the need for ultraviolet light.

Flash memory is preferred for its lower cost and smaller size compared to EEPROM.

The difference between flash and EEPROM lies in the way data is written and erased.

Flash memory writes and erases data in blocks, while EEPROM does so on a byte-by-byte basis.

EEPROM is more cost-effective for small amounts of data, whereas flash memory is faster for large data transfers.

The endurance of memory refers to the number of write cycles it can withstand before failure.

EEPROM has a higher endurance than flash memory, making it suitable for applications requiring frequent data updates.

Transcripts

play00:00

ุชุงู†ูŠ ูƒูˆู…ุจูˆู†ุช ู…ุนุงู†ุง ู‡ูˆ ุงู„ู…ูŠู…ูˆุฑูŠ ุงู„ู…ูŠู…ูˆุฑูŠ

play00:03

ุฏูŠ ู‡ูŠ ุงู„ุฐุงูƒุฑู‡ ุจุชุงุนู‡ ุงูŠ ู…ุงูŠู† ุฒูŠ ู…ุง ู‚ู„ู†ุง

play00:07

ุงู† ุงู„ุจุฑูˆุณูŠุณูˆุฑ ุงูˆ ุงู„ุณูŠ ุจูŠ ูŠูˆ ู‡ูˆ ุงู„ุนู‚ุฏ ูุงู„

play00:10

ุงู„ู…ูŠู…ูˆุฑูŠ ู‡ูŠ ุงู„ุฐุงูƒุฑู‡ ุจุชุงุนุชู‡ ู‡ูˆ ุจูŠูุชูƒุฑ

play00:12

ุงุฒุงูŠ ูˆุงุญู†ุง ุนู†ุฏู†ุง ุช ุชูŠุจ ุงูˆ ู…ูŠู…ูˆุฑ ุงูˆู„

play00:14

ูˆุงุญุฏู‡ ู‡ูŠ ุงู„ููˆุชูŠู„ ุงู„ููˆุชูŠู„ ู…ุนู†ุงู‡ุง ุงู† ุงู†ุง

play00:18

ู„ูˆ ู‚ุทุนุช ุนู†ู‡ุง ุงู„ูƒู‡ุฑุจุง ูƒู„ ุงู„ุฏุงุชุง ุงู„ู„ูŠ

play00:21

ุฌูˆุงู‡ุง ุจุชุฑูˆุญ ุชุงู†ูŠ ู†ูˆุน ู…ู† ุงู†ูˆุงุน ุงู„ู…ูŠู…ูˆุฑูŠ

play00:23

ู‡ูˆ ุงู„ู†ู ุฏู‡ ู…ุนู†ุงู‡ ู„ูˆ ู‚ุทุนุช ุนู†ู‡ุง ุงู„ูƒู‡ุฑุจุง

play00:26

ุงู„ุฏุงุชุง ู‡ุชู†ูŠู‡ุง ุฌูˆุงู‡ุง ู‡ุธู„ ู…ุญุชูุธู‡ ุจ ูุชุนุงู„ูˆุง

play00:31

ู†ุดูˆู ู…ุน ุจุนุถ ูƒุฏู‡ ุงูŠู‡ ุงู„ุชุงูŠุจุณ ุงู„ู…ุฎุชู„ูู‡ ู…ู†

play00:34

ูƒู„ ู†ูˆุน ุงู„ููˆูŠู„ ู…ูŠู…ูˆุฑูŠ ุฒูŠ ุงู„ุฑุงู… ุงู„ู„ูŠ ู‡ูŠ

play00:37

ุฑุงู†ุฏู… ุงูƒุณุณ ู…ูŠู…ูˆุฑูŠ ูˆู‡ูŠ ููŠ ุทุฑูŠู‚ุชูŠู† ู„ู„ุชุตู†ูŠุน

play00:40

ู„ูŠู‡ุง ููŠ ุญุงุฌู‡ ุงุณู…ู‡ุง ุงู„ู†ุงู…ูŠูƒ ุฑุงู… ูˆุงู„ุณุชูŠูƒ

play00:43

ุฑุงู… ุจุงู„ู†ุณุจู‡ ู„ู„ู†ูˆู† ููˆูŠู„ ุงู†ุง ุนู†ุฏูŠ ู† ููˆูŠู„

play00:47

ู…ุชูƒูˆู†ู‡ ู…ู† ุฌุฒุฆูŠู† ุงุณุงุณูŠูŠู† ู‡ูˆ ูŠุง ุงู…ุง ุฑูˆู… ูŠุง

play00:50

ุงู…ุง ู† ููˆุชูŠู„ ุฑุงู… ุงุญู†ุง ุนุงุฑููŠู† ุงู† ุงู„ุฑุงู…

play00:52

ููˆูŠู„ ูู…ุนู†ุงู‡ุง ุงู† ุงู†ุง ู„ูˆ ู‚ุทุนุช ุนู†ู‡ุง ุงู„ูƒู‡ุฑุจุง

play00:55

ุงูˆ ุงู„ุจุงูˆุฑ ุงู„ุฏุงุชุง ุงู„ู„ูŠ ุฌูˆุงู‡ุง ู‡ุชุฑูˆุญ ูุงุฒุงูŠ

play00:58

ุงุฎู„ูŠู‡ุง ุงู† ููŠุฑุงู… ุฏู‡ ุงู„ู„ูŠ ุงุญู†ุง ู‡ู†ุนุฑูู‡ ูƒู…ุงู†

play01:01

ุดูˆูŠู‡ ูุชุนุงู„ูˆุง ู†ุจุฏุง ุจุงู„ููˆูŠู„ ู…ูŠู…ูˆุฑูŠ ุงู„ุฑุงู†ุฏู…

play01:04

ุงูƒุณุณ ู…ูŠู…ูˆุฑูŠ ู„ูŠู‡ุง ู†ูˆุนูŠู† ุงู„ุงุณุชุงุชูŠูƒ ุฑุงู…

play01:07

ูˆุงู„ุฏูŠ ุฑุงู… ู„ู…ุง ู†ูŠุฌูŠ ู†ู‚ุงุฑู† ู…ุง ุจูŠู† ุงู„ุงุซู†ูŠู†

play01:09

ุงู„ุงุณุชุงุชูŠูƒ ุฑุงู… ุจุชุจู‚ู‰ ู…ุจู†ูŠู‡ ุนู„ู‰

play01:10

ุงู„ุชุฑุงู†ุฒุณุชูˆุฑ ุฏุงูŠู†ุงู…ูŠูƒ ุฑุงู… ุจุชุจู‚ู‰ ู…ุจู†ูŠู‡ ุนู„ู‰

play01:13

ุงู„ูƒุจุงุณุชูˆุฑ ูุฏู‡ ู…ุนู†ุงู‡ ุงู† ุงู„ุณุงูŠุฒ ุจุชุงุน ุงู„ุงุณ

play01:16

ุฑุงู… ุงุตุบุฑ ุจูƒุชูŠุฑ ู‚ูˆูŠ ุจุณ ููŠ ู†ูุณ ุงู„ูˆู‚ุช

play01:19

ุงู„ูƒูˆุณุช ุจุชุงุน ุงู„ุฏูŠ ุฑุงู… ุงู‚ู„ ุจุณ ู„ูˆ ุฌูŠู†ุง ู†ุงุฎุฏ

play01:22

ุตูุงุช ุงุฎุฑู‰ ุฒูŠ ุงู„ุจุฑูู† ู‡ู†ู„ุงู‚ูŠ ุงู† ุงู„ุจุฑูู†

play01:25

ุจุชุงุน ุงู„ุงุณ ุฑุงู… ุงูุถู„ ุจูƒุชูŠุฑ ูˆุงู„ุจุงูˆุฑ ูƒูˆู†ุณ

play01:28

ุงู…ุดู† ุงูุถู„ ู…ู† ุงู„ุฏูŠ ุฑุงู… ู„ูŠู‡ ู„ุงู† ุงู„ุฏูŠ ุฑุงู…

play01:31

ู…ุจู†ูŠู‡ ุนู„ู‰ ุงู„ูƒุจุงุณุชูˆุฑ ูˆู…ุนู†ู‰ ุงู† ู‡ูŠ ู…ุจู†ูŠู‡

play01:33

ุนู„ู‰ ุงู„ูƒุจุงุณุชูˆุฑ ุงู† ู‡ูŠ ุจูŠุญุตู„ ู„ูŠูƒุฌ ู„ู„ููˆู„ุช

play01:36

ุงู„ู„ูŠ ุฌูˆุงู‡ุง ูˆุงู„ ูƒุฑู†ุช ูุจุงู„ุชุงู„ูŠ ู…ุญุชุงุฌู‡ ุญุงุฌู‡

play01:40

ุงุณู…ู‡ุง ุฑูŠูุฑูŠุด ุณูŠุฑูƒุช ุนู„ุดุงู† ุชุฑูŠุช ุดุงุฑุฌ

play01:42

ุงู„ูƒุจุงุณุชูˆุฑ ุจุดูƒู„ ุฏูˆุฑูŠ ูุนุดุงู† ูƒุฏู‡ ุฏู‡ ู…ุฎู„ูŠ

play01:45

ุงู„ุจุงุฑ ูƒูˆู†ุณู† ุจุชุงุนู‡ุง ุงุนู„ู‰ ุจูƒุชูŠุฑ ูู„ุฐู„ูƒ

play01:48

ุงู„ู…ูˆุณุช ูŠูˆุฒุฏ ุงู„ู„ูŠ ุชู‚ุฑูŠุจุง ู…ุณุชุฎุฏู…ู‡ ุนู„ู‰ ุทูˆู„

play01:51

ู‡ูŠ ุงู„ุงุณ ุฑ ุชุนุงู„ูˆุง ู†ุฑูˆุญ ู„ู„ู†ูˆุน ุงู„ุชุงู†ูŠ ุงู„ู„ูŠ

play01:54

ู‡ูˆ ุงู„ู† ููˆูŠู„ ู…ูŠู…ูˆุฑูŠ ุฎุงุตู‡ ุงู„ุฑูˆู… ุทูŠุจ ุงู„ุฑูˆู…

play01:58

ุฏู„ูˆู‚ุชูŠ ุงู†ุง ุนู†ุฏูŠ ุงู†ูˆุงุน ูƒุชูŠุฑ ุฌูˆู‡ ุงู„ุฑูˆู… ุฒูŠ

play02:01

ุงู„ู…ุงุณูƒ ุฏุฑู… ุงู„ู…ุงุณูƒ ุฏุฑูˆู… ุฏู‡ ู…ุนู†ุงู‡ ุงู† ู‡ูŠ

play02:03

ู…ูŠู…ูˆุฑูŠ ุงุชุญุฑู‚ ุนู„ูŠู‡ุง ุงู„ุงุจู„ูƒูŠุดู† ุงูˆ ุงู„ูƒูˆุฏ ุงูˆ

play02:06

ุงู„ุฏุงุชุง ุงู„ู„ูŠ ุงุญู†ุง ุนุงูŠุฒูŠู†ู‡ุง ุนู† ุทุฑูŠู‚ ุงู„ู…ุตู†ุน

play02:09

ูŠุนู†ูŠ ูˆู‡ูŠ ููŠ ุงู„ู…ุตู†ุน ุงุชุญุฑู‚ ุนู„ูŠู‡ุง ุงู„ุงูƒูˆุงุฏ

play02:11

ูุฏูŠ ุงุญู†ุง ู†ู‚ุฏุฑ ู†ุนุชุจุฑู‡ุง ุงูƒู†ู‡ุง ููŠูˆุฒ ูˆุงุชุญุฑู‚

play02:14

ุจูุงู„ูˆ ู…ุนูŠู†ู‡ ูŠุง ุฒูŠ ู…ุง ุชู‚ุฏุฑุด ุชุชุบูŠุฑ ุชุงู†ูŠ

play02:17

ุชุงู†ูŠ ู†ูˆุน ู‡ูˆ ุงู„ุงูˆุชูŠ ุจูŠ ุฑูˆู… ู‡ูˆ ุงู„ูˆู† ุชุงูŠู…

play02:20

ุจุฑูˆุฌุฑุงุจ ุฏู‡ ู…ุนู†ุงู‡ ุงู† ู‡ูŠ ุจุชุจุฑู… ู…ุฑู‡ ูˆุงุญุฏู‡

play02:23

ุนู† ุทุฑูŠู‚ ุงู„ูŠูˆุฒุฑ ูŠุนู†ูŠ ุจุชูŠุฌูŠ ู„ู„ูŠูˆุฒุฑ ุจูŠุญุท

play02:26

ููŠู‡ุง ูŠุง ุฒ ูŠุง 1 ูˆู…ุง ู†ู‚ุฏุฑุด ู†ูƒุชุจ ุนู„ูŠู‡ุง ุชุงู†ูŠ

play02:30

ุฏูŠ ุจุฑุถูˆ ู†ู‚ุฏุฑ ู†ุชุฎูŠู„ู‡ุง ุนู† ุทุฑูŠู‚ ุงู† ู‡ูŠ ููŠูˆุฒ

play02:32

ุจุณ ุงู„ููŠูˆุฒ ุฏู‡ ู…ุด ุจูŠุชุญุฑู‚ ุงู„ุง ุนู† ุทุฑูŠู‚

play02:34

ุงู„ูŠูˆุฒุฑ ู…ุด ุงู„ู…ุงู† ูุงูƒุชุฑ ุจุนุฏ ูƒุฏู‡ ุงุทูˆุฑู†ุง

play02:37

ุดูˆูŠู‡ ููŠ ุงู„ุงูู„ูˆุดู† ุจุชุงุน ุงู„ุฑูˆู… ูˆูˆุตู„ู†ุง ู„ู„ุงูŠ

play02:41

ุจูŠ ุฑูˆู… ุฑูŠุณุจ ุจุฑูˆุฌุฑุงุจ ุฑูˆู… ู†ู‚ุฏุฑ ู†ู…ุณุญู‡ุง

play02:44

ูˆู†ู‚ุฏุฑ ู†ู…ุณุญ ุงู„ู„ูŠ ูƒุชุจ ุนู„ูŠู‡ุง ุจุณ ุนู† ุทุฑูŠู‚

play02:46

ุณุจูŠุดุงู„ ุฏูŠูุงูŠุณ ุจูŠุทู„ุน ุงู„ุชุฑุง ูุงูŠู„ุช ุนู„ุดุงู†

play02:50

ุงู„ุฏุงุชุง ุชุชู…ุณุญ ู…ู† ุนู„ูŠู‡ุง ูˆุงู„ุนู…ู„ูŠู‡ ุฏูŠ ูƒุงู†ุช

play02:52

ุจุชุงุฎุฏ ูˆู‚ุช ุทูˆูŠู„ ุจุนุฏ ูƒุฏู‡ ุงู„ูƒุณุช ุณุชูŠุจ

play02:55

ุจุชุงุนุชู†ุง ุงู† ุงุญู†ุง ูˆุตู„ู†ุง ู„ู„ุงูŠ ุงูŠ ุจูŠ ุฑูˆู…

play02:58

ุงู„ูƒุชุฑูŠูƒุงู„ ุงุฑุฒุจ ุงู„ ุจุฑูˆุฌุฑุงุจ ุฑูˆู… ูˆุฏูŠ ุจู‚ุฏุฑ

play03:01

ุงูƒุชุจ ุนู„ูŠู‡ุง ูˆุงู…ุณุญ ู…ู† ุนู„ูŠู‡ุง ุนู† ุทุฑูŠู‚

play03:04

ุงู„ูƒู‡ุฑุจุงุก ูˆุฏู‡ ุทุจุนุง ูƒุงู† ุงูุถู„ ุญุงุฌู‡ ู„ุงู† ุงุญู†ุง

play03:07

ุงุณุชุบู†ูŠู†ุง ุณุงุนุชู‡ุง ุนู† ุงู„ุงู„ุชุฑุง ูุงูŠู„ูˆุช ุฏูŠูุงูŠุณ

play03:10

ุงู„ู„ูŠ ูƒุงู† ุจูŠุจู‚ู‰ ู…ูˆุฌูˆุฏ ุนู„ุดุงู† ุงู…ุณุญ ุงู„ู…ูŠู…ูˆุฑูŠ

play03:13

ุจุนุฏ ูƒุฏู‡ ูˆุตู„ุช ู„ุฎุทูˆู‡ ุงุนู„ู‰ ูˆู‡ูŠ ุงู„ูู„ุงุด ุทูŠุจ

play03:16

ู‡ู†ูŠุฌูŠ ู†ุชูƒู„ู… ุฏู„ูˆู‚ุชูŠ ุนู† ุงู„ูุฑู‚ ู…ุง ุจูŠู†

play03:19

ุงู„ูู„ุงุด ูˆุงู„ุงูŠ ุณูƒูˆูŠุฑ ุจูŠุฑูˆ ู‡ู†ู„ุงู‚ูŠ ุงู†

play03:22

ุงู„ู…ู‚ุงุฑู†ู‡ ู…ุง ุจูŠู†ู‡ู… ูˆุงุถุญู‡ ุฌุฏุง ุงู† ุงู„ูู„ุงุด

play03:25

ุจูŠุงูƒุณุณ ุจู„ูˆูƒ ุงูˆู ุจุงูŠุชุณ ูŠุนู†ูŠ ุจูŠูƒุชุจ ุงูˆ

play03:28

ุจูŠู…ุณุญ ุจู„ูˆูƒ ุนู„ู‰ ุจุนุถู‡ ุงู†ู…ุง ุงู„ุงูŠ ุณูƒูˆูŠุฑ ุจุฑูˆู…

play03:31

ู‡ูˆ ุจูŠุงูƒุณุณ ุจุงูŠ ู…ูŠู† ุงูุถู„ ู…ู† ู†ุงุญูŠู‡ ุงู„ูƒูˆุณุช

play03:34

ูู‡ูˆ ุงู„ูู„ุงุด ูˆุงูุถู„ ู…ู† ู†ุงุญูŠู‡ ุงู„ุณุงูŠุฒ ุจุฑุถูˆ

play03:38

ุงู„ุฑูุณ ุจูŠุจู‚ู‰ ู…ุฎุชู„ู ุนู„ู‰ ุญุณุจ ุงู†ุช ู‡ุชูƒุชุจ ู‚ุฏ

play03:40

ุงูŠู‡ ูŠุนู†ูŠ ุงู†ุง ู„ูˆ ู‡ุงูƒุณ ุจุงูŠุช ูˆุงุญุฏู‡ ุงูˆ ุนุงูŠุฒ

play03:43

ุงูƒุชุจ ุจุงูŠุช ูˆุงุญุฏู‡ ู‡ู„ุงู‚ูŠ ุงู„ุง ุณูƒูˆูŠุฑ ุฑูˆ ุจุชุงูƒุณ

play03:46

ุงู„ุจุงูŠุช ูˆุชูƒุชุจู‡ ููŠ ุณูƒู†ุฏ ู…ุซู„ุง ุงู†ู…ุง ุงู„ูู„ุงุด

play03:50

ุจุชูƒุชุจ ุนู„ู‰ 10 ุจุงูŠุช ููŠ 5 ุณูƒ ูู„ูˆ ุฌูŠู†ุง ู†ุจุต

play03:54

ู„ู„ุงุซู†ูŠู† ู‡ู†ู„ุงู‚ูŠ ุงู† ุงู„ุงูŠ ุณูƒูˆูŠุฑ ุจุฑูˆู… ููŠ

play03:57

ุงู„ุจุงูŠุช ุงูƒุณุณ ู„ูˆ ุงู†ุง ูƒูƒุชุจ ุจุงูŠุช ูˆุงุญุฏู‡ ู‡ู„ุงู‚ูŠ

play03:59

ุณูƒูŠุฑ ุงูุถู„ ู„ูˆ ุงู†ุง ู‡ูƒุชุจ 10 ุจุงูŠุชุณ ู‡ู„ุงู‚ูŠ ุงู†

play04:02

ุงู„ูู„ุงุด ู‡ุชุงุฎุฏ ุฎ ุณูƒู†ุฏุฒ ูˆู‡ู„ุงู‚ูŠ ุงู„ุงูŠ ุณูƒูˆูŠุฑ

play04:05

ุจุฑูˆู… ุจุชุงุฎุฏ 10 ุณูƒู†ุฏุฒ ูุณุงุนุชู‡ุง ุงู„ูู„ุงุด ู‡ูŠุจู‚ู‰

play04:07

ุงูุถู„ ู„ูˆ ุงู†ุง ุจูƒุชุจ ูƒู…ูŠู‡ ูƒุจูŠุฑู‡ ู‚ูˆูŠ ู…ู†

play04:09

ุงู„ุฏุงุชุง ุงู„ูู„ุงุด ู‡ูŠูƒูˆู† ุงุณุฑุน ู„ูˆ ุงู†ุง ุจูƒุชุจ

play04:12

ูƒู…ูŠู‡ ุตุบูŠุฑู‡ ุงู„ุงูŠ ุณูƒูˆูŠุฑ ุจุฑูˆู… ู‡ูŠูƒูˆู† ุงู‚ู„

play04:15

ุงู„ุจุงูˆุฑ ูƒูˆู†ุณ ุงู…ุดู† ู‡ู…ุง ุงู„ุงุซู†ูŠู† ุชู‚ุฑูŠุจุง ุฒูŠ

play04:18

ุจุนุถ ุงู„ุงู†ูˆุฑ ู‡ูˆ ุนุฏุฏ ู…ุฑุงุช ุงู„ูƒุชุงุจู‡ ุงู†ุง ู…ุง

play04:21

ุจู‚ุฏุฑุด ุงูƒุชุจ ุนุฏุฏ ู…ุฑุงุช ุงู†ูุงูŠุช ุนู„ู‰ ุงู„ู…ูŠู…ูˆุฑูŠ

play04:24

ูุจุงู„ุชุงู„ูŠ ุจุญุชุงุฌ ุงู† ุงู†ุง ุงุจู‚ู‰ ุนุงุฑู

play04:26

ุงู„ุฏูŠูˆุฑุณูŠู

play04:29

ูˆุงู„ ุงู„ู…ุณุญ ุนู„ู‰ ู†ูุณ ุงู„ุณูŠู„ ููŠ ุงู„ู…ูŠู…ูˆุฑูŠ

play04:32

ุจุงู„ู†ุณุจู‡ ู„ู„ุง ุณูƒูˆูŠุฑ ูŠุฑูˆู… ู‡ูŠ ุจุชูƒูˆู† ุงูƒุจุฑ ู…ู†

play04:35

ุงู„ูู„ุงุด

play04:37

[ู…ูˆุณูŠู‚ู‰]

Rate This
โ˜…
โ˜…
โ˜…
โ˜…
โ˜…

5.0 / 5 (0 votes)

Related Tags
Memory TechEEPROMRAM TypesFlash MemoryData StorageTechnology HistoryElectronic DevicesComputer ComponentsMemory EvolutionTech Education