Question
Find the total surface area (in m²) of a cone, if its
slant height is 32 m and the diameter of its base is 48 m. [Use π = 22/7]Solution
According to the question Radius of the cone = 48/2 = 24 m The slant height of the cone = 32 m Now, Total surface area of cone = πrl + πr² = (22/7 x 24 x 32) + (22/7 x 24 x 24) = (16,896/7 + 12,672/7) = 29,568/7 = 4224 m² The total surface area of a cone is 4224 m².
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?