单选题 ()is an Englishlike representation of the code.
A flowchart
B. A structure chart
C. Pseudocode
D. An algorithm
查看答案
单选题()is a basic algorithm in which you want to find the location of a target in a list of items.
A. Sorting
B. Searching
C. Product
D. Summation
单选题 Use a ()search for an unordered list.
A. sequential
B. binary
C. bubble
D. insertion
单选题Use a ()search for an ordered list.
A. sequential
B. binary
C. bubble
D. insertion
单选题 ()is a process in which an algorithm calls itself.
A. Insertion
B. Searching
C. Recursion
D. Iteration