Question
Calculate the difference between the area of a wall
having dimension 22 cm X 23 cm and the area of a spherical bowl having diameter 14cm.Solution
Area of the wall = 22 X 23 = 506 cm2Area of the spherical bowl = 4 X π X r2Here, radius of the spherical bowl = Diameter/2Radius of the spherical bowl = (14/2) = 7 cmArea of the spherical bowl = 4 X (22/7) X 7 X 7 = 616 cm2Required difference = 616 - 506 = 110 cm2
Which of the following statements about Classless Inter-Domain Routing (CIDR) is NOT true?Â
Java. Lang package
What is the primary advantage of using container orchestration tools like Kubernetes over traditional virtual machines (VMs) for managing applications i...
In an enterprise environment, which of the following backup strategies provides the best balance between minimizing storage usage and ensuring data reco...
Recursion uses
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
To count total no of argument in shell
Which of the following HTTP methods is idempotent and used to completely replace a resource on the server?Â
Which CPU scheduling algorithm is considered optimal for minimizing the average waiting time in cases where process execution times are known in advanc...
Graph Traversal algorithms