Question
A cone is cut parallel to its base in 3 parts in such a
way that the height of each part is same. Find the ratio of volume of these parts?Solution
Volume of cone ABC = 1/3 π(r1)2 h ............(1) Volume of Frustrum BCED = 1/3 π(2r1)2 2h - 1/3 π(r1)2 h = 7/3 π(r1)2 h ............(2) Volume of Frustrum DEGF = 1/3 π(3r1)2 3h - 1/3 π(2r1)2 2h = 19/3 π(r1)2 h ............(3) Now, ratio = 1/3 π(r1)2 h : 7/3 π(r1)2 h : 19/3 π(r1)2 h = 1:7:19
Which function can fetch and issue instructions from a queue or latch?
State True or False
Semi-structured data  is data that does not conform to a data model but has some structure. It lacks a fixed or rigid sc...
fill the blank for 19.
What is the primary objective of the Producer-Consumer problem in concurrent programming?
Average waiting time of all process?
The order of convergence of Newton-Raphson method is:
Which of the following is the main advantage of using the Round Robin CPU Scheduling algorithm over First-Come-First-Serve (FCFS) in terms of process ex...
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 statements about the OSI Model’s Transport Layer is true?Â
What is the primary purpose of the fork() system call in Unix-based operating systems?