The following pseudocode is the general form for the ____________.

```Set Index = 0
Set Flag = 0
While (Flag == 0) AND (Index If SearchKey[Index] == Key Then
Set Flag = 1
End If
Set Index = Index + 1
End While
If Flag == 1 Then
Write SearchKey[Index – 1]
Else
Write “The item you are searching for was not found.”.
End If```
a. Bubble sort b. Selection sort c. Serial search d. Binary search


C

Computer Science & Information Technology

You might also like to view...

Which of the following are used to describe the behaviors of waves as they propagate?  (Choose all that apply.)

A. diffraction B. scattering C. resistance D. absorption

Computer Science & Information Technology

Can you add more than one material to a single object?

A. Yes. B. No. C. You don't need to. D. Only if it's really necessary; it's not recommended.

Computer Science & Information Technology

The ________ function searches for a specific item in a range and returns the relative position of the item

A) LOOKUP B) INDEX C) SUBTOTAL D) MATCH

Computer Science & Information Technology

What term is used for the charging of indirect IT department costs based on the resources used by an information system?

A. indirect payback B. subjective usage  C. resource allocation D. fixed charging 

Computer Science & Information Technology