How do SSDs Work? | How does your Smartphone store data? | Insanely Complex Nanoscopic Structures!

Branch Education
8 May 202017:54

Summary

TLDR视频脚本详细解释了智能手机和固态硬盘(SSD)如何存储数据。通过纳米级视角,揭示了存储单元内部的复杂结构,称为VNAND,它利用电荷陷阱闪存技术存储电子数量来保存每一张照片、信息和文件。视频还探讨了如何将图片的像素转换为二进制数据,并在SSD中以3比特为单位进行存储,展示了如何通过垂直堆叠的存储单元来增加存储容量,并通过复杂的电路布局实现高速数据读写。

Takeaways

  • 📱 智能手机和固态硬盘(SSD)能够存储大量数据,如照片、视频、音乐、信息和应用程序,这些数据都存储在非常小的空间内。
  • 🔍 通过纳米级的视角,我们可以看到存储数据的结构,称为VNAND,它存在于智能手机和计算机中。
  • 🌐 每张图片、每条信息和每一点数据都以电子的形式存储在被称为电荷陷阱闪存(Charge Trap Flash)的存储单元中。
  • 🔢 像素的颜色由0到255的三个数字组合定义,每个数字代表红色、绿色或蓝色,每个像素的颜色由24位二进制数表示。
  • 💾 电荷陷阱闪存单元通过在电荷陷阱上放置不同数量的电子来存储信息,较新的技术可以存储16个不同的电子水平。
  • 🔒 电荷陷阱设计得可以保持电子数十年,这是固态硬盘存储或写入信息的方式。
  • 🔄 为了擦除存储单元的内容,所有电子电荷都被强制从电荷陷阱中移除,将其恢复到最低水平。
  • 🏗️ 存储单元垂直堆叠形成字符串,这些字符串被复制成页面,页面再复制成行,行再复制成块,形成了复杂的3D结构。
  • 🔡 每个页面由32个相邻的存储单元组成,可以同时激活以写入或读取信息。
  • 🔄 存储单元的读取和写入通过选择器和控制门进行,类似于交通信号灯,确保一次只能激活一行或一层。
  • 🚀 现代的存储芯片设计使用96到136层的堆叠,每页可以存储多达60,000个相邻的存储单元,整个芯片可以每秒读写约500兆字节的数据。

Q & A

  • 智能手机是如何存储数据的?

    -智能手机使用一种叫做电荷陷阱闪存(Charge Trap Flash)的内存单元来存储数据,每个单元通过在电荷陷阱上放置不同数量的电子来存储信息。

  • 什么是VNAND,它在智能手机存储中扮演什么角色?

    -VNAND是垂直NAND的缩写,它是一种3D存储技术,通过垂直堆叠存储单元来增加存储密度。在智能手机中,VNAND用于存储大量数据,如照片、视频和应用程序。

  • 为什么智能手机能够存储如此多的信息?

    -智能手机能够存储大量信息是因为使用了高度复杂的微缩技术,可以在极小的空间内存储数十亿比特的数据。

  • 固态硬盘(SSD)是如何工作的?

    -固态硬盘使用与智能手机类似的电荷陷阱闪存技术来存储数据。数据以电子的形式存储在记忆单元中,通过改变电子的数量来表示不同的数据位。

  • 一个像素的颜色是如何在智能手机中被表示和存储的?

    -一个像素的颜色由红、绿、蓝三种颜色的组合来定义,每种颜色由一个0到255之间的数字表示,这些数字在计算机中以8位二进制数(即0和1的序列)来存储。

  • 为什么说电荷陷阱是存储数据的关键?

    -电荷陷阱是存储数据的关键,因为它能够保持电子(电荷)数十年,这样即使在断电的情况下,信息也能被保存在固态硬盘或智能手机中。

  • 如何理解内存单元中的电子数量与存储数据的关系?

    -在内存单元中,不同的电子数量代表不同的数据位。例如,很少的电子可能代表011,一些电子可能代表100,而很多电子可能代表000。这些不同的电子数量组合起来可以存储更多的信息。

  • 为什么现代的存储设备能够存储更多的数据?

    -现代存储设备能够存储更多的数据是因为工程师们开发了更精细的技术来捕捉和测量电荷陷阱上的电子数量,从而每个单元可以存储更多的比特。

  • 在存储设备中,如何组织和访问这些存储单元?

    -存储单元被组织成字符串、页面、行和块的结构,通过使用控制门和位线选择器,可以精确地访问和操作单个页面或行中的存储单元。

  • 为什么说智能手机和固态硬盘的存储技术是工程学上的奇迹?

    -智能手机和固态硬盘的存储技术是工程学上的奇迹,因为它们能够在极其有限的空间内存储大量的数据,并且能够快速、可靠地读取和写入这些数据。

