Question
A sphere has a diameter of 10 cm. A cone with a height
of 10 cm and a radius of 5 cm is removed from the sphere. What is the volume of the remaining solid?Solution
Volume of the sphere = (4/3) * π * (r³) Where r = 5 cm (radius): = (4/3) * π * (5³) = (4/3) * π * 125 = (500/3)π cm³. Volume of the cone = (1/3) * π * r² * h = (1/3) * π * (5²) * 10 = (1/3) * π * 25 * 10 = (250/3)π cm³. Remaining volume = Volume of sphere - Volume of cone = (500/3)π - (250/3)π = (250/3)π cm³. Correct option: b) 250/3π cm³
Which network device operates at both the data link and network layers of the OSI model, and is responsible for routing data packets between networks? ...
Which of the following is not a method of inter-process communication (IPC) in modern operating systems?Â
In a hypervisor-based virtualization environment, which of the following storage solutions is best suited for providing high availability and scalabilit...
Size of MD5 message digest
Which of the following statements about Classless Inter-Domain Routing (CIDR) is NOT true?Â
- Which of the following is NOT a valid relational algebra operation?                            ...
Which of the following protocols is responsible for sending and receiving emails across the internet?Â
Given the following code snippet, what will be the output when the function findMax is called with the array arr = [1, 5, 3, 9, 2]?Â
def findMax...
In a CI/CD pipeline, which of the following represents the most critical failure point that could delay the entire software release cycle?Â
Given the following code snippet implementing a Round Robin CPU scheduling algorithm, what will be the output when the processes are scheduled?
d...