Integrated Circuits & Moore's Law: Crash Course Computer Science #17

CrashCourse
21 Jun 201713:49

Summary

TLDRThis CrashCourse Computer Science episode explores the evolution of computing hardware, from the complexity of early machines like ENIAC to the advent of integrated circuits (ICs) by Jack Kilby and Robert Noyce. It explains how ICs, along with printed circuit boards (PCBs), revolutionized electronics, leading to Moore's Law and the exponential growth in transistor density. The episode also touches on the current challenges in miniaturization and the future of computing.

Takeaways

  • 💡 The evolution of software from machine code to object-oriented programming was enabled by advancements in hardware.
  • 📈 The growth in computing power was initially limited by the complexity of discrete components, known as the 'Tyranny of Numbers'.
  • 🔄 Transistors replaced vacuum tubes in the mid-1950s, leading to the second generation of electronic computing and addressing some of the limitations of vacuum tubes.
  • 🏗️ Integrated Circuits (ICs), introduced in the late 1950s, revolutionized computer design by integrating multiple components into a single unit.
  • 🌟 Robert Noyce is credited as the father of modern ICs, using silicon as the base material, which led to the rise of Silicon Valley.
  • 🔗 Printed Circuit Boards (PCBs) simplified the manufacturing process by allowing metal wires to be etched directly onto a board, reducing the need for manual soldering.
  • 🔬 Photolithography was a pivotal fabrication process that enabled the creation of complex circuits on a single piece of silicon, leading to higher density and performance.
  • 📉 Moore's Law, observed in 1965, predicted the doubling of transistors on a chip approximately every two years, which has largely held true for decades.
  • 🏭 The cost of ICs decreased dramatically over time, making them more accessible and leading to widespread adoption in electronics.
  • 🚀 The Intel 4004, released in 1971, was a milestone as the first microprocessor, showcasing the potential of integrated circuits in compact computing.
  • 🔍 While Moore's Law may be nearing its limits due to physical constraints, ongoing research into new materials and processes could extend the trend.

Q & A

  • What was the 'Tyranny of Numbers' in the context of early computer hardware?

    -The 'Tyranny of Numbers' referred to the increasing complexity and unwieldiness of designing and manufacturing computers with hundreds of thousands of individual components, each requiring connections and wires, as performance demands grew.

  • How did the advent of transistors impact the development of computers?

    -Transistors, which became commercially available in the mid-1950s, were smaller, faster, and more reliable than vacuum tubes. They marked the second generation of electronic computing, leading to computers that were faster and more cost-effective.

  • What was the significance of Jack Kilby's demonstration at Texas Instruments in 1958?

    -Jack Kilby demonstrated an electronic part where all components of an electronic circuit were integrated into a single unit, which was the first step towards the development of Integrated Circuits (ICs).

  • Why is Robert Noyce considered the father of modern ICs?

    -Robert Noyce, working at Fairchild Semiconductor, made ICs practical by using abundant and stable silicon instead of the rare and unstable germanium used by Jack Kilby, thus ushering in the electronics era and contributing to the rise of Silicon Valley.

  • How did the use of Printed Circuit Boards (PCBs) revolutionize computer manufacturing?

    -PCBs allowed for the mass manufacturing of boards with metal wires etched directly into them to connect components, reducing the need for manual soldering and bundling of countless wires, which made computers smaller, cheaper, and more reliable.

  • What is Photolithography and how is it used in the production of ICs?

    -Photolithography is a process that uses light to transfer complex patterns onto a material like a semiconductor. It involves several steps including applying a photoresist, using a photomask, and etching to create the desired pattern, which is fundamental in building transistors and other electronic components on a silicon wafer.

  • What is Moore's Law and how has it influenced the development of ICs?

    -Moore's Law is the observation made by Gordon Moore in 1965 that the number of transistors on a chip doubles approximately every two years. This trend has driven the continuous miniaturization and increase in performance of ICs.

  • How did the Intel 4004 CPU represent a significant milestone in computing?

    -The Intel 4004, released in 1971, was the first microprocessor to be shipped as an IC, containing 2,300 transistors. It symbolized the shift to the third generation of computing, where entire CPUs could be integrated into a single chip.

  • What are the two main challenges facing further miniaturization of transistors?

    -The two main challenges are the physical limits of how fine features can be made on a photomask due to the wavelengths of light used in photolithography, and quantum tunneling, where electrons can jump the gap between electrodes when transistors are made extremely small.

  • How has the development of VLSI software impacted the design of ICs?

    -VLSI (Very-Large-Scale Integration) software has automated the process of chip design, using techniques like logic synthesis to efficiently lay out high-level components, which has been crucial as the complexity of ICs has grown exponentially.

