Question
Speed of a boat in still water is 5 times more than the
speed of stream. If boat covers 147 km in downstream in 7 hours, then find the time taken by the boat to cover 135 km in upstream.Solution
Let the speed of stream be ‘x’ km/hr. So, speed of boat in still water = 6 × x = 6x km/hr Downstream speed of boat = 6x + x = 7x km/hr According to question; 7x = 147/7 = 21 Or, x = 3 Upstream speed of the boat = 6x – x = 5x = 5 × 3 = 15 km/hr Required time taken = 135/15 = 9 hours
Which type of attack exploits software bugs to execute arbitrary code on a system?
Consider a `Stack` data structure implemented with `push` and `pop` operations. What is the final state of the stack after the following sequence of ope...
Which normal form eliminates transitive dependency?
What does re.sub(r'(\w+)', r'_\1_', 'hello world') return?
A software defect that causes a program to produce incorrect output without crashing or displaying an error message is typically classified as a:Â
The command to test reachability of a host in Linux is:
To remove all rows from a table without logging individual row deletions and without firing triggers, which command would you typically use?
Which of the following is not part of the process control block (PCB)?
Which of the following ACID properties ensures that either all operations within a transaction are completed successfully, or none are?
Query optimization heuristics often include: