When moving array values for insertion sort, to move list[4] into list[2], first ____.

A. move list[2] to list[3]
B. delete list[2]
C. move list[4] to list[3]
D. copy list[4] into temp

Answer: D

Computer Science & Information Technology

You might also like to view...

The ________ feature will identify content that viewers with disabilities might have difficulty reading

Fill in the blank(s) with correct word

Computer Science & Information Technology

A place to enter source code for a computer program is called a(n) _______.

A. interpreter B. code editor C. debugger D. compiler

Computer Science & Information Technology