Programming keywords1

12345678910
Across
  1. 2. reuse code
  2. 3. sorting algorithm compares adjacent values
  3. 5. used to traverse an array
  4. 8. The placing of one loop inside the body of another loop
  5. 10. to test for logic errors
Down
  1. 1. finds the minimum value in the array to swap after comparing all values
  2. 4. A boolean value,that acts as a signal for a process
  3. 6. contiguous memory location
  4. 7. The location of an item in an array
  5. 9. exchange values from one memory location to the other