Question
A man running at the speed of 4 kmph was over taken by
the train moving with the speed of 76 kmph in 26 seconds. Find the length of train. TYPE 6Solution
According to the question, Let length of train be ‘x’ m. => (Speed of train – Speed of man) = Length of train/Time => (76 - 4)× (5/18) = x/26 => 20 = x/26 => x = 520 Length of train is 520 meter.
In digital electronics, a flip-flop is a sequential logic circuit capable of storing one bit of information. Which statement about flip-flops is true?
What is an algorithm?
Which SQL keyword is used to modify existing rows in a table?
the functions of data warehouse tools and utilities.
In the Entity-Relationship (ER) model, what does an entity represent?
What does the "Projection" operation in relational algebra do?
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
What is the binary representation of the decimal number 25?
What is depth in deep learning?
What does the "Model" represent in the MVC architecture?