Outlines

00:00

📱 智能手机和固态硬盘的数据存储原理

本段介绍了智能手机和固态硬盘(SSD)如何存储大量数据。通过深入探究,我们了解到存储设备内部的复杂结构,特别是VNAND技术,它是存储设备中用于保存数据的关键结构。视频将通过实例讲解如何将图片保存到智能手机或电脑中,解释了像素、颜色和二进制的关系,以及如何将图片转换成二进制数据。此外,还简要介绍了如何通过图像编辑软件查看像素和RGB值。

05:03

🔬 电荷陷阱闪存(Charge Trap Flash)的工作原理

这一段深入解释了电荷陷阱闪存(Charge Trap Flash)的工作原理。每个存储单元通过在电荷陷阱中放置不同数量的电子来存储信息。现代技术允许每个单元存储多达8个不同的电子水平,而新技术甚至可以存储16个不同的水平。这意味着一个单元可以存储3个或更多的比特。此外,还介绍了如何通过垂直堆叠存储单元来增加存储容量,以及如何通过控制门来读写信息。

10:05

🏗️ 存储单元的组织结构和数据读写过程

本段进一步探讨了存储单元的组织方式,包括如何将它们垂直堆叠成字符串、页面、行和块。解释了如何通过位线选择器和控制门选择器来激活特定的存储单元,以及如何通过页面缓冲区读写信息。此外,还提供了一个实际的存储容量示例,说明了如何通过这种复杂的结构存储一张图片的数据。

15:08

🚀 固态硬盘的复杂布局和读写速度

最后一段总结了固态硬盘的复杂布局,包括多个芯片的堆叠和接口芯片的使用。介绍了固态硬盘的读写速度,以及如何通过复制复杂的存储单元布局来增加存储容量。同时,还提到了视频的后续内容,包括对电荷陷阱闪存、位线和控制门选择器的工作原理以及微芯片制造过程的详细解释。最后,鼓励观众订阅频道并参与评论,分享视频以帮助他人了解这项技术。

Mindmap

Keywords

💡智能手机

智能手机是一种便携式移动设备,具有电话功能和多种其他功能,如上网、拍照、播放音乐等。在视频中,智能手机是数据存储技术的核心载体,展示了如何在其小巧的机身内存储大量信息。

💡固态硬盘(SSD)

固态硬盘是一种数据存储设备,使用闪存技术来存储数据,相较于传统硬盘,它具有更快的读写速度和更好的抗震性。视频中提到固态硬盘内部结构的复杂性,以及它是如何在笔记本电脑或计算机中存储大量数据的。

💡VNAND

VNAND,即垂直NAND,是一种3D NAND闪存技术,通过垂直堆叠存储单元来增加存储密度。视频中解释了VNAND是智能手机和固态硬盘中存储数据的关键结构。

💡电荷陷阱闪存(Charge Trap Flash)

电荷陷阱闪存是一种存储技术,通过在电荷陷阱中存储不同数量的电子来保存数据。视频中提到,每个像素、每条信息都以电子的形式保存在这些存储单元中。

💡像素

像素是构成图像的最小单位,每个像素具有特定的颜色值。视频中解释了像素如何通过红、绿、蓝三种颜色的组合来定义,并且每个像素的颜色值由24位二进制数表示。

💡二进制

二进制是一种数制,只使用0和1两个数字来表示所有数值。视频中提到,计算机使用二进制来表示颜色值,每个颜色值由8位二进制数表示。

💡位(Bits)

位是计算机科学中的信息单位,代表一个二进制数字,即0或1。视频中提到,一张图片由大约293百万位组成,这些位是存储在智能手机或固态硬盘中的数据。

💡存储单元

存储单元是存储设备中用于保存数据的最小物理单位。视频中提到,每个存储单元可以通过不同数量的电子来存储不同的信息级别,从而存储更多的数据。

💡页(Page)

在固态硬盘中,页是一组存储单元的集合,可以一次性读取或写入。视频中解释了页是由32个串联的存储单元组成的,并且是数据读写的基本单位。

