Question
A tank is filled by two pipes A and B in 12 minutes and
15 minutes, respectively. Another pipe C can empty the tank in 10 minutes. If all three pipes are opened together, how long will it take to fill the tank?Solution
Work done by pipe A in 1 minute = 1/12 Work done by pipe B in 1 minute = 1/15 Work done by pipe C in 1 minute = -1/10 Net work done in 1 minute = (1/12 + 1/15 - 1/10) = 3/60 Time taken to fill the tank = 1 ÷ 1/20 = 20 minutes Correct answer: c) 20 minutes
B-trees and B+ trees are designed to maintain balance by adjusting the:
What is the maximum number of different Boolean functions involving n Boolean variables?
In the Entity-Relationship (ER) model, what does an entity represent?
Ternary relationship has how many participating entities?
What happens if an exception is thrown but not caught?
In a pipelined CPU design, what is the purpose of the instruction pipeline?
In a public blockchain, who can participate in the validation of transactions and creation of new blocks?
What is the decimal equivalent of the binary number 10101?
What will be the output of the code
int main(){
int array[] = {100,200,300};
cout<
}
Which circuit configuration has a single path for current flow?