MCQOPTIONS
Saved Bookmarks
| 1. |
Complete the manual part program for drilling a hole located at point (20, 20) from the target point. The depth of the hole to be drilled is 15 mm FROM/TARG GOTO/20, 20, 0 |
| A. | GODLTA/0, 0,-15 GODLTA/0, 0, 15 GOTO/SETPT |
| B. | GODLTA/0, 0, 15 GODLTA/0, 0, -15 GOTO/SETPT |
| C. | GOTO/SETPT GODLTA/0, 0, -15 GODLTA/0, 0, 15 |
| D. | GOTO/SETPT GODLTA/0, 0, 15 GODLTA/0, 0, -15 |
| Answer» B. GODLTA/0, 0, 15 GODLTA/0, 0, -15 GOTO/SETPT | |