Physics, asked by shruti200277, 11 months ago

give reason worm is geared with worm gear

Answers

Answered by navadeep7
8
The two elements are also called theworm screw and worm wheel. The terminology is often confused by imprecise use of the term worm gearto refer to the worm, the worm gear, or the worm drive as a unit. Like othergear arrangements, a worm drive can reduce rotational speed or transmit higher torque

Hope it helps you
Please make me as brainliest

navadeep7: please make me as brainliest
navadeep7: please
Answered by ankushsaini23
0

Answer:

function color_from_hue(hue)</p><p>{</p><p>  var h = hue/60;</p><p>  var c = 255;</p><p>  var x = (1 - Math.abs(h%2 - 1))*255;</p><p>  var color;</p><p> </p><p>  var i = Math.floor(h);</p><p>  if (i == 0) color = rgb_to_hex(c, x, 0);</p><p>  else if (i == 1) color = rgb_to_hex(x, c, 0);</p><p>  else if (i == 2) color = rgb_to_hex(0, c, x);</p><p>  else if (i == 3) color = rgb_to_hex(0, x, c);</p><p>  else if (i == 4) color = rgb_to_hex(x, 0, c);</p><p>  else color = rgb_to_hex(c, 0, x);</p><p> </p><p>  return color;</p><p>}</p><p> </p><p>function rgb_to_hex(red, green, blue)</p><p>{</p><p>  var h = ((red &lt;&lt; 16) | (green &lt;&lt; 8) | (blue)).toString(16);</p><p>  // add the beginning zeros</p><p>  while (h.length &lt; 6) h = '0' + h;</p><p>  return '#' + h;</p><p>}

Similar questions