Pipeline Architecture

Поделиться
HTML-код
  • Опубликовано: 7 янв 2025

Комментарии • 18

  • @TanginSultana-cs3iy
    @TanginSultana-cs3iy 2 месяца назад +6

    The world's best teacher, with the superpower of explaining things clearly.🥰🥰🥰🥰

  • @MasonTho
    @MasonTho 28 дней назад +1

    really helpful videos, laughed when i recognised some of the characters you put into the comparison.

  • @orangevanillasoda
    @orangevanillasoda 2 месяца назад +1

    One thing I still find confusing is the difference between multicycle and pipeline implementation. I haven't been able to find many videos on multicycle implementation in MIPS for some reason.

  • @TanginSultana-cs3iy
    @TanginSultana-cs3iy 2 месяца назад +3

    I have been eagerly waiting for your videos. If possible, could you kindly consider making them a bit sooner?

  • @zvenhamo
    @zvenhamo Месяц назад

    Please make a tutorial about Networking explaining all those stages 😢😢

    • @ComputerScienceLessons
      @ComputerScienceLessons  Месяц назад

      I have made a series about 'Computer Networks' that may help you. Search my play lists for 'computer networks'

  • @mousquetaire86
    @mousquetaire86 2 месяца назад

    Is this related to "data pipelines" and "CI/CD"?

    • @ComputerScienceLessons
      @ComputerScienceLessons  2 месяца назад +1

      Only analogously. The fast food drive through, or a factory assembly line are as much related.

  • @Lilysultana7409
    @Lilysultana7409 2 месяца назад +1

    want more videos about CPU caches

    • @ComputerScienceLessons
      @ComputerScienceLessons  2 месяца назад +1

      There's some stuff about the cache levels here ruclips.net/video/_I8CLQazom0/видео.html :)KD

  • @human4566vv
    @human4566vv 2 месяца назад

    Assembly has nothing to do with cpu
    It's an abstraction for perogrammer.
    Secondly There is always mode bit in the instruction, your CPU by no means knows how to read and understand assembly.

    • @ComputerScienceLessons
      @ComputerScienceLessons  2 месяца назад +2

      It's easier to visualise assembly code running, rather than a lot of 1s and 0s. This is pedagogically reasonable given the one to one relationship between assembly code and machine code. A detailed discussion of addressing modes in this video is however not appropriate.

  • @mousquetaire86
    @mousquetaire86 2 месяца назад

    Is this related to "data pipelines" and "CI/CD"?

    • @ComputerScienceLessons
      @ComputerScienceLessons  2 месяца назад +1

      CI/CD is an approach to managing software development. Similar to so called 'agile' or 'extreme programming' :)KD