Question
A cylindrical water tank has a height of 12 meters and a
radius of 3 meters. How many liters of water can the tank hold? (Use π = 3.14 and 1 cubic meter = 1000 liters)Solution
Volume of the cylinder = πr²h = 3.14 × (3)² × 12 = 3.14 × 9 × 12 = 339.12 cubic meters = 339.12 × 1000 = 339,120 liters.
Which of the following testing types focuses on validating that a system meets its functional requirements?
Which SOLID principle emphasizes that software entities should be open for extension but closed for modification?
Which of the following sampling techniques is most suitable when the population is divided into distinct subgroups, and it is important to ensure each s...
Which of the following is the most appropriate algorithmic approach for solving the "Knapsack Problem" where the goal is to maximize the value within a ...
What is the result of the following SQL query?
 SELECT department, COUNT (employee_id)Â
FROM employees GROUPBY department HAVING COUNT (e...In OOP, what term best describes the relationship where one object is a part of another but cannot exist independently?
Which type of software testing focuses on the internal structure and logic of the code rather than its functionality?
How can predictive analysis significantly enhance healthcare outcomes?
Which phase of the Software Development Lifecycle (SDLC) focuses on gathering detailed functional and non-functional requirements to define project scop...
Which of the following best describes the main objective of predictive analytics in healthcare, particularly in the context of improving patient care?