Question
What is the speed of boat in still water?
Statement I: The boat can cover 24 km downstream distance in 4 hours. Statement II : Speed of the stream is Two-fifth the speed of boat in still water. Statement III: The boat can cover 24 km upstream distance in 8 hours.Solution
Let speed of boat = u, and stream = v From I: u + v = 24/4= 6 km/hr From II: v = 2u/5 From III: u - v = 24/8= 3 So solving I and II ‘u’ can be found. Similarly by solving II and III and by solving I and III
Time complexity of heap sort is:
Which type of database key is a candidate key that has not been chosen as the primary key?
Which data structure uses LIFO (Last In, First Out) principle?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
- Which of the following is the primary characteristic of Infrastructure as a Service (IaaS) in cloud computing?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
Deletion in Red-Black Trees maintains balance using:
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?
In the dynamic programming approach for LCS, the base cases are crucial for correctly initializing the dp table.
Consider the following Python co...
RISC stands for: