MCQs on NC Part Programming-1
1 - Question
Which of the following code will give point to point movement?
a) G00
b) G01
c) G56
d) G94
View Answer
Explanation: G00 will give point to point movement.
2 - Question
Which of the following code will give linear interpolation movement?
a) G00
b) G01
c) G78
d) G65
View Answer
Explanation: G01 will give linear interpolation movement.
3 - Question
Which of the following code will give circular interpolation in a clockwise direction?
a) G56
b) G01
c) G02
d) G47
View Answer
Explanation: G02 will give circular interpolation in a clockwise direction. advertisement
4 - Question
Which of the following code will give circular interpolation in Counterclockwise direction?
a) G00
b) G56
c) G69
d) G03
View Answer
Explanation: G03 will give circular interpolation in Counterclockwise direction.
5 - Question
Which the following code will produce dwell for a specified time?
a) G18
b) G65
c) G45
d) G04
View Answer
Explanation: G04 will produce dwell for a specified time.
6 - Question
Which of the following code is used to give input of cutter offset data?
a) G30
b) G20
c) G10
d) G04
View Answer
Explanation: G10 is used to give input of cutter offset data.
7 - Question
Which of the following code is used to select x y plane in milling?
a) G18
b) G17
c) G10
d) G04
View Answer
Explanation: G17 is used to select x y plane in milling.
8 - Question
Which of the following code is used to select x z plane in milling?
a) G18
b) G17
c) G10
d) G04
View Answer
Explanation: G18 is used to select x z plane in milling.
9 - Question
Which of the following code is used to select y-z plane in milling?
a) G32
b) G00
c) G02
d) G19
View Answer
Explanation: G19 is used to select y-z plane in milling.
10 - Question
Which of the following code will change specified input values in millimeters?
a) G01
b) G00
c) G20
d) G20
View Answer
Explanation: G20 will change specified input values in millimeters.