Outlines

00:00

💻 The Evolution of Computing Hardware

This segment of the video script delves into the history and evolution of computer hardware. It starts by highlighting the transition from early programming efforts to modern software engineering practices, emphasizing the role of hardware improvements in this growth. The discussion then takes a trip back to the birth of electronic computing, detailing the shift from discrete components to integrated circuits. The ENIAC's construction with thousands of vacuum tubes and the advent of transistors are mentioned, illustrating the move towards smaller, faster, and more reliable components. The segment also covers the development of printed circuit boards and the significance of Jack Kilby's and Robert Noyce's work in creating integrated circuits, which paved the way for Silicon Valley and the modern electronics era.

05:00

🔬 The Process of Photolithography in IC Fabrication

Paragraph 2 focuses on the intricate process of photolithography, which revolutionized the manufacturing of integrated circuits (ICs). It describes the steps involved in creating an IC, starting from a silicon wafer and adding protective oxide layers. The script explains how photoresist is applied and selectively removed using a photomask and light exposure, allowing for the precise etching of the oxide layer to form transistors. The importance of doping to alter the silicon's electrical properties is also covered. The segment further details the multiple rounds of photolithography required to build a transistor and the subsequent steps to create metal channels for wiring. It concludes with a look at how ICs have evolved over time, with Moore's Law highlighting the trend of increasing transistor density and the subsequent benefits in terms of speed, power consumption, and cost.

10:00

🚀 The Impact of Integrated Circuits on Modern Computing

The final paragraph of the script discusses the impact of integrated circuits on the computing industry, marking the transition to the third generation of computing. It marvels at the integration levels achieved, exemplified by the Intel 4004 microprocessor. The script outlines the exponential growth in CPU transistor counts over the decades, leading to the development of increasingly powerful and compact processors. It touches on the advancements in photolithography that have enabled these improvements, as well as the challenges faced in further miniaturization due to the limitations of light wavelengths and quantum tunneling. The segment also mentions the role of VLSI software in automating chip design and the potential future of transistor technology, hinting at ongoing research into even smaller, 1-nanometer transistors.

Mindmap

Keywords

💡Discrete Components

Discrete components refer to individual electronic parts such as vacuum tubes, resistors, and capacitors that were used in early computers. These components were physically large and required extensive wiring to connect them, leading to the 'Tyranny of Numbers' problem. In the script, ENIAC is highlighted as an example of a computer built from discrete components, with over 17,000 vacuum tubes and millions of soldered connections.

💡Transistors

Transistors are semiconductor devices that replaced vacuum tubes as a key component in computers due to their smaller size, higher speed, and reliability. They are the building blocks of modern electronics. The script mentions that by the mid-1950s, transistors were being incorporated into computers, marking the second generation of electronic computing.

💡Integrated Circuits (ICs)

Integrated Circuits, or ICs, are microelectronic devices that integrate many components onto a single chip of semiconductor material. They revolutionized electronics by reducing the complexity and size of computers. The script explains that ICs were first demonstrated by Jack Kilby in 1958 and made practical by Robert Noyce in 1959, leading to the electronics era and the rise of Silicon Valley.

