Question
The perimeter of semicircle is 36 cm and the radius of
the semicircle is equal to the height of a Cylinder whose volume is 198 cm 3 . then find the radius of that cylinder.Solution
The perimeter of semicircle = 36 (π ×R) + 2R = 36 22/7 R + 2R = 36 R = 7 cm Hence height of cylinder = 7 cm
Simplify the Boolean expression.
Y= AB+A(B+C)+B(B+C)
What is the primary function of a gateway in a network?
Which of these is a feature of cloud elasticity?
What is the purpose of version control systems (e.g., Git, SVN)?
A semaphore is initialized to 1. If two processes P1 and P2 both try to execute a `wait()` (P) operation on this semaphore, what is the maximum number o...
Which architecture is used in modern NLP tasks like BERT and GPT?
A software development team is implementing a sorting function for a large dataset in their project. They decide to use the quick sort algorithm to opti...
Which of the following members of a superclass are NOT inherited by its subclass?
Which of the following is NOT a direct benefit of encapsulation?
In a switch statement (e.g., C++, Java), what happens if a break statement is omitted from a case block?