Question
What is the angle between the minute hand and the hour
hand at 1:40hrs when taken in anticlockwise direction from the minute hand?Solution
The logic followed here is as follows, Hour hand makes an angle of 30° in one hour and an angle of 0.5° in one minute. Similarly, minute hand makes an angle of 6° in one minute. So, angle made by hour hand at 1:40hrs = (1 X 30 + 0.5 X 40) = 30 + 20 = 50° Similarly, the angle made by minute hand at 1:40hrs = 40 X 6 = 240° So, the angle between the hour and minute hand at 1:40hrs = 240° - 50° = 190°
Which of the following algorithms is most commonly used in Operating Systems for deadlock prevention?
In C, which function is used to release dynamically allocated memory?
In C, what will be the output of the following code?
int a = 5;
printf("%d", a++);
Which Java keyword is used to inherit a class?
In C++, which feature allows hiding the internal details of a class?
- Which of the following is the primary benefit of Big Data analytics in decision-making?
Which of the following is used to declare a list in Python?
In Java, which method is used to start a thread?
Which Python keyword is used to handle exceptions?
In Python, which of the following is immutable?