Multiple choice technology web technology

@COPY,A AND @ASG,A commands signifies:

  1. Coping an already existing file and asgning an already existing file

  2. Coping an absolute file and asgning an already existing file

  3. Coping an already existing file and asgning an absolute file

  4. Coping an absolute file and asgning an absolute file.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

@COPY,A creates a copy of an absolute file (existing file), while @ASG,A assigns an already existing file to a new context. The key distinction is that COPY works with absolute/existing files, and ASG works with existing files for reassignment.