Q 69. The tool of an NC machine has to move along a circular arc from (5, 5) to (10, 10) while performing an operation. The center of the arc is at (10, 5). Which one of the following NC tool path commands performs the above mentioned operation?
(A) N010 G02 X10 Y10 X5 Y5 R5
(B) N010 G03 X10 Y10 X5 Y5 R5
(C) N010 G01 X5 Y5 X10 Y10 R5
(D) N010 G02 X5 Y5 X10 Y10 R5
Answer: (A)
Explanation: