Question
The curved surface area of a cylindrical pipe is 990 cm².
If the height of the pipe is 15 cm, then find the diameter of the pipe.Solution
ATQ,
Let the radius of the pipe be 'r' cm.
Curved surface area of the cylinder = 2 × π × radius × height
ATQ,
2 × (22/7) × 15 × r = 990
So, r = (990 × 7) ÷ (2 × 22 × 15) = 10.5
Therefore, diameter of the pipe = 2 × r = 2 × 10.5 = 21 cm
What will be the output of the following code snippet implementing the Least Recently Used (LRU) page replacement algorithm?
def lru(pages, capac...
What is the purpose of the with statement when working with files?
Which of the following query will return the third-highest salary from an Employee table in SQL?
In relational databases, which of the following best describes the role of a "foreign key"?
What is the primary benefit of implementing Continuous Integration (CI) in a software development lifecycle?
Which algorithm is most suitable for solving optimization problems in Numerical and Statistical Computing?
Which of the following best describes the IaaS model?
In a CI/CD pipeline, which of the following represents the most critical failure point that could delay the entire software release cycle?
How do we can Delete all in SQL
Data Analytics uses ___ to get insights from data.