Respuesta :

If you want to clear a single file, you will use clear (CLR) instruction. Thus, for this question option A 'none of the choices' is the correct answer.

The 'clear' instruction is used to clear the value within the file or word to zero. When the input of clear instruction is true, the value within the destination file will be set to zero.

However, the function of each move instruction is briefly described below:

  • file-to-word move: A file-to-word move instruction transfers data from a file into a word.
  • file-to-file move: A file-to-file move instruction allows for data to move from one file to another file.
  • word-to-file move: A word-to-file move instruction enables the transferring of information from the word to go to the last unused word of the file.

You can leran more about Move at

https://brainly.com/question/15134002

#SPJ4