💡Printed Circuit Boards (PCBs)

Printed Circuit Boards, or PCBs, are used to mechanically support and electrically connect electronic components using conductive pathways etched from copper sheets laminated onto a non-conductive substrate. The script describes how PCBs, combined with ICs, allowed for the creation of complex circuits with fewer individual components and wires, resulting in smaller, cheaper, and more reliable computers.

💡Photolithography

Photolithography is a process used in semiconductor manufacturing to transfer patterns from a photomask to a light-sensitive chemical photoresist on a silicon wafer. It is fundamental to creating the tiny features on ICs. The script provides an extensive example of how photolithography is used to create transistors and other electronic components on a silicon wafer.

💡Doping

Doping is a process in semiconductor manufacturing where impurities are intentionally introduced into a semiconductor material to modify its electrical properties. The script mentions that doping is done with high-temperature gases like phosphorus to alter the silicon's ability to conduct electricity, which is crucial for creating transistors.

💡Moore's Law

Moore's Law is the observation that the number of transistors on a microchip doubles approximately every two years, leading to performance improvements and cost reductions. The script discusses how this trend, observed by Gordon Moore in 1965, has driven the exponential growth in computing power and the decrease in cost of ICs over the decades.

💡Microprocessor

A microprocessor is a single IC that contains most or all of the components of a computer's central processing unit (CPU). The script highlights the Intel 4004 as the first microprocessor, released in 1971, which contained 2,300 transistors and marked the beginning of the third generation of computing.

💡Very-Large-Scale Integration (VLSI)

Very-Large-Scale Integration, or VLSI, refers to the design and fabrication of ICs that contain a very large number of transistors. VLSI software automates the design process, allowing for complex chips to be created. The script notes that VLSI software was a key development in the 1970s, contributing to the fourth generation of computers.

💡Quantum Tunneling

Quantum tunneling is a quantum mechanical phenomenon where particles can pass through potential barriers, even if they do not have enough energy to overcome them classically. The script discusses how quantum tunneling can cause electrons to jump the gap between electrodes in very small transistors, leading to leakage currents and challenges for further miniaturization.

Highlights

The evolution of software complexity from machine code to object-oriented programming was enabled by hardware improvements.

Early computers like ENIAC used thousands of vacuum tubes and required millions of soldered connections.

The transition from vacuum tubes to transistors in the 1950s marked the second generation of electronic computing.

IBM's 7090, a transistorized computer, was six times faster and half the cost of its vacuum-tube-based predecessor.

The 'Tyranny of Numbers' problem highlighted the need for a new level of abstraction in computer design.

Jack Kilby's demonstration of an integrated circuit at Texas Instruments in 1958 was a breakthrough in electronics.

Robert Noyce's use of silicon made integrated circuits more practical and reliable, earning him the title 'father of modern ICs'.

Integrated Circuits (ICs) allowed for the miniaturization and increased reliability of computer components.

Printed Circuit Boards (PCBs) revolutionized manufacturing by allowing for the mass production of interconnected components.

Photolithography enabled the creation of complex circuits by using light to transfer patterns onto semiconductors.

The Intel 4004, released in 1971, was the first microprocessor and a significant milestone in computing.

Moore's Law, observed in 1965, predicted the doubling of transistors in ICs every two years, a trend that held for decades.

The cost of ICs dramatically decreased from $50 in 1962 to around $2 in 1968, making technology more accessible.

Smaller transistors led to faster switching speeds, less power consumption, and higher clock speeds in CPUs.

Intel, founded by Robert Noyce and Gordon Moore, became the largest chip maker, leading the microprocessor revolution.

Modern CPUs like the A10 in the iPhone 7 contain billions of transistors, showcasing the exponential growth in IC density.

VLSI software has automated chip design, marking the beginning of the fourth generation of computers.

The end of Moore's Law is predicted due to physical limits in photolithography and quantum tunneling effects.

Despite challenges, researchers are exploring solutions like smaller light wavelengths and 1-nanometer transistors.

