Question
A cistern can be filled by one of two pipes in 52
minutes and by the other pipe in 60 minutes. Both pipes are opened together for a certain time but being particularly clogged only 13/20 of the full quantity of water flows through the first pipe and only 3/4 of the full quantity of water flows through the second pipe. The obstructions, however, were suddenly removed in both the pipes after some time and the cistern got filled in 15(3/5) minutes from that moment. For how many minutes did the pipes remain clogged?ÂSolution
The correct answer is D
A good hash function aims to achieve which of the following characteristics?
Which of the following statements best describes a "trap door" in the context of computer security?
Which statement is FALSE for analog input module for PLCs?Â
What was the term "Monitor" used to describe in the context of early operating systems?
In the context of algorithm analysis, what does "Big O notation" primarily describe?
Consider the following C code:
#include
#include
int main() {
  char* text = "The quick brown fox j...
Which of the following problems is a classic example solved using backtracking?
Method overriding is an example of which type of polymorphism?
What is the phenomenon where a process spends more time paging (swapping pages between main memory and disk) than executing instructions?
Which operation adds an element to the rear of a queue?