Question
What is the difference between (in m2) the
area of a circular field of radius 14 metres and area of a rectangular piece of land having its dimensions as 15 metres Γ 25 metres?Solution
Area of the circular field = Ο Γ radius2 = (22/7) Γ 14 Γ 14 = 616 m2 Area of the rectangular piece of land = length Γ breadth = 15 Γ 25 = 375 m2 So, difference in area = 616 β 375 = 241 m2
Which SOLID principle ensures that a class has only one reason to change?
Which cryptographic concept ensures that data integrity is preserved and cannot be altered during transmission?
Which of the following is an effective countermeasure against Cross-Site Scripting (XSS) attacks in a web application?
Which tree traversal method visits the root node *after* visiting both its left and right subtrees?
Which data structure is most suitable for implementing a priority queue with logarithmic time complexity for insertion and deletion?
A complete binary tree has 127 nodes. What is its height (assuming the root is at level 0)?
Which page replacement algorithm minimizes the number of page faults theoretically but is difficult to implement in practice?
Suffix Trees are useful for:
What is a key advantage of containerization over traditional virtual machines?
In the context of system analysis, which of the following best defines the "use case" diagram?