Transcripts

play00:03

This episode is brought to you by Curiosity Stream.

play00:06

Hi, I’m Carrie Anne, and welcome to CrashCourse Computer Science!

play00:09

Over the past six episodes, we delved into software, from early programming efforts to

play00:13

modern software engineering practices.

play00:15

Within about 50 years, software grew in complexity from machine code punched by hand onto paper

play00:19

tape, to object oriented programming languages, compiled in integrated development environments.

play00:25

But this growth in sophistication would not have been possible without improvements in hardware.

play00:29

INTRO

play00:38

To appreciate computing hardware’s explosive growth in power and sophistication, we need

play00:42

to go back to the birth of electronic computing.

play00:45

From roughly the 1940’s through the mid-1960s, every computer was built from individual parts,

play00:51

called discrete components, which were all wired together.

play00:54

For example, the ENIAC, consisted of more than 17,000 vacuum tubes, 70,000 resistors,

play00:59

10,000 capacitors, and 7,000 diodes, all of which required 5 million hand-soldered connections.

play01:05

Adding more components to increase performance meant more connections, more wires, and just

play01:10

more complexity, what was dubbed the Tyranny of Numbers.

play01:13

By the mid 1950s, transistors were becoming commercially available and being incorporated

play01:17

into computers.

play01:18

These were much smaller, faster and more reliable than vacuum tubes, but each transistor was

play01:23

still one discrete component.

play01:25

In 1959, IBM upgraded their vacuum-tube-based “709” computers to transistors by replacing

play01:31

all the discrete vacuum tubes with discrete transistors.

play01:34

The new machine, the IBM 7090, was six times faster and half the cost.

play01:40

These transistorized computers marked the second generation of electronic computing.

play01:44

However, although faster and smaller, discrete transistors didn’t solve the Tyranny of

play01:48

Numbers.

play01:49

It was getting unwieldy to design, let alone physically manufacture computers with hundreds

play01:52

of thousands of individual components.

play01:54

By the the 1960s, this was reaching a breaking point.

play01:57

The insides of computers were often just huge tangles of wires.

play02:00

Just look at what the inside of a PDP-8 from 1965 looked like!

play02:04

The answer was to bump up a new level of abstraction, and package up underlying complexity!

play02:08

The breakthrough came in 1958, when Jack Kilby, working at Texas Instruments, demonstrated

play02:13

such an electronic part, “wherein all the components of the electronic circuit are completely

play02:18

integrated."

play02:19

Put simply: instead of building computer parts out of many discrete components and wiring

play02:24

them all together, you put many components together, inside of a new, single component.

play02:28

These are called Integrated Circuits, or ICs.

play02:31

A few months later in 1959, Fairchild Semiconductor, lead by Robert Noyce, made ICs practical.

play02:37

Kilby built his ICs out of germanium, a rare and unstable material.

play02:41

But, Fairchild used the abundant silicon, which makes up about a quarter of the earth's crust!

play02:45

It’s also more stable, therefore more reliable.

play02:47

For this reason, Noyce is widely regarded as the father of modern ICs, ushering in the

play02:52

electronics era... and also Silicon Valley, where Fairchild was based and where many other

play02:56

semiconductor companies would soon pop up.

play02:59

In the early days, an IC might only contain a simple circuit with just a few transistors,

play03:03

like this early Westinghouse example.

play03:05

But even this allowed simple circuits, like the logic gates from Episode 3, to be packaged

play03:09

up into a single component.

play03:10

ICs are sort of like lego for computer engineers “building blocks” that can be arranged

play03:14

into an infinite array of possible designs.

play03:16

However, they still have to be wired together at some point to create even bigger and more

play03:20

complex circuits, like a whole computer.

play03:22

For this, engineers had another innovation: printed circuit boards, or PCBs.

play03:26

Instead of soldering and bundling up bazillions of wires, PCBs, which could be mass manufactured,

