Question
A boat takes 9 hrs to travel 144 km downstream. The
speed of the boat downstream is 2 times the speed of the boat upstream. What is the speed of the current?Solution
Speed of boat downstream = 144/9 = 16 km/h Speed of boat upstream = 16/2 = 8 km/h Speed of Current = (Downstream speed – Upstream speed)/2 = (16 - 8)/2 = 4 km/hÂ
What is the primary purpose of the UNION ALL operator in SQL?
Consider the following Python code:
text = "banana"
char_to_find = 'a'
count = 0
for i in range(len(text)):
  if ...
A C function attempts to copy a substring.
#include
#include
#include
char* copy_substring(c...
Which SQL command is primarily used to retrieve records from a database table?
What is the primary characteristic of the Spiral Model in software development?
Which architecture is used in modern NLP tasks like BERT and GPT?
Which functional dependency does not holds in given relation and why?
Which of the following data structures follows the Last-In, First-Out (LIFO) principle?
In Big Data architecture, which component is responsible for real-time data streaming?
In dimensional modeling, what is a fact table?