Mechanical Engineering > GATE 2017 SET-1 > CNC Machining
Circular arc on a part profile is being machined on a vertical CNC milling machine. CNC part program using metric units with absolute dimensions is listed below:
N60 G01 X 30 Y 55 Z-5 F50
N70 G02 X 50 Y 35 R 20
N80 G01 Z5
The coordinates of the centre of the circular arc are:
A
(30, 55)
B
(50, 55)
C
(50, 35)
D
(30, 35)

Explanation

Correct : d

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science