💡块(Block)

块是由多个页组成的更大的存储单元集合,在固态硬盘中用于数据的擦除和写入。视频中提到,一个块由6个页组成,并且是数据存储结构中的一个复杂层级。

💡行(Row)和列(Column)

在固态硬盘的数据组织中,行和列是用来描述存储单元的排列方式。视频中提到,行由多个页组成,而列则是由多个行组成的更大的结构。

💡位线(Bitline)

位线是连接存储单元和读取/写入电路的导线,在视频中,位线被比喻为信息高速公路,用于传输存储单元中的电子电荷信息。

💡控制门(Gate)

控制门是用于控制电子流向和读取存储单元中信息的组件。视频中提到,每个存储单元层都有一个控制门,用于激活特定的存储单元。

💡擦除(Erase)

擦除是清除存储单元中的数据的过程。视频中解释了,为了擦除存储单元,所有的电子电荷都被强制移除,将存储单元恢复到初始状态。

Highlights

智能手机和固态硬盘如何存储数据,这是一个令人难以置信的谜题。

一太字节的固态硬盘通常可以在笔记本电脑或电脑中找到。

VNAND结构是智能手机和电脑存储数据的关键。

每个像素的颜色由红、绿、蓝三色的数值组合定义。

每个像素的颜色值由24位二进制数表示。

电荷陷阱闪存(Charge Trap Flash)是计算机长期存储的基本单元。

通过在电荷陷阱上放置不同数量的电子来存储信息。

现代技术可以在单个存储单元中存储多达3位的信息。

电荷陷阱设计用于长期保持电子,这是数据保存的方式。

内存单元垂直堆叠形成VNAND,增加了存储密度。

通过控制门和位线选择器,可以精确读写单个页面的数据。

一个内存块由多个页面组成,每个页面包含32个字符串。

通过复杂的布局,可以在单个芯片中存储大量数据。

最新的设计使用96到136层的堆叠,增加了存储容量。

一个页面可以包含多达60,000个相邻的内存单元。

整个芯片可以每秒读取或写入大约500兆字节的数据。

工程师将这种复杂的布局复制到芯片的另一面,以增加容量。

一个微芯片可以包含8个这样的布局,通过接口芯片进行协调。

视频还提供了额外的注释和评论,以帮助理解。

Transcripts

play00:00

How do Smartphones Store Data? || How do SSDs Work? By Branch Education

play00:00

It’s hard to believe that all your photos, videos, music, messages,

play00:04

and apps can be stored in the palm of your hand,

play00:07

and to most of us it’s a mystery how so much information

play00:12

can fit in such a small space.

play00:14

But it might not seem so surprising when you see

play00:18

the complexity inside your smartphone,

play00:20

or the inside of this one terabyte solid state drive

play00:25

commonly found in laptops or computers.

play00:27

However as seeing the outside of this memory storage microchip

play00:33

tells us little about how these smartphones

play00:36

and solid-state drives can store tens of thousands of photos

play00:40

and files, let’s explore deeper and zoom in until we get

play00:45

to a nanoscopic view, and it's here that we can see the structures called

play00:50

VNAND that hold all the data in your smartphone and computer.

play00:55

Here is where the real magic happens.

play00:57

Every picture, message, and bit of information

play01:01

gets saved as quantities of electrons

play01:04

inside these memory cells which are called charge trap flash

play01:09

and, in this episode, we'll learn how smartphone memory and solid-state drives work.

play01:16

Now, hold on- these insanely small and intricate structures seem very complex,

play01:23

and yeah- they are- I’m not going to say this marvel of engineering is simple.

play01:28

But you have to trust me- stick around,

play01:31

watch closely, maybe watch this video twice,

play01:35

and by the end of it, this technology will amaze you,

play01:40

it will blow your mind at least twice over, and yeah, you'll have

play01:45

a thorough understanding as to how such a small device,

play01:49

can store weeks of high quality video, tens of thousands of pictures,

play01:55

or hundreds of thousands of songs in such an itty bitty little space.

play02:00

So, let’s get started.

play02:04

We’re going to use a real-life example and

play02:07

explore how it works when you save a picture to your smartphone or computer.

play02:12

First, this picture is made up of pixels

play02:16

and each pixel has a color so let’s zoom in so

play02:20

that we can see the individual pixels.

