Question
A solid cylinder has the total surface area 231 sq.cm.
If its curved surface area is of the total surface area, then the volume of the cylinder isSolution
Total surface area = 231 cm2 Curved surface area = 2/3 x 231 = 154 cm2 Curved surface area of cylinder = 2πrh ⇒ 2πrh = 154 ⇒ 2 × (22/7) × r × h = 154 ⇒ r × l = 24.5 Total surface area of cylinder = 2πr(r + h) ⇒ 2πr(r + h) = 231 ⇒ r(r + h) = 36.75 ⇒ r2 + rh = 36.75 ⇒ r2 = 36.75 - 24.5 ⇒ r2 = 12.25 ⇒ r = 3.5 cm Volume of cylinder = πr2h ⇒ π × r × (r × h) ⇒ π × 3.5 × 24.5 ⇒ 269.5 cm ∴ The volume of the cylinder is 269.5 cm3 .
Which of the following is not part of the process control block (PCB)?
Which of the following is NOT a common type of error encountered during software development?Â
Indexing in DBMS improves:
Which of the following best describes the control flow when a method in a subclass overrides a method in its superclass, and an object of the subclass i...
Which stage involves evaluating the project's practicality, cost, and resources before proceeding further?
Â
A table is in 2NF (Second Normal Form) if it is in 1NF and:
Given a relation R(A, B, C, D, E) and functional dependencies {A -> B, BC -> D, D -> E}. Which of the following is a candidate key for R?
Which of the following is a significant disadvantage of using a traditional file system compared to an RDBMS?
What is the maximum number of processes that can be in the Ready state?
Consider a scenario in an OOP application where a `NullPointerException` (or equivalent) occurs when trying to access a member of an object. What is the...