5. OCR A Level (H046-H466) SLR1 - 1.1 Von Neumann and Harvard

00:03:13
https://www.youtube.com/watch?v=gVOtmMS17tI

概要

TLDRThe video discusses three central processor architectures: Von Neumann, Harvard, and contemporary architectures. The Von Neumann architecture uses a single memory for both instructions and data, with a linear fetch-decode-execute cycle managed by a control unit. In contrast, Harvard architecture separates memory for instructions and data, allowing simultaneous processing, commonly employed in RISC processors. Modern architectures, termed contemporary, include technologies like SIMD (Single Instruction, Multiple Data) for parallel processing in graphic processors and MIMD (Multiple Instruction, Multiple Data) where multiple instructions process multiple data simultaneously across several cores. The video also touches on distributed computing, where several computers tackle parts of a broader issue, exemplified by NASA's SETI@home project. Viewers are encouraged to explore other processor-building methods beyond these established architectures.

収穫

  • 🔄 Von Neumann architecture uses shared memory for instructions and data.
  • 🔀 Harvard architecture separates instruction and data memory for parallel operations.
  • 🖥️ Contemporary architectures encompass modern adaptations like SIMD and MIMD.
  • 🎮 SIMD is used for parallel processing in graphic processors.
  • 🧩 MIMD allows multiple instructions on multiple data across different cores.
  • 🌐 Distributed computing involves networked computers solving shared problems.
  • 🛰️ SETI@home is an example of distributed computing on a large scale.
  • 📈 Understanding differences in architectures is key for modern processing questions.

タイムライン

  • 00:00:00 - 00:03:13

    The video discusses the Von Neumann, Harvard, and contemporary processor architectures. In the Von Neumann architecture, instructions and data share the same memory space, enabling a linear execution cycle with fast access provided by registers. In contrast, the Harvard architecture separates instructions and data into distinct memory units with dedicated buses, allowing simultaneous read/write operations. This is typical of RISC processors. Both architectures are foundational and date back to the 1940s. The video also covers more modern architectures collectively termed as contemporary architectures. Specific examples include SIMD and MIMD, which employ parallel processing techniques, and distributed computing, where multiple computers collaborate on a shared problem. The video encourages viewers to consider alternative processor design approaches.

マインドマップ

ビデオQ&A

  • What is the Von Neumann architecture?

    It is a processor architecture where shared memory space is used for both instructions and data, stored in the same format, using a single control unit for executing instructions sequentially.

  • How does the Harvard architecture differ from Von Neumann?

    Harvard architecture stores instructions and data in separate memory units, each with a dedicated bus, allowing simultaneous instruction fetching and data reading/writing.

  • What are contemporary architectures?

    Contemporary architectures refer to modern machine architectures that differ from traditional models and include examples like SIMD and MIMD for parallel processing.

  • What is SIMD?

    SIMD stands for Single Instruction, Multiple Data, a form of parallel processing where one instruction is executed on multiple data items simultaneously, often used by graphic processors.

  • What is MIMD?

    MIMD stands for Multiple Instruction, Multiple Data, where multiple instructions are executed on multiple data items across several cores.

  • What is distributed computing?

    Distributed computing involves multiple separate computers working on a shared network, each handling a part of a larger problem, and can be scaled over the internet.

  • What is an example of distributed computing?

    An example is the SETI@home initiative by NASA, which allowed individuals to contribute processor capacity over the internet to solve a shared problem.

  • Are you responsible for building processors?

    No, the video provides information on different architectures and poses questions on expanding processor design knowledge.

ビデオをもっと見る

AIを活用したYouTubeの無料動画要約に即アクセス!
字幕
en
オートスクロール:
  • 00:00:00
    in this video we discuss the von neumann
  • 00:00:02
    harvard
  • 00:00:03
    and contemporary processor architectures
  • 00:00:08
    [Music]
  • 00:00:12
    in the classic von neumann architecture
  • 00:00:14
    shared memory space is used for
  • 00:00:16
    both the instructions and the data
  • 00:00:20
    this means that instructions and data
  • 00:00:22
    are stored in the same format
  • 00:00:23
    a single control unit or processor
  • 00:00:26
    follows a linear fetch to code execute
  • 00:00:29
    cycle
  • 00:00:29
    one instruction at a time we use
  • 00:00:32
    registers in this architecture
  • 00:00:34
    for fast access to instructions and data
  • 00:00:40
    this differs from a harvard architecture
  • 00:00:42
    where instructions and data
  • 00:00:44
    are stored in totally separate memory
  • 00:00:46
    units
  • 00:00:47
    each has its own dedicated bus reading
  • 00:00:50
    and writing data can be done at the same
  • 00:00:52
    time
  • 00:00:53
    as fetching and instruction this
  • 00:00:55
    typically tends to be used
  • 00:00:57
    by risk processors which we look at in a
  • 00:00:59
    later video
  • 00:01:04
    so both on newman and harvard are
  • 00:01:06
    examples of much
  • 00:01:07
    older computer architectures having
  • 00:01:09
    originated in the 1940s
  • 00:01:12
    these two are both listed in the spec so
  • 00:01:14
    it's important to understand the
  • 00:01:15
    differences
  • 00:01:18
    more modern machine architectures are
  • 00:01:21
    simply known collectively
  • 00:01:22
    as contemporary architectures
  • 00:01:27
    while you're not going to be asked about
  • 00:01:29
    specific aspects of some contemporary
  • 00:01:32
    architectures
  • 00:01:33
    and less explicitly named in the
  • 00:01:34
    specification you could be asked more
  • 00:01:37
    open questions about how modern
  • 00:01:40
    contemporary architectures differ
  • 00:01:42
    from a pure von neumann architecture
  • 00:01:46
    one such example is simd now
  • 00:01:50
    this is a form of parallel processing
  • 00:01:52
    where the processor
  • 00:01:54
    carries out a single instruction on
  • 00:01:56
    multiple data items at the same time
  • 00:01:59
    this is often used by graphic processors
  • 00:02:04
    another example is mimd this is where
  • 00:02:08
    multiple instructions are carried out on
  • 00:02:11
    multiple data items
  • 00:02:12
    across several different cores
  • 00:02:18
    you might like to also consider the idea
  • 00:02:21
    of distributed computing
  • 00:02:22
    now this is where multiple separate
  • 00:02:25
    computers
  • 00:02:26
    work on a shared network each taking on
  • 00:02:29
    part
  • 00:02:30
    of a bigger problem now this can even be
  • 00:02:32
    done on a much grander scale over the
  • 00:02:34
    internet for example the old seti at
  • 00:02:37
    home initiative by nasa
  • 00:02:39
    allowed people to give up part of their
  • 00:02:41
    processor capacity over the internet
  • 00:02:44
    to work on a shared problem
  • 00:02:48
    having watched this video you should be
  • 00:02:50
    able to answer the following key
  • 00:02:51
    question
  • 00:02:52
    are there other ways to build a
  • 00:02:58
    [Music]
  • 00:03:02
    processor
  • 00:03:12
    you
タグ
  • processor architectures
  • Von Neumann
  • Harvard
  • contemporary architectures
  • parallel processing
  • SIMD
  • MIMD
  • distributed computing