You are the man. This is how you show an easy example
@ajay_88083 жыл бұрын
I'll never gonna forget this easy explanation till my last breath. 😀 Thx 😊😻👍😼
@fayasmhmd96636 жыл бұрын
So easy to come the point after the explanation
@enhancedsewerwater63263 жыл бұрын
Great demonstration
@dunayqudretli33824 жыл бұрын
this is so easy explanation, thanks man
@Justanoobcoder3 жыл бұрын
what are the advantages of Sequential Access? Why use it when Direct Access is faster?
@williamhogrider41368 ай бұрын
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 .
@JunaidKhan-cs9yj5 ай бұрын
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.
@devauniowilliams22076 жыл бұрын
thank you very helpful
@alphasus82175 жыл бұрын
OMG!U ARE INSANE KEEEP UP THE GOOD WORK!
@SOrionOgun4 жыл бұрын
This it such a excellent example!!!😀
@Justin-yk1jk4 жыл бұрын
Ni Hao, can you explain the difference between direct access and random access?
@henryhachihung4 жыл бұрын
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-dx9ib7 жыл бұрын
Great example
@ark460007 жыл бұрын
thx man helped alot
@sundrybug24987 жыл бұрын
Amazing video
@ИсломАбдуганиев-о2п7 жыл бұрын
The best one!
@AhmedshaikKiller6 жыл бұрын
Super it helps mee
@CylenxswizinSim3 жыл бұрын
Great video thanks alot!!
@henryhachihung3 жыл бұрын
Glad you liked it!
@alberoDiSpazio7 жыл бұрын
Ni Hao. Can you explain why we call memory Random Access and not Direct Access Memory.
@henryhachihung7 жыл бұрын
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
@faizanafridi96825 жыл бұрын
@@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
@henryhachihung5 жыл бұрын
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.