Question
700 metres long train crosses a man who is moving in the
same direction with a certain speed, in 25 seconds. If the same train can cross a tree in 20 seconds with the same speed, then find the speed of the man.Solution
Speed of train = 700/20 = 35 m/sec Let the speed of the man be βsβ m/sec Relative speed of the train = (35 β s) m/sec According to the question, (35 β s) = 700/25 Or, s = 35 β 28 = 7 Therefore, speed of the man = 7 m/sec
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?