Question
A rectangular shaped pit of length 10 ft and breadth 8
ft is made in a rectangular field of length 32 ft and breadth 20 ft. The earth dug out of the pit is uniformly spread on the remaining area of the field. If the increase in level of the remaining area is 1.25 ft then what will be the depth of the pit? ÂSolution
Area of the rectangular field = 32 × 20 = 640 sq. ft Area of the rectangular pit = 8 × 10 = 80 sq. ft ∴ The area of remaining field = 640 – 80 = 560 sq. ft Hence, Volume of the pit = Area of remaining field × Increased level l × b × h = 560 × 1.25 10 × 8 × h = 700 ∴ h = 700/80 = 8.75 ft Hence, the depth of the pit is 8.75 ft
Which of the following statements is true about deadlocks in an operating system?
Which traversal of binary tree gives nodes in sorted order?
Which I/O scheduling algorithm is most suitable for minimizing seek time in hard drives?
Which of the following allows dynamic memory allocation?
Which attack can be mitigated using DNSSEC (Domain Name System Security Extensions)?
Which of the following collision resolution techniques involves storing all elements that hash to the same value in a linked list?
Which data structure is most suitable for implementing a priority queue with logarithmic time complexity for insertion and deletion?
KMP improves naive string matching by:
In the context of system analysis, which of the following best defines the "use case" diagram?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?