Sequential Access vs Direct Access (Tennis ball analogy)

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • This video is about Sequential Access vs Direct Access (Tennis ball analogy)

ความคิดเห็น • 30

  • @bunju8990
    @bunju8990 6 ปีที่แล้ว +13

    You are the man. This is how you show an easy example

  • @Justanoobcoder
    @Justanoobcoder 3 ปีที่แล้ว +2

    what are the advantages of Sequential Access? Why use it when Direct Access is faster?

    • @williamhogrider4136
      @williamhogrider4136 4 หลายเดือนก่อน

      I heard sequential access is used in old devices such as video CDs and are cheap in cost and direct access is used in many devices today like magnetic disks such as hard drives which are expensive .

  • @ajay_8808
    @ajay_8808 2 ปีที่แล้ว +2

    I'll never gonna forget this easy explanation till my last breath.
    😀
    Thx 😊😻👍😼

  • @fayasmhmd9663
    @fayasmhmd9663 6 ปีที่แล้ว +3

    So easy to come the point after the explanation

  • @JunaidKhan-cs9yj
    @JunaidKhan-cs9yj หลายเดือนก่อน

    you've explained sequential vs random access. the later one you've explained is random access not direct access.
    in direct access you've blocks of memories where there are multiple of memory locations in each block. you can randomly access any of the block but you can not access the memory locations randomly in direct access.
    Kindly recheck.

  • @nandulanimnod8922
    @nandulanimnod8922 2 ปีที่แล้ว +1

    Thanks ✌️

  • @devauniowilliams2207
    @devauniowilliams2207 6 ปีที่แล้ว +2

    thank you very helpful

  • @dunayqudretli3382
    @dunayqudretli3382 4 ปีที่แล้ว +2

    this is so easy explanation, thanks man

  • @pantaunoki1878
    @pantaunoki1878 4 ปีที่แล้ว +1

    thank you very helpful

  • @ark46000
    @ark46000 7 ปีที่แล้ว +2

    thx man helped alot

  • @alphasus8217
    @alphasus8217 4 ปีที่แล้ว +1

    OMG!U ARE INSANE KEEEP UP THE GOOD WORK!

  • @SOrionOgun
    @SOrionOgun 4 ปีที่แล้ว

    This it such a excellent example!!!😀

  • @enhancedsewerwater6326
    @enhancedsewerwater6326 3 ปีที่แล้ว

    Great demonstration

  • @sundrybug2498
    @sundrybug2498 6 ปีที่แล้ว

    Amazing video

  • @AhmedshaikKiller
    @AhmedshaikKiller 6 ปีที่แล้ว

    Super it helps mee

  • @Justin-yk1jk
    @Justin-yk1jk 4 ปีที่แล้ว

    Ni Hao, can you explain the difference between direct access and random access?

    • @henryhachihung
      @henryhachihung  4 ปีที่แล้ว

      Their major difference is in the mode of data access. This results in their difference in data access time: sequential access is slow while random access is fast.

  • @HeenaShaikh-dx9ib
    @HeenaShaikh-dx9ib 7 ปีที่แล้ว

    Great example

  • @ИсломАбдуганиев-о2п
    @ИсломАбдуганиев-о2п 6 ปีที่แล้ว

    The best one!

  • @skyleonidas9270
    @skyleonidas9270 6 ปีที่แล้ว

    If a chinese accent explains I undertaan

  • @swizinSims
    @swizinSims 3 ปีที่แล้ว

    Great video thanks alot!!

  • @alberoDiSpazio
    @alberoDiSpazio 6 ปีที่แล้ว

    Ni Hao. Can you explain why we call memory Random Access and not Direct Access Memory.

    • @henryhachihung
      @henryhachihung  6 ปีที่แล้ว +1

      I wonder the two terms random access and direct access are quite the same, but for random access, usually we mean the time spent to access any part of the memory with the same amount of time, hence the name random

    • @faizanafridi9682
      @faizanafridi9682 5 ปีที่แล้ว +2

      @@henryhachihung difference is in direct access there are blocks and within the blocks there are many locations so time to select the block is random but within the block each location is selected through sequential access. i think your 2nd example is of random access or direct access having each block contains only one loaction. BTW thanks for your great explanation

    • @henryhachihung
      @henryhachihung  5 ปีที่แล้ว +1

      Faizan Afridi Yes you are right. As far as I know, what’s happening inside a actual RAM module is that the data are randomly stored in the memory slots, not in any particular order, such that when access the data again, the time needed is always the same. But still have to check this out.

    • @faizanafridi9682
      @faizanafridi9682 5 ปีที่แล้ว

      @@henryhachihung 感谢你