play03:32

have all the metal wires etched right into them* to connect components together.

play03:36

By using PCBs and ICs together, one could achieve exactly the same functional circuit

play03:40

as that made from discrete components, but with far fewer individual components and tangled

play03:45

wires.

play03:46

Plus, it’s smaller, cheaper and more reliable.

play03:48

Triple win!

play03:49

Many early ICs were manufactured using teeny tiny discrete components packaged up as a

play03:53

single unit, like this IBM example from 1964.

play03:56

However, even when using really really itty-bitty components, it was hard to get much more than

play04:02

around five transistors onto a single IC.

play04:04

To achieve more complex designs, a radically different fabrication process was needed that

play04:08

changed everything: Photolithography!

play04:11

In short, it’s a way to use light to transfer complex patterns to a material, like a semiconductor.

play04:16

It only has a few basic operations, but these can be used to create incredibly complex circuits.

play04:21

Let’s walk through a simple, although extensive example, to make one of these!

play04:26

We start with a slice of silicon, which, like a thin cookie, is called a wafer.

play04:30

Delicious!

play04:31

Silicon, as we discussed briefly in episode 2, is special because it’s a semiconductor,

play04:35

that is, a material that can sometimes conduct electricity and other times does not.

play04:39

We can control where and when this happens, making Silicon the perfect raw material for

play04:43

making transistors.

play04:44

We can also use a wafer as a base to lay down complex metal circuits, so everything is integrated,

play04:50

perfect for... integrated circuits!

play04:52

The next step is to add a thin oxide layer on top of the silicon, which acts as a protective

play04:57

coating.

play04:58

Then, we apply a special chemical called a photoresist.

play05:00

When exposed to light, the chemical changes, and becomes soluble, so it can be washed away

play05:04

with a different special chemical.

play05:06

Photoresists aren’t very useful by themselves, but are super powerful when used in conjunction

play05:10

with a photomask.

play05:11

This is just like a piece of photographic film, but instead of a photo of a hamster

play05:14

eating a tiny burrito, it contains a pattern to be transferred onto the wafer.

play05:18

We do this by putting a photomask over the wafer, and turning on a powerful light.

play05:22

Where the mask blocks the light, the photoresist is unchanged.

play05:25

But where the light does hit the photoresist it changes chemically which lets us wash away

play05:29

only the photoresist that was exposed to light, selectively revealing areas of our oxide layer.

play05:34

Now, by using another special chemical, often an acid, we can remove any exposed oxide,

play05:39

and etch a little hole the entire way down to the raw silicon.

play05:42

Note that the oxide layer under the photoresist is protected.

play05:45

To clean up, we use yet another special chemical that washes away any remaining photoresist.

play05:50

Yep, there are a lot of special chemicals in photolithography, each with a very specific

play05:55

function!

play05:56

So now we can see the silicon again, we want to modify only the exposed areas to better

play05:59

conduct electricity.

play06:00

To do that, we need to change it chemically through a process called: doping.

play06:04

I’m not even going to make a joke.

play06:06

Let’s move on.

play06:07

Most often this is done with a high temperature gas, something like Phosphorus, which penetrates

play06:11

into the exposed area of silicon.

play06:12

This alters its electrical properties.

play06:14

We’re not going to wade into the physics and chemistry of semiconductors, but if you’re

play06:18

interested, there’s a link in the description to an excellent video by our friend Derek

play06:21

Muller from Veritasium.

play06:22

But, we still need a few more rounds of photolithography to build a transistor.

play06:26

The process essentially starts again, first by building up a fresh oxide layer ...which

play06:31

we coat in photoresist.

play06:32

Now, we use a photomask with a new and different pattern, allowing us to open a small window

play06:37

above the doped area.

play06:38

Once again, we wash away remaining photoresist.

play06:41

Now we dope, and avoid telling a hilarious joke, again, but with a different gas that

play06:45

converts part of the silicon into yet a different form.

play06:48

