Question
What is the curved surface area of a right circular
cylinder? I. The area of the base of the cylinder is 154 cm². II. The volume of the cylinder is 1540 cm³. Each of the questions below consists of a question and two statements numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read both the statements and give answer –ÂSolution
Curved surface area of the cylinder = 2πrh From I. Area of the base is 154 cm² ∴πr² = 154 = 22/7× r² = 154 r² = 7 × 7 r = 7 cm But we can’t find the height of the cylinder. Hence I alone is not sufficient. From II. Volume of the cylinder = πr²h = 1540 So, there are two variables r and h. Hence II alone is not sufficient. From I and II. Volume of the cylinder = πr²h. = 22/7× 7 × 7 × h = 1540 ∴ h = 10 cm ∴ Curved surface area of the cylinder = 2πrh = 2 ×22/7× 7 × 10 = 440 cm² Thus, both the statements together are required to answer the question.
A view in SQL is:
Consider a `LinkedList` data structure. Which control flow statement is most appropriate for iterating through all elements of the list from head to tai...
HTTPS ensures which of the following?
Which of the following is a type of phishing attack?
In the Relational Database Model, data is organized into:
What is context switching?
Which of the following is a common technique for concurrency control in databases?
Consider the following Java code snippetÂ
public class Car {
  private String model;
  private int year;
  publ...
What does normalization in DBMS achieve?
Which SQL command is used to retrieve data from a table?