Topic List

Click a topic to learn more.


Term of the Moment

connected


Look Up Another Term


Definition: sequential search


A search for data that compares each item in a list or each record in a file, one after the other. Contrast with direct search and indexed search.