Timing is super important in photolithography in order to control things like doping diffusion

play06:52

and etch depth.

play06:53

In this case, we only want to dope a little region nested inside the other.

play06:57

Now we have all the pieces we need to create our transistor!

play07:00

The final step is to make channels in the oxide layer so that we can run little metal

play07:03

wires to different parts of our transistor.

play07:06

Once more, we apply a photoresist, and use a new photomask to etch little channels.

play07:11

Now, we use a new process, called metalization, that allows us to deposit a thin layer of

play07:15

metal, like aluminium or copper.

play07:17

But we don’t want to cover everything in metal.

play07:19

We want to etch a very specific circuit design.

play07:21

So, very similar to before, we apply a photoresist, use a photomask, dissolve the exposed resist,

play07:27

and use a chemical to remove any exposed metal.

play07:30

Whew!

play07:31

Our transistor is finally complete!

play07:32

It has three little wires that connect to three different parts of the silicon, each

play07:36

doped a particular way to create, in this example, what’s called a bipolar junction transistor.

play07:42

Here’s the actual patent from 1962, an invention that changed our world forever!

play07:46

Using similar steps, photolithography can create other useful electronic elements, like

play07:50

resistors and capacitors, all on a single piece of silicon (plus all the wires needed

play07:54

to hook them up into circuits).

play07:56

Goodbye discrete components!

play07:58

In our example, we made one transistor, but in the real world, photomasks lay down millions

play08:02

of little details all at once.

play08:03

Here is what an IC might look like from above, with wires crisscrossing above and below each

play08:08

other, interconnecting all the individual elements together into complex circuits.

play08:12

Although we could create a photomask for an entire wafer, we can take advantage of the

play08:16

fact that light can be focused and projected to any size we want.

play08:19

In the same way that a film can be projected to fill an entire movie screen, we can focus

play08:23

a photomask onto a very small patch of silicon, creating incredibly fine details.

play08:28

A single silicon wafer is generally used to create dozens of ICs.

play08:31

Then, once you’ve got a whole wafer full, you cut them up and package them into microchips,

play08:35

those little black rectangles you see in electronics all the time.

play08:38

Just remember: at the heart of each of those chips is one of these small pieces of silicon.

play08:42

As photolithography techniques improved, the size of transistors shrunk, allowing for greater

play08:46

densities.

play08:47

At the start of the 1960s, an IC rarely contained more than 5 transistors, they just couldn’t

play08:52

possibly fit.

play08:53

But, by the mid 1960s, we were starting to see ICs with over 100 transistors on the market.

play08:59

In 1965, Gordon Moore could see the trend: that approximately every two years, thanks

play09:03

to advances in materials and manufacturing, you could fit twice the number of transistors

play09:07

into the same amount of space.

play09:09

This is called Moore’s Law.

play09:10

The term is a bit of a misnomer though.

play09:12

It’s not really a law at all, more of a trend.

play09:14

But it’s a good one.

play09:15

IC prices also fell dramatically, from an average of $50 in 1962 to around $2 in 1968.

play09:21

Today, you can buy ICs for cents.

play09:24

Smaller transistors and higher densities had other benefits too.

play09:27

The smaller the transistor, the less charge you have to move around, allowing it to switch

play09:32

states faster and consume less power.

play09:33

Plus, more compact circuits meant less delay in signals resulting in faster clock speeds.

play09:38

In 1968, Robert Noyce and Gordon Moore teamed up and founded a new company, combining the

play09:42

words Integrated and Electronics...

play09:45

Intel... the largest chip maker today.

play09:47

The Intel 4004 CPU, from Episodes 7 and 8, was a major milestone.

play09:52

Released in 1971, it was the first processor that shipped as an IC, what’s called a microprocessor,

play09:58

because it was so beautifully small!

play10:00

It contained 2,300 transistors.

play10:02

People marveled at the level of integration, an entire CPU in one chip, which just two

play10:07

