Chapter 13 Crossword

1234567891011121314
Across
  1. 3. Command to place copied lines into a program.
  2. 5. Command to substitute one instruction with another.
  3. 7. Pastes the lines in reverse order, retains the original position numbers
  4. 13. Renumbers the copied positions with next available position, retains copied positional data
  5. 14. Command to change the name of a program.
Down
  1. 1. Command to duplicate a line or set of lines in a program.
  2. 2. Command to remove a line from the program.
  3. 4. Masks out in instructions in a program
  4. 6. Used to add notes or explanations in a program.
  5. 8. Command to add a line in the program.
  6. 9. Action to move through different parts of the program.
  7. 10. Pastes the lines exactly as they were copied, does not record positions
  8. 11. Command to locate a specific instruction in a program.
  9. 12. Command to reverse the last action.