play02:22

The color of every pixel is defined by a combination of 3 numbers,

play02:27

ranging from 0 to 255, each representing red, green, or blue.

play02:35

For example, the numbers would be 55-53-55

play02:41

for this pixel’s color right here,

play02:44

and then 124-121-119 for this pixel.

play02:52

Each of these 3 numbers from 0 to 255 is represented

play02:58

by 8 bits in binary, or eight ones and zeros ya know,

play03:04

because computers work in binary.

play03:06

So, 3 colors, red, green and blue, and 8 bits each,

play03:13

means each pixel takes 24 bits to define its color.

play03:18

This picture is a grid of colored pixels,

play03:21

so let’s turn it into a grid of values, kind of like a spreadsheet in excel,

play03:27

but called an array instead of a spreadsheet.

play03:31

This array of bits is what your computer cares about and noncoincidentally,

play03:37

it’s also the information that the camera on my smartphone

play03:41

recorded when I took the picture.

play03:43

One quick note: if you want to see the pixels in any picture,

play03:47

just open it in an image editing program like paint

play03:51

or 3D paint in this case, and zoom in.

play03:55

And then if you want to see the red, green and blue

play03:58

or RGB values, just use the eye dropper, click on a pixel,

play04:03

and then click on the edit color option.

play04:06

Right here you can see the 3 values

play04:09

for red, green, and blue, and the resulting color.

play04:13

Ok, with that covered, let’s get back to this episode,

play04:17

first, we’re gonna zoom out to see the full picture,

play04:21

which is 3024 pixels wide and 4032 pixels tall,

play04:27

which is a total of around 12 million pixels, or, 12 megapixels-

play04:33

which relates to the resolution of the 12 megapixel camera on my smartphone.

play04:39

Next, by doing some multiplication

play04:42

we calculate that an array of this size,

play04:46

where each pixel is defined by 24 bits,

play04:49

or 24 0s or 1s only requires 293 million bits

play04:56

or a unique set of 293 million 0s or 1s.

play05:02

That’s a ton of bits, so let’s figure out how your smartphone

play05:08

or this solid-state drive seamlessly

play05:11

stores every single one of them.

play05:14

Ok: so let’s open up that solid state drive again

play05:19

and zoom into a simplified nanoscopic view

play05:23

kind of like the one we had earlier.

play05:25

It's here that we can see the memory cells

play05:28

that are used in every single one of your smartphones or tablets,

play05:32

as well as inside the solid-state drive in your computer.

play05:36

This is the basic unit of a computer’s long term memory storage

play05:41

and it’s called Charge Trap Flash Memory-

play05:44

so how does it work?

play05:46

Well, in each cell we can store information by placing different

play05:51

levels of electrons onto a charge trap,

play05:54

which is the key component inside the memory cell.

play05:57

Older technology could only store two different levels of electrons,

play06:02

a lot of electrons or very few electrons,

play06:06

which were used to store a single bit as a 1 or a 0.

play06:10

However, engineers have been developing more finely tuned capabilities

play06:15

for trapping and measuring different amounts of electrons

play06:18

or charges onto the charge trap.

play06:21

Most memory cells in 2020 can hold 8 different levels,

play06:26

but newer technology can have 16 different levels of electrons.

play06:30

This means that a single cell,

play06:33

instead of holding only one bit as a lot of electrons or no electrons,

play06:38

can now hold 3 or more bits

play06:41

but, for this example, let’s stick with 3 bits.

play06:44

So- in this cell, if we were to have very few electrons on it,

play06:49

it would be 1-1-1, while some electrons get designated as 1-0-0

play06:57

and a lot of electrons are 0-0-0

play07:02

There are 8 different levels for all the various amounts

play07:06

of electron charges that our charge trap can be set or written to.

play07:10

The key to the charge trap is that it is specially designed

play07:15

so that after it gets charged with electrons,

play07:17

it can hold onto those electrons for decades,

play07:20

which is how information is saved or written to the solid-state drive.

play07:25

I mean- it’s called a charge trap for a reason.

play07:29

It traps electrons, or charges for years on end,

play07:33

and in order to read the information,

play07:35

the electron charge level is measured,

play07:38

and the amount of charge on the charge trap is unchanged.

play07:42

However, in order to erase the contents of a memory cell,

play07:46

all the electron charges are forcibly removed

play07:49

from the charge trap returning it to its lowest level,

