Question
The circumference of a circle is 22 cm and the length of
the rectangle is 4 times the radius of the circle. Find the area (in cm2) of the rectangle, if the ratio of length and the breadth of the rectangle is 7:11, respectively.Solution
Let the radius of the circle = ‘r’ cm Circumference of the circle = 2πr 22 = 2 × (22/7) × r r = 3.5 Radius of the circle = 3.5 cm Length of the rectangle = 3.5 × 4 = 14 cm Breadth of the rectangle = (14/7) × 11 = 22 cm Area of the rectangle = 22 × 14 = 308 cm2
Which sorting algorithm divides the array into halves recursively?
In dynamic programming, which principle ensures correctness by solving overlapping subproblems and storing results?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which of the following algorithms is most appropriate for a sorting task that requires minimal auxiliary space?
In mobile computing, what is the main feature of pervasive computing?
Which of the following is true for the time complexity of binary search?
Recursive problems are implemented by
Which of the following algorithms uses a greedy approach?
The time complexity of computing the all-pairs shortest paths in a dense graph with V vertices using Floyd–Warshall is:
In dynamic programming, overlapping subproblems and _________ are key properties.