Question
The ratio of the speed of the stream to the speed of the
boat in still water is 3:7. If a distance of 280 km is covered downstream in 4 hours, determine the time required to cover the same distance upstream.Solution
Let the speed of stream and speed of boat in still water be 3x and 7x. When it travels downstream Then 3x+7x = 280/4 10x = 70 X = 7 time taken to cover same distance by upstream = 280/(7x-3x) = 280/28 = 10 hours
In C, which function is used to release dynamically allocated memory?
In Python, which of the following is used to create an anonymous function?
- Which of the following is a core feature of Cloud Computing that distinguishes it from traditional computing models?
In Java, which method is used to start a thread?
Which software development methodology emphasizes iterative development and customer feedback? Â Â Â Â Â Â Â
...In Java, which method is called when an object is garbage collected?
Which of the following algorithms is most commonly used in Operating Systems for deadlock prevention?
In mobile computing, which type of network allows devices to connect directly to each other without using a central router or switch?
Which of the following sorting algorithms is stable?
Which of the following is true about Java interfaces?