Question
A giant circular wheel has a diameter of 28 metres. In
how many revolutions will the wheel cover a total of 11 km?Solution
Radius of the giant wheel = 28 รท 2 = 14 metres Circumference of the giant wheel = 2 ร ฯ ร radius = 2 ร (22/7) ร 14 = 88 metres So, number of rotations to cover 11 km i.e. 11000 metres = 11000 รท 88 = 125
Which of the following data structures is best suited for implementing a priority queue?ย ย ย
Which of the following operations is most efficient in a singly linked list compared to an array?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications?ย ...
Which of the following sorting algorithms is NOT stable?ย
Appending value to list in python
What does 'IMPS' stand for?
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
Purpose of Scope resolution operator