Toggle navigation
Home
KPSC Previous Question Papers
Article Category
kerala psc
upsc
General
Popular Pages
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് മേയ് 11
Multiple Choice Question in aptitude-area
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് - ഏപ്രില് 07
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് മേയ് 26
Multiple Choice Question in കറന്റ് അഫയേഴ്സ് - ക്വിസ് | ഡിസംബര് 05 - 12
Multiple Choice Question in current-affairs-2017-04-27
Multiple Choice Question in non-verbal-reasoning-grouping-of-images
Multiple Choice Question in current-affairs-2017-01-22
Multiple Choice Question in current-affairs-2016-12-22
Multiple Choice Question in current-affairs-2017-05-27
Question Answer Bank
Multiple Choice Question Bank
Question Answer Category
Multiple Choice Question Category
Home
->
Multiple Choice Questions
Question Set
mechanical engineering machine design
1. The pitch diameter is the __________ diameter of an external or internal screw thread.
(A): effective
(B): largest
(C): smallest
Previous Question
Show Answer
Next Question
Add Tags
Report Error
Show Marks
Ask Your Doubts Here
Type in
(Press Ctrl+g to toggle between English and the chosen language)
Post reply
Comments
Show Similar Question And Answers
QA->Hang by a thread....
QA->Which chemical is used by weavers for moisturing thread?....
QA->Numerous thread like structures which forms the skeleton of the nucleus; is known as?....
QA->What is the distance between popping crease and stumps on cricket pitch?....
QA->How is the pitch of the voice of women generally?....
MCQ->Which two are valid constructors for Thread? Thread(Runnable r, String name) Thread() Thread(int priority) Thread(Runnable r, ThreadGroup g) Thread(Runnable r, int priority)....
MCQ->The pitch diameter is the __________ diameter of an external or internal screw thread.....
MCQ->It is required to cut screw threads of 2 mm pitch on a lathe. The lead screw has a pitch of 6 mm. If the spindle speed is 60 r.p.m., then the speed of lead screw will be....
MCQ->In a simple screw jack, the pitch of the screw is 9 mm and length of the handle operating the screw is 45 cm. The velocity ratio of the system is....
MCQ->What will be the output of the program? class s1 implements Runnable { int x = 0, y = 0; int addX() {x++; return x;} int addY() {y++; return y;} public void run() { for(int i = 0; i < 10; i++) System.out.println(addX() + " " + addY()); } public static void main(String args[]) { s1 run1 = new s1(); s1 run2 = new s1(); Thread t1 = new Thread(run1); Thread t2 = new Thread(run2); t1.start(); t2.start(); } }....
×
×
Type The Issue
×
Your Marks
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...
Privacy
|
Terms And Conditions
Question ANSWER With Solution