Computer Science, asked by royalaluminiumi298, 1 year ago

Distinguish between a sequential access, a direct access

Answers

Answered by kashish764
2
"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