decades earlier would have filled an entire room using discrete components.

play10:11

This era of integrated circuits, especially microprocessors, ushered in the third generation

play10:16

of computing.

play10:17

And the Intel 4004 was just the start.

play10:20

CPU transistor count exploded!

play10:22

By 1980, CPUs contained 30 thousand transistors.

play10:26

By 1990, CPUs breached the 1 million transistor count.

play10:30

By 2000, 30 million transistors, and by 2010,

play10:34

ONE. BILLION. TRANSISTORS. IN ONE. IC. OMG!

play10:39

To achieve this density, the finest resolution possible with photolithography has improved

play10:44

from roughly 10 thousand nanometers, that’s about 1/10th the thickness of a human hair,

play10:48

to around 14 nanometers today.

play10:50

That’s over 400 times smaller than a red blood cell!

play10:53

And of course, CPU’s weren’t the only components to benefit.

play10:56

Most electronics advanced essentially exponentially: RAM, graphics cards, solid state hard drives,

play11:01

camera sensors, you name it.

play11:03

Today’s processors, like the A10 CPU inside Of an iPhone 7, contains a mind melting 3.3 BILLION

play11:09

transistors in an IC roughly 1cm by 1cm.

play11:12

That’s smaller than a postage stamp!

play11:14

And modern engineers aren’t laying out these designs by hand, one transistor at a time

play11:18

- it’s not humanly possible.

play11:19

Starting in the 1970’s, very-large-scale integration, or VLSI software, has been used

play11:25

to automatically generate chip designs instead.

play11:27

Using techniques like logic synthesis, where whole, high-level components can be laid down,

play11:31

like a memory cache, the software generates the circuit in the most efficient way possible.

play11:36

Many consider this to be the start of fourth generation computers.

play11:39

Unfortunately, experts have been predicting the end of Moore’s Law for decades, and

play11:42

we might finally be getting close to it.

play11:44

There are two significant issues holding us back from further miniaturization.

play11:48

First, we’re bumping into limits on how fine we can make features on a photomask and

play11:52

it’s resultant wafer due to the wavelengths of light used in photolithography.

play11:56

In response, scientists have been developing light sources with smaller and smaller wavelengths

play12:00

that can project smaller and smaller features.

play12:02

The second issue is that when transistors get really really small, where electrodes

play12:06

might be separated by only a few dozen atoms, electrons can jump the gap, a phenomenon called

play12:11

quantum tunneling.

play12:12

If transistors leak current, they don’t make very good switches.

play12:15

Nonetheless, scientists and engineers are hard at work figuring out ways around these problems.

play12:19

Transistors as small as 1 nanometer have been demonstrated in research labs.

play12:23

Whether this will ever be commercially feasible remains MASKED in mystery.

play12:27

But maybe we’ll be able to RESOLVE it in the future.

play12:29

I’m DIEING to know.

play12:31

See you next week.

play12:32

Hey guys, this week’s episode was brought to you by CuriosityStream

play12:36

which is a streaming service full of documentaries and non­fiction titles from

play12:39

some really great filmmakers, including exclusive originals.

play12:43

Like a short documentary called “Birth of The Internet”

play12:46

that tells the story of the first ever Internet message transferred in 1969 between UCLA and Stanford University.

play12:52

This was a pivotal moment in computing history,

play12:55

but unlike Samuel Morse’s first telegraph or Neil Armstrong’s famous words on the moon

play12:59

the first message wasn’t quite so...ambitious.

play13:02

Anyway, get unlimited access today, and your first two months are free

play13:05

if you sign up at curiositystream.com/crashcourse

play13:09

and use the promo code "crashcourse" during the sign-up process.

Rate This

5.0 / 5 (0 votes)

関連タグ
Computer ScienceHardware EvolutionTransistorsIntegrated CircuitsMoore's LawElectronics HistorySilicon ValleyPhotolithographyMicroprocessorsTech Innovation
英語で要約が必要ですか?