Computer Science, asked by seemap6105, 10 months ago

Difference b/w direct acess storage memory and sequential access storage memory

Answers

Answered by Shinchanboy03
1

Answer:

Sequential access must begin at the beginning and access each element in order, one after the other. Direct access allows the access of any element directly by locating it by its index number or address. Arrays allow direct access. Magnetic tape has only sequential access, but CDs had direct access.

Similar questions