A sequential search

a. Starts with the first element of an array and searches each element until the correct one is found.
b. Starts with the last element of an array and searches upward until the correct one is found.
c. Starts with the middle element of an array and searches each direction until the correct one is found.
d. Does not have to have the array in order.

a. Starts with the first element of an array and searches each element until the correct one is found.

Computer Science & Information Technology

You might also like to view...

________ themes determine how headings and body text appear on a SharePoint Online site

A) Font B) Color C) Page D) Site

Computer Science & Information Technology

How many bits make up an IPv4 address, versus an IPv6 address?

A. 16; 32 B. 32; 48 C. 32; 128 D. 48; 128

Computer Science & Information Technology