play07:52

which is 1-1-1, and leaving no excess electron charges behind.

play07:58

Let’s move on and explore how these memory cells are organized

play08:03

so that we can store more than just 3 bits of information.

play08:07

After we zoom out a little,

play08:09

you can see that the memory cells are stacked vertically.

play08:12

This is where the vertical part in Vertical NAND or VNAND comes from.

play08:17

This stack of memory cells,

play08:20

what is technically called a string is composed of 10 charge trap flash cells

play08:25

layered one top of another.

play08:27

when information is written to or read from a string,

play08:31

only one cell can be activated at any given time,

play08:35

and to do that we use separate control gates

play08:38

attached to every layer in the string.

play08:41

It works like this: the bottom control gate first says

play08:45

“Hey you, charge trap 1 what’s your electron charge level at?”

play08:50

Then the bottom cell sends that information through

play08:53

the center of the string up to the information highway at the top,

play08:57

which is technically called a bitline.

play09:00

Then the next control gate for the 2nd layer

play09:03

asks for the charge level in the 2nd cell, and so on,

play09:07

up the string, each cell sending their

play09:10

information up to the highway or bitline.

play09:12

The same kinda sequence happens when charges are being added

play09:16

to a charge trap which is how information is written to a memory cell.

play09:20

The main thing is that only one layer in the string

play09:24

is either written to or read from at any given time.

play09:28

Let’s move on in complexity, next we duplicate this string 32 times,

play09:34

and this gets us a page of strings.

play09:37

Let’s review some terminology:

play09:40

this a memory cell and this is a string.

play09:44

And now here we have a page, and we are going to call this entire

play09:48

page of strings a row. When we duplicate the string,

play09:53

we also duplicate the bitline 32 times,

play09:57

however rather than duplicate the control gates,

play10:00

we are going to have every cell in the same page

play10:04

share a common control gate.

play10:06

This makes it such that when information is written

play10:09

to or read from a row,

play10:11

an entire page composed of 32 adjacent cells,

play10:16

all in the same layer, are activated at the same time.

play10:20

Let’s step up in complexity again:

play10:23

Next, we duplicate these rows 6 times until we get a block,

play10:29

but we are going to do it 12 times so we can see 2 blocks.

play10:33

Okay, so again, here we have a column,

play10:36

here is a row, this is a layer. And now here is a cell

play10:42

and here is a string. Next we have a page,

play10:46

and finally we have a block. We are going to connect the tops

play10:50

of each string in a column together,

play10:52

so they all share the same bitline

play10:55

and our bitline is looking more like a highway now.

play10:58

In addition, we have to add a control gate that selects between rows,

play11:03

so that only one row is using the bitline at a time.

play11:07

These are called bitline selectors.

play11:10

As discussed these bitlines are like highways,

play11:13

and the selectors at the top act as traffic lights that

play11:17

mediate the flow of information

play11:19

so that only a single row can use the highway,

play11:22

or is active at a time. Similarly, the control gates attached to each layer

play11:28

act as traffic lights for the layers.

play11:31

With bitline selectors along the tops of each row,

play11:34

and control gate selectors along each layer,

play11:37

the solid state drive can read from or write to a

play11:41

single page at any given time.

play11:43

Additionally, in order to connect to the bitline selectors

play11:47

and control gate selectors there are wires that drop down from above

play11:51

and run perpendicular to the bitlines.

play11:55

So, let’s quickly recap:

play11:57

8 different levels of electrons are placed on charge traps

play12:01

in order to store 3 bits of information.

play12:04

These charge trap flash memory cells

play12:07

are stacked into strings 10 cells tall,

play12:11

which are duplicated into pages of 32 strings in a row.

play12:15

Next, those pages of strings are duplicated

play12:19

until we have a block 6 rows deep,

play12:22

and here we are showing 2 blocks.

play12:25

Doing some quick multiplication we find that there are

play12:28

3,840 memory cells here

play12:32

capable of storing a total of 11,520 bits.

play12:38

With each pixel in our picture requiring 24 bits,

play12:42

that means that we can store 480 pixels,

play12:46

or this much of our overall picture.

play12:48

That means you need about 25 thousand times the size of this layout

play12:54

to store the contents of this single picture.

play12:57

Aaand, here’s where we learn about the actual size of a memory chip.

play13:02

All the principles we have discussed remain the same,

play13:05

