The following pseudocode is the general form for the ____________.
```Set Index = 0
Set Flag = 0
While (Flag == 0) AND (Index
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
You might also like to view...
Which statement is used to skip the remainder of the body of an iteration statement and proceed with the next iteration of the loop?
a) skip b) proceed c) continue d) jump
What application can be used by a CentOS system administrator to edit text files which contain configuration files?
A. GNOME B. Regedit C. YUM D. Vim