Question
Find out the circumference of a sector whose radius is 7
cm and it makes the angle of 45° at the centre?Solution
Radius = AO = BO = 7 cm Length of arc AB = Circumference of circle × (angle of sector)/360 = 2πr × (45°)/(360°) = 2 × 22/7 × 7 × (45°)/(360°) = 5.5 cm Circumference of sector= arc AB + 2 × radius = 5.5 + 7 + 7 = 19.5cm.
Which sorting algorithm is best suited for a nearly sorted array, exhibiting O(N) time complexity in its best case?
Consider the array [5, 2, 8, 1, 9]. After the first pass of Selection Sort (to find the minimum element and place it at the beginning), what will the ar...
In a Min-Heap, the root node is:
Which of the following is considered the strongest type of encryption method in modern cyber security practices?   Â
Which of the following is NOT a characteristic of the Internet of Things (IoT)?
Consider a directed acyclic graph (DAG). The problem of finding the longest path in a DAG (with edge weights) can be solved in:
Which algorithm guarantees minimum spanning tree and will produce a different tree depending on tie-breaking?
Which traversal method in a binary search tree retrieves nodes in sorted order?
In a binary tree, if the number of leaf nodes is L, what is the number of nodes with two children?
In mobile computing, what is the main feature of pervasive computing?