so keep those in mind, it’s just that the size is much more extensive

play13:10

than we discussed in our example.

play13:12

It’s hard to pin down exact numbers because

play13:15

manufacturers are continually improving their designs

play13:19

and they are very secretive regarding what their designs look like.

play13:23

But I’ll tell you what I know:

play13:25

the latest designs utilize not 10 layers as in the example,

play13:30

but rather somewhere around 96 to 136 layers tall.

play13:36

Here's a single sheet of paper so you can get

play13:39

a sense of the of the approximiate height

play13:41

of these stacks of memory cells.

play13:43

Now that we understand the height, lets think about the width.

play13:48

A page is around 30,000 to 60,000 adjacent memory cells wide.

play13:54

That means there are 30,000 to 60,000 bitlines

play13:57

in our information superhighway.

play14:00

Blocks are every 4 to 8 rows

play14:03

and there are around 4000 to 6000 blocks.

play14:07

Along the edges are the control gate selectors

play14:10

and the bitline selectors on the other side.

play14:13

Together, they comprise what is called a row decoder,

play14:17

and by using both sets of selectors as traffic lights,

play14:21

we're able to accesss a single page.

play14:23

To repeat this, only one page, 45 thousand or so cells wide,

play14:30

ever uses the bitline to read or write information at any given time

play14:35

All tens of thousands of bitlines

play14:38

feed down here to the page buffer

play14:40

where the information from a single

play14:42

page is written to or read from.

play14:45

Let’s transition to see what an overall chip might look like.

play14:50

Here we have the arrays of 3D memory cells,

play14:53

the row decoder and the page buffer at the bottom.

play14:57

Additional peripheral circuitry can be found here for supporting the chip.

play15:02

In order to fit more capacity, engineers copied this layout onto the other side.

play15:08

This chip can read or write at a rate of around

play15:12

500megabytes per second. That means that it can read from or write to

play15:18

around 63 blocks every single second.

play15:23

That’s incredibly fast!

play15:26

Ok, let’s add the last level of complexity.

play15:30

Engineers like to fit even more stuff

play15:33

in as small of a space as possible,

play15:35

so on top of having a massive array of memory cells

play15:39

in this insanely complex layout,

play15:41

they decided to copy this chip 8 times.

play15:45

and stack it into a single microchip.

play15:47

At the bottom, an additional interface chip is used

play15:51

to coordinate between the 8 different chips.

play15:54

And that’s it, that’s all there is in this one microchip

play15:59

that can found at the center of every

play16:01

one of your smartphones, tablets, or solid-state drives.

play16:06

This video covered a lot, and I hope you kept up.

play16:11

You can always watch this video a second time,

play16:14

and if you do watch it a second time, we added our notes and commentary

play16:19

into the English Canada subtitles.

play16:22

Turn them on by clicking the settings gear over here.

play16:26

On the contrary the notes that are placed up here

play16:29

are caveats or footnotes,

play16:32

but the notes we placed in the English Canada

play16:35

subtitles include commentary, additional information,

play16:39

and much more. Let us know what you think of them in the comments

play16:43

Also, I will be making a follow up set of episodes

play16:47

that will branch off and explain

play16:49

how each part works in detail.

play16:51

In separate episodes we'll cover specifics

play16:54

as to how the charge trap flash works,

play16:57

how the bitline and control gate selectors work,

play17:00

and how these microchips are manufactured.

play17:03

Also, take a look at our channel page

play17:06

where we cover other topics such as how touchscreens work,

play17:09

how PCBs work, or how cameras in your smartphone work.

play17:14

If you have any questions

play17:15

or want me to add more branches relating to solid state drives,

play17:19

tell us in the comments below.

play17:21

But for now, thanks for watching.

play17:23

subscribe and hit the bell to get notified

play17:26

when we post more branch episodes

play17:29

on how solid-state drives work and other topics.

play17:32

If you learned something new, share this video with others-

play17:36

Tweet it, post it to your favorite discussion board,

play17:39

or share it on social media so others can

play17:42

learn how this amazing technology works.

play17:45

Until next time, consider the conceptual simplicity

play17:49

yet structural complexity in the world around you.

Rate This

5.0 / 5 (0 votes)

Связанные теги
数据存储智能手机固态硬盘内存技术电子设备技术解析信息保存电荷陷阱VNAND科技教育
Вам нужно краткое изложение на английском?