Start learning 50% faster. Sign in now
Let the candle height is 1 meter. Let the required time =‘t’ hours In 10 hours first candle lighted = 1 So in 1 hour first candle lighted = t/10 After ‘t’ hours remaining first candle = (1 - t/10) Similarly, After ‘t’ hours remaining second candle = (1 - t/8) So the ratio between the first and second candle after being lighting = ((1 - t/10))/((1 - t/8)) = 4/1 1 - t/10 = 4 - (4t)/8 t/2 - t/10 = 4 – 1 (5t - t)/10 = 3 T = 15/2 hours or 7 hours 30 minutes
Which of the following represents the Preorder Traversal of the binary tree given below?
A / \ B C ...Which CPU scheduling algorithm always selects the process with the smallest burst time first, potentially leading to starvation?
Which of the following attacks can occur when a user is tricked into performing unintended actions on a trusted website without their knowledge?
In the context of artificial intelligence (AI), which type of learning requires labeled data to train models?
What is the primary goal of the OWASP Top 10 project?
What is the output of the following recursive function call func(3) ?
int func ( int n) {
In Java, what will be the output of the following code snippet?
public class Test {
Which of the following is a key objective of the Requirement Analysis phase in the Software Development Lifecycle (SDLC)?