Question
A borewell of 28m base radius is digged upto a depth of
21m and 14m wide platform was made around the well. Find the height of platform?Solution
Volume of cylinder = 22/7 × (28)² × 21 = 51,744 Area of the platform to be filled = π (42)² - π (28)² = π × 70 × 14 [since volume will be the same] ⇒ 22/7 × 70 × 14 × h = 51,744  ⇒ h = 16.8m
Which of the following is a major advantage of using a Mesh Network topology over a Star topology in large-scale networks?Â
Which represents a collection of binary data stored as a single entity in the database management system?
What is the output for the below code
MyList = ["New York", "London", "Paris", "New Delhi"] MyFile=open('output.txt','w') Â for element in MyLis...
Which of the following is a critical component of data protection in both Windows and Unix/Linux environments?Â
In dimensional modeling, what is a fact table?
Spark performs better than Hadoop MapReduce because:
Fill in the correct option for 25 blank space.
What is the primary goal of the Matrix Chain Multiplication problem in dynamic programming?
Which of the following tools is commonly used for compliance auditing in Unix/Linux environments?Â
In a multithreaded environment, which of the following synchronization mechanisms is used to prevent race conditions?Â