answersLogoWhite

0

Randomly

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is it true or false that a dynamically linked list can be accessed both sequentially and randomly?

No. Linked lists require traversal, and are therefore accessed sequentially. For random access you need an array. An array of pointers to the data in your list would do, but you will incur an overhead in creating the array on top of the list.


Does a hard drive run better randomly or sequentially?

sequentially


Does a drive perform better if it reads data randomly or sequentially?

Sequentially


Which linked list can be randomly accessed by given locations?

In a word, none. Linked lists are sequential and must be traversed sequentially. For random access you need an array, but you lose the efficiency of a list when it comes to insertion/deletion.


Does a Hard Drive read data faster randomly or sequentially?

Assuming no fragmentation, a hard drive reads data faster sequentially.


What is an example of a sequentially accessed medium?

A cassette tape is an example of a sequentially accessed medium. Data on a cassette tape is stored linearly, requiring the tape to be fast-forwarded or rewound to access specific data points.


Does a Nintendo ds have a slot where it can go into a usb slot?

No, it doesn't. It has nothing that could be accessed by USB anyway.


What are sequential access files?

The file(s) (data) which are accessed in a sequential or a orderly manner is called as a sequentially accessing a file.


What are the uses of a magnetic tape?

Magenetic tape drives are obsolete. They were used to record data on the magnetic tapes.The data was accessed sequentially.


What are the uses of a magnetic tape drive?

Magenetic tape drives are obsolete. They were used to record data on the magnetic tapes.The data was accessed sequentially.


Give an example of an application in which data in a file should be accessed in the Sequentially?

An example of an application where data in a file should be accessed sequentially is a log file reader. Log files, often used for tracking system events or user activities, are typically structured in a time-ordered format. Accessing the data sequentially allows for efficient processing and analysis of events as they occurred over time, ensuring that the context of each entry is preserved and making it easier to identify patterns or issues.


What is a type of computer memory that can be accessed randomly?

Of Course. RAM= Random Access Memory, so yes, you CAN randomly access your RAM... And you Probably ARE RIGHT NOW!